MediaBreak.InsertionMethod 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 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.