FormatAudioGetCount Method (MFRendererClass)
Syntax
Public Overridable Sub FormatAudioGetCount( _
   ByVal _eFormatType As eMFormatType, _
   ByRef _pnCount As Integer _
) 
public virtual void FormatAudioGetCount( 
   eMFormatType _eFormatType,
   out int _pnCount
)
public procedure FormatAudioGetCount( 
    _eFormatType: eMFormatType;
   Out  _pnCount: Integer
); virtual; 
public: virtual void FormatAudioGetCount( 
   eMFormatType _eFormatType,
   [PARAMFLAG::Out] int _pnCount
) 

Parameters

_eFormatType
_pnCount
See Also

Reference

MFRendererClass Class
MFRendererClass Members