Note
Access to this page requires authorization. You can try signing in or .
Access to this page requires authorization. You can try .
MediaBreakSchedule.MidrollBreaks Property
Definition
- Namespace:
- Windows.Media.Playback
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 schedule's current list of MediaBreak objects that will be played at a point during the playback of the MediaPlaybackItem with which the MediaBreakSchedule is associated.
public:
property IVectorView<MediaBreak ^> ^ MidrollBreaks { IVectorView<MediaBreak ^> ^ get(); };
IVectorView<MediaBreak> MidrollBreaks();
public IReadOnlyList<MediaBreak> MidrollBreaks { get; }
var iVectorView = mediaBreakSchedule.midrollBreaks;
Public ReadOnly Property MidrollBreaks As IReadOnlyList(Of MediaBreak)
Property Value
The schedule's current list of MediaBreak objects that will be played at a position within the playback of the MediaPlaybackItem with which the schedule is associated.
Remarks
To add a MediaBreak to the MidrollBreaks list, use InsertMidrollBreak.
Applies to
Feedback
Was this page helpful?
