次の方法で共有


SelectAudioTrackByAttribute クラス

定義

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

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

コンストラクター

SelectAudioTrackByAttribute()

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

SelectAudioTrackByAttribute(TrackAttribute, AttributeFilter, Nullable<ChannelMapping>, String)

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

プロパティ

Attribute

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

ChannelMapping

単一チャネル オーディオ トラックの省略可能な指定を取得または設定します。 トラックをステレオまたはマルチチャネルオーディオトラックに結合するために使用できます。 指定できる値は、'FrontLeft'、'FrontRight'、'Center'、'LowFrequencyEffects'、'BackLeft'、'BackRight'、'StereoLeft'、'StereoRight' です。

(継承元 AudioTrackDescriptor)
Filter

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

FilterValue

トラックをフィルター処理する値を取得または設定します。 Filter プロパティに AttributeFilter.ValueEquals が指定されている場合にのみ使用されます。

メソッド

Validate()

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

適用対象