MFAVPropsSet Method (MFFrameClass)
media properties
string with channels' map, for example "1,0,3,2" to change the order of audio channels
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
_bsChannelsRemap
string with channels' map, for example "1,0,3,2" to change the order of audio channels
See Also

Reference

MFFrameClass Class
MFFrameClass Members