MediaBreak.InsertionMethod Property

Definition

Gets a value indicating whether the media break will interrupt the main content, causing the main content to pause while it is played, or if it will replace the main content.

public:
 property MediaBreakInsertionMethod InsertionMethod { MediaBreakInsertionMethod get(); };
MediaBreakInsertionMethod InsertionMethod();
public MediaBreakInsertionMethod InsertionMethod { get; }
var mediaBreakInsertionMethod = mediaBreak.insertionMethod;
Public ReadOnly Property InsertionMethod As MediaBreakInsertionMethod

Property Value

A value indicating whether the media break will interrupt the main contentTBD

Remarks

Typical implementations will use MediaBreakInsertionMethod.Interrupt for on-demand content and use MediaBreakInsertionMethod.Replace for live content.

Applies to