MFORMATSLib Namespace > IMFAudioBuffer Interface : BufferGet Method |
Sub BufferGet( _ ByVal _bsLine As String, _ ByRef _plSamples As Integer, _ ByRef _ppbAudio As Long, _ ByVal _cbAudioPlane As Integer, _ ByVal _bsChannelsList As String _ )
void BufferGet( string _bsLine, out int _plSamples, out long _ppbAudio, int _cbAudioPlane, string _bsChannelsList )
procedure BufferGet( _bsLine: String; Out _plSamples: Integer; Out _ppbAudio: Int64; _cbAudioPlane: Integer; _bsChannelsList: String );
void BufferGet( BSTR* _bsLine, [PARAMFLAG::Out] int _plSamples, [PARAMFLAG::Out] long _ppbAudio, int _cbAudioPlane, BSTR* _bsChannelsList )