BufferLoadFromFile Method (IMFAudioBuffer)
buffer's line
full path to a source file
number of audio samples to be loaded. If _lSamplesLoad <= 0 then try to load whole file.
Loads audio form file to a buffer.
Syntax
Sub BufferLoadFromFile( _
   ByVal _bsLine As String, _
   ByVal _bsFileName As String, _
   ByVal _lSamplesOffset As Integer, _
   ByVal _lSamplesLoad As Integer _
) 
procedure BufferLoadFromFile( 
    _bsLine: String;
    _bsFileName: String;
    _lSamplesOffset: Integer;
    _lSamplesLoad: Integer
); 

Parameters

_bsLine
buffer's line
_bsFileName
full path to a source file
_lSamplesOffset
_lSamplesLoad
number of audio samples to be loaded. If _lSamplesLoad <= 0 then try to load whole file.
See Also

Reference

IMFAudioBuffer Interface
IMFAudioBuffer Members