MFAVPropsSet Method (MFrameClass)
media properties of a frame
re-mapping channels string
Sets media properties for the frame.
Note that width, height, row-bytes can't be changed with this method. To change them you should convert a frame.
Syntax
Public Overridable Sub MFAVPropsSet( _
   ByRef _pProps As M_AV_PROPS, _
   ByVal _bsChannelsRemap As String _
) 
public virtual void MFAVPropsSet( 
   ref M_AV_PROPS _pProps,
   string _bsChannelsRemap
)
public procedure MFAVPropsSet( 
   var  _pProps: M_AV_PROPS;
    _bsChannelsRemap: String
); virtual; 
public: virtual void MFAVPropsSet( 
   ref M_AV_PROPS _pProps,
   BSTR* _bsChannelsRemap
) 

Parameters

_pProps
media properties of a frame
_bsChannelsRemap
re-mapping channels string
See Also

Reference

MFrameClass Class
MFrameClass Members