Note

Access to this page requires authorization. You can try signing in or .

Access to this page requires authorization. You can try .

MediaBreakSeekedOverEventArgs.SeekedOverBreaks Property

Definition

Important

Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

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


Feedback

Was this page helpful?