BufferFrameChannelsAppend Method (MFAudioBufferClass)
buffer's line
frame from audio channels will be appended
samples appended
channels' list, for example "0,1,2,3"
Appends audio channels from buffer to a specified frame, the number of samples retrieved from specified frame
Syntax
Public Overridable Sub BufferFrameChannelsAppend( _
   ByVal _bsLine As String, _
   ByVal _pFrame As MFFrame, _
   ByRef _plSamplesAppend As Integer, _
   ByVal _bsChannelsList As String _
) 
public virtual void BufferFrameChannelsAppend( 
   string _bsLine,
   MFFrame _pFrame,
   out int _plSamplesAppend,
   string _bsChannelsList
)
public procedure BufferFrameChannelsAppend( 
    _bsLine: String;
    _pFrame: MFFrame;
   Out  _plSamplesAppend: Integer;
    _bsChannelsList: String
); virtual; 
public: virtual void BufferFrameChannelsAppend( 
   BSTR* _bsLine,
   MFFrame* _pFrame,
   [PARAMFLAG::Out] int _plSamplesAppend,
   BSTR* _bsChannelsList
) 

Parameters

_bsLine
buffer's line
_pFrame
frame from audio channels will be appended
_plSamplesAppend
samples appended
_bsChannelsList
channels' list, for example "0,1,2,3"
See Also

Reference

MFAudioBufferClass Class
MFAudioBufferClass Members