AdaptiveMediaSourceAdvancedSettings.AllSegmentsIndependent Propriété
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Obtient ou définit une valeur indiquant si les segments multimédias sont connus à l’avance pour être entièrement indépendants, de sorte que chaque segment peut être décodé et rendu sans nécessiter d’informations provenant d’un autre segment multimédia.
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
Valeur de propriété
bool
True si les segments multimédias pour AdaptiveMediaSource sont indépendants ; sinon, false.