VisioForge (c) 2025

Search Results for

    Interface IAudioEncoder

    Audio encoder interface.

    Inherited Members
    IMediaBlockSettings.CreateBlock()
    Namespace: VisioForge.Core.Types.X.Output
    Assembly: VisioForge.Core.dll
    Syntax
    public interface IAudioEncoder : IMediaBlockSettings

    Methods

    GetSupportedBitrates()

    Gets the supported bitrates.

    Declaration
    int[] GetSupportedBitrates()
    Returns
    Type Description
    int[]

    System.Int32[].

    GetSupportedChannelCounts()

    Gets the supported channel counts.

    Declaration
    int[] GetSupportedChannelCounts()
    Returns
    Type Description
    int[]

    System.Int32[].

    GetSupportedSampleRates()

    Gets the supported sample rates.

    Declaration
    int[] GetSupportedSampleRates()
    Returns
    Type Description
    int[]

    System.Int32[].