MediaBreak.InsertionMethod 属性

定义

获取一个值,该值指示媒体中断是否会中断main内容,导致main内容在播放时暂停,或者是否替换main内容。

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

属性值

一个值,该值指示媒体中断是否会中断main contentTBD

注解

典型的实现将 MediaBreakInsertionMethod.Interrupt 用于点播内容,并将 MediaBreakInsertionMethod.Replace 用于实时内容。

适用于