Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 953 Bytes

mediabreakinsertionmethod.md

File metadata and controls

28 lines (19 loc) · 953 Bytes
-api-id -api-type
T:Windows.Media.Playback.MediaBreakInsertionMethod
winrt enum

MediaBreakInsertionMethod

-description

Specifies the method that is used to insert the MediaBreak playback into the playback of the MediaPlaybackItem to which it belongs.

-enum-fields

-field Interrupt:0

The main content is paused while the content of the MediaBreak plays.

-field Replace:1

The main content is not paused, but is replaced by the content of the MediaBreak.

-remarks

In a typical implementation, Interrupt is used for on-demand content so that none of the content is obscured by the media break, and Replace is used for live content so that the content doesn't accumulate a delay while pausing during the media break.

-examples

-see-also