MediaEncodingProfile.SetTimedMetadataTracks 方法
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
設定 TimedMetadataStreamDescriptor 物件清單,描述 MediaEncodingProfile中包含的計時中繼資料資料流程。
public:
virtual void SetTimedMetadataTracks(IIterable<TimedMetadataStreamDescriptor ^> ^ value) = SetTimedMetadataTracks;
void SetTimedMetadataTracks(IIterable<TimedMetadataStreamDescriptor> const& value);
public void SetTimedMetadataTracks(IEnumerable<TimedMetadataStreamDescriptor> value);
function setTimedMetadataTracks(value)
Public Sub SetTimedMetadataTracks (value As IEnumerable(Of TimedMetadataStreamDescriptor))
參數
TimedMetadataStreamDescriptor 物件的集合。
Windows 需求
裝置系列 |
Windows 10, version 1803 (已於 10.0.17134.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v6.0 引進)
|
備註
集合中每個VideoStreamDescriptor的[標籤] 欄位必須是唯一的。 如果您嘗試使用相同的標籤新增多個資料流程描述元,就會發生不正確引數錯誤。