共用方式為


AdaptiveMediaSourceAdvancedSettings.AllSegmentsIndependent 屬性

定義

取得或設定值,指出是否事先知道媒體區段是否完全獨立,因此每個區段都可以解碼和轉譯,而不需要任何其他媒體區段的任何資訊。

public:
 property bool AllSegmentsIndependent { bool get(); void set(bool value); };
bool AllSegmentsIndependent();

void AllSegmentsIndependent(bool value);
public bool AllSegmentsIndependent { get; set; }
var boolean = adaptiveMediaSourceAdvancedSettings.allSegmentsIndependent;
adaptiveMediaSourceAdvancedSettings.allSegmentsIndependent = boolean;
Public Property AllSegmentsIndependent As Boolean

屬性值

Boolean

bool

如果 AdaptiveMediaSource 的媒體區段獨立,則為 True;否則為 false。

適用於