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

Parameters

_eFormatType
_pAudProps
_pnIndex
_pbsName
See Also

Reference

MFRendererClass Class
MFRendererClass Members