Skip to content

Latest commit

 

History

History
23 lines (16 loc) · 1.05 KB

mediabreakschedule_prerollbreak.md

File metadata and controls

23 lines (16 loc) · 1.05 KB
-api-id -api-type
P:Windows.Media.Playback.MediaBreakSchedule.PrerollBreak
winrt property

Windows.Media.Playback.MediaBreakSchedule.PrerollBreak

-description

Gets or sets the MediaBreak to be played before the MediaPlaybackItem associated with the MediaBreakSchedule plays.

-property-value

The MediaBreak to be played before the MediaPlaybackItem associated with the MediaBreakSchedule plays.

-remarks

If you want a MediaBreak to be played after the associated MediaPlaybackItem plays, assign it to the PostrollBreak property. If you want a MediaBreak to play at a point during the playback of the associated MediaPlaybackItem, use the InsertMidrollBreak method.

-examples

-see-also