MediaBreak.InsertionMethod 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取一个值,该值指示媒体中断是否会中断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 用于实时内容。