SelectAudioTrackById Constructors
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
SelectAudioTrackById() |
Initializes a new instance of the SelectAudioTrackById class. |
SelectAudioTrackById(Int64, Nullable<ChannelMapping>) |
Initializes a new instance of the SelectAudioTrackById class. |
SelectAudioTrackById()
Initializes a new instance of the SelectAudioTrackById class.
public SelectAudioTrackById ();
Public Sub New ()
Applies to
SelectAudioTrackById(Int64, Nullable<ChannelMapping>)
Initializes a new instance of the SelectAudioTrackById class.
public SelectAudioTrackById (long trackId, Microsoft.Azure.Management.Media.Models.ChannelMapping? channelMapping = default);
new Microsoft.Azure.Management.Media.Models.SelectAudioTrackById : int64 * Nullable<Microsoft.Azure.Management.Media.Models.ChannelMapping> -> Microsoft.Azure.Management.Media.Models.SelectAudioTrackById
Public Sub New (trackId As Long, Optional channelMapping As Nullable(Of ChannelMapping) = Nothing)
Parameters
- trackId
- Int64
Track identifier to select
- channelMapping
- Nullable<ChannelMapping>
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'
Applies to
Azure SDK for .NET