TimedMetadataStreamDescriptor.Label 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得或設定應用程式定義的標籤,識別包含多個資料流程之 MediaEncodingProfile 中的計時中繼資料資料流程。
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 = timedMetadataStreamDescriptor.label;
timedMetadataStreamDescriptor.label = string;
Public Property Label As String
屬性值
可識別計時中繼資料資料流程的應用程式定義標籤。
實作
備註
單一 MediaEncodingProfile 中每個資料流程的標籤必須是唯一的。 呼叫 SetTimedMetadataTracks 以新增包含重複標籤的資料流程描述項,將會導致不正確引數錯誤。