VisioForge (c) 2025

Search Results for

    Interface IAACEncoderSettings

    Shared AAC encoder settings interface.

    Inherited Members
    IAudioEncoder.GetSupportedBitrates()
    IAudioEncoder.GetSupportedSampleRates()
    IAudioEncoder.GetSupportedChannelCounts()
    IMediaBlockSettings.CreateBlock()
    IEncoderTextInfo.GetParameters()
    IEncoderTextInfo.GetCaps()
    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.