Interface IAACEncoderSettings
- Assembly
- VisioForge.Core.dll
Shared AAC encoder settings interface.
public interface IAACEncoderSettings : IAudioEncoder, IMediaBlockSettings, IEncoderTextInfoImplements
Properties
SampleRate
Gets or sets the custom sample rate. Can be 0 to use original sample rate.
int SampleRate { get; set; }