MFAVPropsSet Method (IMFFrame)
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
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 of a frame
_bsChannelsRemap
re-mapping channels string
See Also

Reference

IMFFrame Interface
IMFFrame Members