Share via


AdaptiveMediaSourceAdvancedSettings.AllSegmentsIndependent Property

Definition

Gets or sets a value indicating whether media segments are known in advance to be fully independent such that each segment can be decoded and rendered without requiring any information from any other media segment.

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

Property Value

Boolean

bool

True if the media segments for the AdaptiveMediaSource are independent; otherwise, false.

Applies to