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 LongCount of available audio encoders.
C Prototype:HRESULT get_AudioEncoderCount(LONG *pVal);
Method IMVEnumAudioEncoder::GetAudioEncoderDisplayName
Declaration: Function GetAudioEncoderDisplayName(Index As Long) As StringDisplay name of an audio encoder.
Parameter:
C Prototype:
Index Audio encoder index. HRESULT GetAudioEncoderDisplayName(LONG Index, BSTR* value);
Method IMVEnumAudioEncoder::GetAudioEncoderName
Declaration: Function GetAudioEncoderName(Index As Long) As StringName of an audio encoder.
Parameter:
C Prototype:
Index Audio encoder index. HRESULT GetAudioEncoderName(LONG Index, BSTR* value);