MixAudioSamples
method
Delphi
function MixAudioSamples (pSampleBuffer: NativeInt; SampleBufferSize: LongInt; SampleDataLength: LongInt; SampleFormatType: TFormatType; pFormat: NativeInt; SampleStartTime: LargeInteger; SampleStopTime: LargeInteger): Boolean;
C++Builder
bool __fastcall MixAudioSamples(void * pSampleBuffer, System::LongInt SampleBufferSize, System::LongInt SampleDataLength, TFormatType SampleFormatType, void * pFormat, LargeInteger SampleStartTime, LargeInteger SampleStopTime);
C#
public bool MixAudioSamples(IntPtr pSampleBuffer, int SampleBufferSize, int SampleDataLength, TFormatType SampleFormatType, IntPtr pFormat, long SampleStartTime, long SampleStopTime);
VB.NET
Public Function MixAudioSamples(pSampleBuffer As IntPtr, SampleBufferSize As Integer, SampleDataLength As Integer, SampleFormatType As TFormatType, pFormat As IntPtr, SampleStartTime As Long, SampleStopTime As Long) As Boolean
C++/Qt
BOOL MixAudioSamples (void *pSampleBuffer, int SampleBufferSize, int SampleDataLength, TFormatType SampleFormatType, void *pFormat, __int64 SampleStartTime, __int64 SampleStopTime);
Mixes the audio samples passed as parameter, coming out from another TVideoGrabber component.