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