SelectAudioTrackById Class

Definition

Select audio tracks from the input by specifying a track identifier.

[Newtonsoft.Json.JsonObject("#Microsoft.Media.SelectAudioTrackById")]
public class SelectAudioTrackById : Microsoft.Azure.Management.Media.Models.AudioTrackDescriptor
[<Newtonsoft.Json.JsonObject("#Microsoft.Media.SelectAudioTrackById")>]
type SelectAudioTrackById = class
    inherit AudioTrackDescriptor
Public Class SelectAudioTrackById
Inherits AudioTrackDescriptor
Inheritance
Attributes
Newtonsoft.Json.JsonObjectAttribute

Constructors

SelectAudioTrackById()

Initializes a new instance of the SelectAudioTrackById class.

SelectAudioTrackById(Int64, Nullable<ChannelMapping>)

Initializes a new instance of the SelectAudioTrackById class.

Properties

ChannelMapping

Gets or sets optional designation for single channel audio tracks. Can be used to combine the tracks into stereo or multi-channel audio tracks. Possible values include: 'FrontLeft', 'FrontRight', 'Center', 'LowFrequencyEffects', 'BackLeft', 'BackRight', 'StereoLeft', 'StereoRight'

(Inherited from AudioTrackDescriptor)
TrackId

Gets or sets track identifier to select

Methods

Validate()

Validate the object.

Applies to