共用方式為


MediaBreak.InsertionMethod 屬性

定義

取得值,指出媒體中斷是否會中斷主要內容,導致主要內容在播放時暫停,或是否將取代主要內容。

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

屬性值

值,指出媒體中斷是否會中斷主要內容TBD

備註

一般實作會針對隨選內容使用 MediaBreakInsertionMethod.Interrupt ,並使用 MediaBreakInsertionMethod.Replace 作為即時內容。

適用於