AudioTrackDescriptor 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
AudioTrackDescriptor() |
Initializes a new instance of the AudioTrackDescriptor class. |
AudioTrackDescriptor(Nullable<ChannelMapping>) |
Initializes a new instance of the AudioTrackDescriptor class. |
AudioTrackDescriptor()
Initializes a new instance of the AudioTrackDescriptor class.
public AudioTrackDescriptor ();
Public Sub New ()
Applies to
AudioTrackDescriptor(Nullable<ChannelMapping>)
Initializes a new instance of the AudioTrackDescriptor class.
public AudioTrackDescriptor (Microsoft.Azure.Management.Media.Models.ChannelMapping? channelMapping = default);
new Microsoft.Azure.Management.Media.Models.AudioTrackDescriptor : Nullable<Microsoft.Azure.Management.Media.Models.ChannelMapping> -> Microsoft.Azure.Management.Media.Models.AudioTrackDescriptor
Public Sub New (Optional channelMapping As Nullable(Of ChannelMapping) = Nothing)
Parameters
- 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