AudioEncoderAac Class
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.
A custom preset for encoding audio with the AAC codec.
[Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.AudioEncoderAac")]
public class AudioEncoderAac : Microsoft.Azure.Management.VideoAnalyzer.Models.AudioEncoderBase
[<Newtonsoft.Json.JsonObject("#Microsoft.VideoAnalyzer.AudioEncoderAac")>]
type AudioEncoderAac = class
inherit AudioEncoderBase
Public Class AudioEncoderAac
Inherits AudioEncoderBase
- Inheritance
- Attributes
-
Newtonsoft.Json.JsonObjectAttribute
Constructors
AudioEncoderAac() |
Initializes a new instance of the AudioEncoderAac class. |
AudioEncoderAac(String) |
Initializes a new instance of the AudioEncoderAac class. |
Properties
BitrateKbps |
Gets or sets 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. (Inherited from AudioEncoderBase) |
Applies to
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Azure SDK for .NET