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

Parameters

_eFormatType
_pVidProps
_pnIndex
_pbsName
See Also

Reference

MFRendererClass Class
MFRendererClass Members