MediaBreakSeekedOverEventArgs.SeekedOverBreaks Property

Definition

Gets the list of MediaBreak objects that were seeked over, meaning that they were scheduled to play between the OldPosition and NewPosition of the seek operation.

public:
 property IVectorView<MediaBreak ^> ^ SeekedOverBreaks { IVectorView<MediaBreak ^> ^ get(); };
IVectorView<MediaBreak> SeekedOverBreaks();
public IReadOnlyList<MediaBreak> SeekedOverBreaks { get; }
var iVectorView = mediaBreakSeekedOverEventArgs.seekedOverBreaks;
Public ReadOnly Property SeekedOverBreaks As IReadOnlyList(Of MediaBreak)

Property Value

The list of MediaBreak objects that were seeked over.

Applies to