MFAVPropsSet Method (IMFFrame)
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
Sub MFAVPropsSet( _
   ByRef _pProps As M_AV_PROPS, _
   ByVal _bsChannelsRemap As String _
) 
void MFAVPropsSet( 
   ref M_AV_PROPS _pProps,
   string _bsChannelsRemap
)
procedure MFAVPropsSet( 
   var  _pProps: M_AV_PROPS;
    _bsChannelsRemap: String
); 
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

IMFFrame Interface
IMFFrame Members