BufferTimesGet Method (MFAudioBufferClass)
buffer line
start buffer time
end buffer time
Get audio buffer times (if any)
Syntax
Public Overridable Sub BufferTimesGet( _
   ByVal _bsLine As String, _
   ByRef _prtStartTime As Long, _
   ByRef _prtEndTime As Long _
) 
public virtual void BufferTimesGet( 
   string _bsLine,
   out long _prtStartTime,
   out long _prtEndTime
)
public procedure BufferTimesGet( 
    _bsLine: String;
   Out  _prtStartTime: Int64;
   Out  _prtEndTime: Int64
); virtual; 
public: virtual void BufferTimesGet( 
   BSTR* _bsLine,
   [PARAMFLAG::Out] long _prtStartTime,
   [PARAMFLAG::Out] long _prtEndTime
) 

Parameters

_bsLine
buffer line
_prtStartTime
start buffer time
_prtEndTime
end buffer time
See Also

Reference

MFAudioBufferClass Class
MFAudioBufferClass Members