MFORMATSLib Namespace > IMFAudioBuffer Interface : BufferTimesIsEnabled Method |
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 )