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

Parameters

_eFormatType
_pnCount
See Also

Reference

MFRendererClass Class
MFRendererClass Members