Table of Contents

Interface IAudioEncoder

Namespace
VisioForge.Core.Types.X.Output
Assembly
VisioForge.Core.dll

Audio encoder interface.

public interface IAudioEncoder : IMediaBlockSettings

Implements

Methods

GetSupportedBitrates()

Gets the supported bitrates.

int[] GetSupportedBitrates()

Returns

int[]

System.Int32[].

GetSupportedChannelCounts()

Gets the supported channel counts.

int[] GetSupportedChannelCounts()

Returns

int[]

System.Int32[].

GetSupportedSampleRates()

Gets the supported sample rates.

int[] GetSupportedSampleRates()

Returns

int[]

System.Int32[].