次の方法で共有


SelectVideoTrackByAttribute クラス

定義

属性と属性フィルターを指定して、入力からビデオ トラックを選択します。

[Newtonsoft.Json.JsonObject("#Microsoft.Media.SelectVideoTrackByAttribute")]
public class SelectVideoTrackByAttribute : Microsoft.Azure.Management.Media.Models.VideoTrackDescriptor
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.SelectVideoTrackByAttribute")>]
type SelectVideoTrackByAttribute = class
    inherit VideoTrackDescriptor
Public Class SelectVideoTrackByAttribute
Inherits VideoTrackDescriptor
継承
SelectVideoTrackByAttribute
属性
Newtonsoft.Json.JsonObjectAttribute

コンストラクター

SelectVideoTrackByAttribute()

SelectVideoTrackByAttribute クラスの新しいインスタンスを初期化します。

SelectVideoTrackByAttribute(TrackAttribute, AttributeFilter, String)

SelectVideoTrackByAttribute クラスの新しいインスタンスを初期化します。

プロパティ

Attribute

トラックをフィルター処理する TrackAttribute を取得または設定します。 使用可能な値は、'Bitrate'、'Language' です。

Filter

トラックを選択するために TrackAttribute に適用する AttributeFilter の種類を取得または設定します。 使用できる値は、'All'、'Top'、'Bottom'、'ValueEquals' です。

FilterValue

トラックをフィルター処理する値を取得または設定します。 Filter プロパティに AttributeFilter.ValueEquals が指定されている場合にのみ使用されます。 TrackAttribute.Bitrate の場合、これは 1 秒あたりのビット数の整数値である必要があります (例: '1500000')。 TrackAttribute.Language は、ビデオ トラックではサポートされていません。

メソッド

Validate()

オブジェクトを検証します。

適用対象