AudioEncoderBase interface
Base type for all audio encoder presets, which define the recipe or instructions on how audio should be processed.
Properties
bitrate |
Bitrate, in kilobits per second or Kbps, at which audio should be encoded (2-channel stereo audio at a sampling rate of 48 kHz). Allowed values are 96, 112, 128, 160, 192, 224, and 256. If omitted, the bitrate of the input audio is used. |
type | Polymorphic discriminator, which specifies the different types this object can be |
Property Details
bitrateKbps
Bitrate, in kilobits per second or Kbps, at which audio should be encoded (2-channel stereo audio at a sampling rate of 48 kHz). Allowed values are 96, 112, 128, 160, 192, 224, and 256. If omitted, the bitrate of the input audio is used.
bitrateKbps?: string
Property Value
string
type
Polymorphic discriminator, which specifies the different types this object can be
type: "#Microsoft.VideoAnalyzer.AudioEncoderAac"
Property Value
"#Microsoft.VideoAnalyzer.AudioEncoderAac"
Azure SDK for JavaScript