Audio Class

Definition

Defines the common properties for all audio codecs.

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

Constructors

Audio()

Initializes a new instance of the Audio class.

Audio(String, Nullable<Int32>, Nullable<Int32>, Nullable<Int32>)

Initializes a new instance of the Audio class.

Properties

Bitrate

Gets or sets the bitrate, in bits per second, of the output encoded audio.

Channels

Gets or sets the number of channels in the audio.

Label

Gets or sets an optional label for the codec. The label can be used to control muxing behavior.

(Inherited from Codec)
SamplingRate

Gets or sets the sampling rate to use for encoding in hertz.

Applies to