BufferTimesIsEnabled Method (IMFAudioBuffer)
buffer line
1 - times are enabled, 0 - times are disabled
minimal difference
maximal difference
Indicates whether buffer times are enabled and shows differences values
Syntax
Sub BufferTimesIsEnabled( _
   ByVal _bsLine As String, _
   ByRef _pbEnabled As Integer, _
   ByRef _prtMinDiff As Long, _
   ByRef _prtMaxDiff As Long _
) 
void BufferTimesIsEnabled( 
   string _bsLine,
   out int _pbEnabled,
   out long _prtMinDiff,
   out long _prtMaxDiff
)
procedure BufferTimesIsEnabled( 
    _bsLine: String;
   Out  _pbEnabled: Integer;
   Out  _prtMinDiff: Int64;
   Out  _prtMaxDiff: Int64
); 
void BufferTimesIsEnabled( 
   BSTR* _bsLine,
   [PARAMFLAG::Out] int _pbEnabled,
   [PARAMFLAG::Out] long _prtMinDiff,
   [PARAMFLAG::Out] long _prtMaxDiff
) 

Parameters

_bsLine
buffer line
_pbEnabled
1 - times are enabled, 0 - times are disabled
_prtMinDiff
minimal difference
_prtMaxDiff
maximal difference
See Also

Reference

IMFAudioBuffer Interface
IMFAudioBuffer Members