MediaBreak.InsertionMethod 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,指出媒體中斷是否會中斷主要內容,導致主要內容在播放時暫停,或是否將取代主要內容。
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 作為即時內容。