BufferTimesEnable Method (IMFAudioBuffer)
buffer line
enable (1) or disable (0) buffer times
minimal difference
maximal difference
Enable audio buffer times watching (e.g. for BufferFramePut, BufferFrameFill methods) and set max difference for times (if 0 then ONLY breaks are used)
Syntax
Sub BufferTimesEnable( _
   ByVal _bsLine As String, _
   ByVal _bEnable As Integer, _
   ByVal _prtMinDiff As Long, _
   ByVal _prtMaxDiff As Long _
) 
void BufferTimesEnable( 
   string _bsLine,
   int _bEnable,
   long _prtMinDiff,
   long _prtMaxDiff
)
procedure BufferTimesEnable( 
    _bsLine: String;
    _bEnable: Integer;
    _prtMinDiff: Int64;
    _prtMaxDiff: Int64
); 
void BufferTimesEnable( 
   BSTR* _bsLine,
   int _bEnable,
   long _prtMinDiff,
   long _prtMaxDiff
) 

Parameters

_bsLine
buffer line
_bEnable
enable (1) or disable (0) buffer times
_prtMinDiff
minimal difference
_prtMaxDiff
maximal difference
See Also

Reference

IMFAudioBuffer Interface
IMFAudioBuffer Members