| AacAudioEncoderConfiguration Class |
Namespace: StreamCoders.Encoder
The AacAudioEncoderConfiguration type exposes the following members.
| Name | Description | |
|---|---|---|
| AacAudioEncoderConfiguration | Initializes a new instance of the AacAudioEncoderConfiguration class |
| Name | Description | |
|---|---|---|
| Bitrate | (Inherited from AudioEncoderConfiguration.) | |
| BitsPerSample | (Inherited from AudioEncoderConfiguration.) | |
| Channels | (Inherited from AudioEncoderConfiguration.) | |
| DecoderSpecificData | (Inherited from AudioEncoderConfiguration.) | |
| Format |
Encapsulation format. Select ADIF for storage and ADTS for streaming.
| |
| InitializationStatus | (Inherited from AudioEncoderConfiguration.) | |
| Profile |
Profile to use
| |
| Samplerate | (Inherited from AudioEncoderConfiguration.) | |
| SBR |
Enable Spectral Band Replication
|
| Name | Description | |
|---|---|---|
| ToTrackInfo |
Creates a TrackInfo instance from a AudioEncoderConfiguration instance. The AudioEncoderConfiguration instance needs to be initialized by an Encoder.
(Inherited from AudioEncoderConfiguration.) |
| Name | Description | |
|---|---|---|
| Copy | Overloaded.
Creates a copy of the object.
(Defined by ObjectExtensions.) | |
| Copy(Object) | Overloaded.
Creates a deep copy of the object using the supplied object as a target for the copy operation.
(Defined by ObjectExtensions.) |