FormatAudioGetByIndex Method (MFRendererClass)
Syntax
Public Overridable Sub FormatAudioGetByIndex( _
   ByVal _eFormatType As eMFormatType, _
   ByVal _nIndex As Integer, _
   ByRef _pAudProps As M_AUD_PROPS, _
   ByRef _pbsName As String _
) 
public virtual void FormatAudioGetByIndex( 
   eMFormatType _eFormatType,
   int _nIndex,
   out M_AUD_PROPS _pAudProps,
   out string _pbsName
)
public procedure FormatAudioGetByIndex( 
    _eFormatType: eMFormatType;
    _nIndex: Integer;
   Out  _pAudProps: M_AUD_PROPS;
   Out  _pbsName: String
); virtual; 
public: virtual void FormatAudioGetByIndex( 
   eMFormatType _eFormatType,
   int _nIndex,
   [PARAMFLAG::Out] M_AUD_PROPS _pAudProps,
   [PARAMFLAG::Out] BSTR* _pbsName
) 

Parameters

_eFormatType
_nIndex
_pAudProps
_pbsName
See Also

Reference

MFRendererClass Class
MFRendererClass Members