次の方法で共有


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 を 使用します。

適用対象