Interface IAACEncoderSettings
Shared AAC encoder settings interface.
Inherited Members
Namespace: VisioForge.Core.Types.X.AudioEncoders
Assembly: VisioForge.Core.dll
Syntax
public interface IAACEncoderSettings : IAudioEncoder, IMediaBlockSettings, IEncoderTextInfo
Properties
SampleRate
Gets or sets the custom sample rate. Can be 0 to use original sample rate.
Declaration
int SampleRate { get; set; }
Property Value
Type | Description |
---|---|
int | The sample rate. |