MediaBreakSchedule.MidrollBreaks 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 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.