MFORMATSLib Namespace > IMFAudioBuffer Interface : BufferTimesGet Method |
Sub BufferTimesGet( _ ByVal _bsLine As String, _ ByRef _prtStartTime As Long, _ ByRef _prtEndTime As Long _ )
void BufferTimesGet( string _bsLine, out long _prtStartTime, out long _prtEndTime )
procedure BufferTimesGet( _bsLine: String; Out _prtStartTime: Int64; Out _prtEndTime: Int64 );
void BufferTimesGet( BSTR* _bsLine, [PARAMFLAG::Out] long _prtStartTime, [PARAMFLAG::Out] long _prtEndTime )