FilterTrackSelect
FilterTrackSelect
由資訊清單篩選 (AssetFilter和全域 篩選條件) 使用。 它包含 的 FilterTrackPropertyCondition
集合。
如需動態產生資訊清單的詳細概觀和程式碼範例,請參閱 動態資訊清單概觀。
另請參閱 Filter 和 AssetFilter。
本主題描述 FilterTrackSelect
和 FilterTrackPropertyCondition
實體。
重要
在媒體服務中存取實體時,您必須在 HTTP 要求中設定特定的標頭欄位和值。
如需詳細資訊,請參閱媒體服務 REST API 開發和使用媒體服務 REST API 連線到媒體服務。
FilterTrackSelect 屬性
屬性 | 類型 | Description |
---|---|---|
PropertyConditions |
FilterTrackPropertyCondition 屬性的集合 | 包含 的 FilterTrackPropertyCondition 集合。 |
FilterTrackPropertyCondition 屬性
FilterTrackPropertyCondition
可讓您根據哪些條件,將串流 (即時或視訊隨選) 的追蹤納入動態建立的資訊清單中。
屬性 | 類型 | 描述 |
---|---|---|
Property |
Edm.String | 允許的屬性包括:Type - 追蹤的類型。Name - 追蹤的名稱。Language - 追蹤語言。FourCC - 追蹤 FourCC。Bitrate - 播放軌的位元速率。 |
Value |
Edm.String | 下列屬性允許的值如下: - Type 允許下列值: video 、 audio 或 text 。- Name - Language 您想要包含的語言標記,如 中所 RFC 5646 指定。 例如:en 。- FourCC 編解碼器格式的第一個專案,如 中所 RFC 6381 指定。- Bitrate 位元速率範圍或特定位元速率。 例如: 0-2427000 。 |
Operator |
Edm.String | 允許的值為 Equal 和 notEqual 。 |