BufferTimesEnable Method (MFAudioBufferClass)
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
Public Overridable Sub BufferTimesEnable( _
   ByVal _bsLine As String, _
   ByVal _bEnable As Integer, _
   ByVal _prtMinDiff As Long, _
   ByVal _prtMaxDiff As Long _
) 
public virtual void BufferTimesEnable( 
   string _bsLine,
   int _bEnable,
   long _prtMinDiff,
   long _prtMaxDiff
)
public procedure BufferTimesEnable( 
    _bsLine: String;
    _bEnable: Integer;
    _prtMinDiff: Int64;
    _prtMaxDiff: Int64
); virtual; 
public: virtual 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

MFAudioBufferClass Class
MFAudioBufferClass Members