IMVEnumAudioEncoder

The IMVEnumAudioEncoder Interface enumerates all available audio encoder filters. Use this interface in conjunction with the MV Multi File Writer filter.

Methods:

AudioEncoderCount Count of available audio encoders.
GetAudioEncoderDisplayName Display name of an audio encoder.
GetAudioEncoderName Name of an audio encoder.

Header file: IMVEnumAudioEncoder.h
Interface definition language file: IMVEnumAudioEncoder.idl
Typelib: MVEnumAudioEncoder
Interface ID: IID_IMVEnumAudioEncoder


Property IMVEnumAudioEncoder::AudioEncoderCount

Declaration: Property Get AudioEncoderCount As Long

Count of available audio encoders.

C Prototype:

HRESULT get_AudioEncoderCount(LONG *pVal);


Method IMVEnumAudioEncoder::GetAudioEncoderDisplayName

Declaration: Function GetAudioEncoderDisplayName(Index As Long) As String

Display name of an audio encoder.

Parameter:

Index Audio encoder index.
C Prototype:

HRESULT GetAudioEncoderDisplayName(LONG Index, BSTR* value);


Method IMVEnumAudioEncoder::GetAudioEncoderName

Declaration: Function GetAudioEncoderName(Index As Long) As String

Name of an audio encoder.

Parameter:

Index Audio encoder index.
C Prototype:

HRESULT GetAudioEncoderName(LONG Index, BSTR* value);