MediaBreakSchedule.MidrollBreaks Property

Definition

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