AdaptiveMediaSourceAdvancedSettings.AllSegmentsIndependent Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.