VideoStreamDescriptor.Label 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 étiquette définie par l’application qui identifie un flux vidéo dans un MediaEncodingProfile qui contient plusieurs flux.
public:
property Platform::String ^ Label { Platform::String ^ get(); void set(Platform::String ^ value); };
winrt::hstring Label();
void Label(winrt::hstring value);
public string Label { get; set; }
var string = videoStreamDescriptor.label;
videoStreamDescriptor.label = string;
Public Property Label As String
Valeur de propriété
Étiquette définie par l’application qui identifie un flux vidéo.
Implémente
Configuration requise pour Windows
Famille d’appareils |
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
|
API contract |
Windows.Foundation.UniversalApiContract (introduit dans v5.0)
|
Remarques
L’étiquette de chaque flux dans un seul MediaEncodingProfile doit être unique. L’appel de SetVideoTracks pour ajouter un descripteur de flux contenant une étiquette en double entraîne une erreur d’argument non valide.
Si vous utilisez un MediaFrameSourceGroup pour capturer plusieurs flux vidéo à la fois, le système tente de faire correspondre la propriété Label de chaque VideoStreamDescriptor à la propriété Id de chaque MediaFrameSourceInfo dans le groupe afin de faire correspondre l’appareil de capture avec le descripteur de flux approproate.