MFORMATSLib Namespace > MFAudioBufferClass Class : BufferPropsGet Method |
Public Overridable Sub BufferPropsGet( _ ByVal _bsLine As String, _ ByRef _pAudProps As M_AUD_PROPS, _ ByRef _plSamples As Integer _ )
public virtual void BufferPropsGet( string _bsLine, out M_AUD_PROPS _pAudProps, out int _plSamples )
public procedure BufferPropsGet( _bsLine: String; Out _pAudProps: M_AUD_PROPS; Out _plSamples: Integer ); virtual;
public: virtual void BufferPropsGet( BSTR* _bsLine, [PARAMFLAG::Out] M_AUD_PROPS _pAudProps, [PARAMFLAG::Out] int _plSamples )