MFAudioCopyTo Method (MFFrameClass)
string with channels, for example, "0,2,3"
a frame to which audio will be copied
Copies audio channels, the bits conversion can be also performed
Syntax
Public Overridable Sub MFAudioCopyTo( _
   ByVal _bsChannelsList As String, _
   ByVal _pFrameTo As MFFrame _
) 
public virtual void MFAudioCopyTo( 
   string _bsChannelsList,
   MFFrame _pFrameTo
)
public procedure MFAudioCopyTo( 
    _bsChannelsList: String;
    _pFrameTo: MFFrame
); virtual; 
public: virtual void MFAudioCopyTo( 
   BSTR* _bsChannelsList,
   MFFrame* _pFrameTo
) 

Parameters

_bsChannelsList
string with channels, for example, "0,2,3"
_pFrameTo
a frame to which audio will be copied
See Also

Reference

MFFrameClass Class
MFFrameClass Members