TVideoGrabber.MixAudioSamples

Prev

Next

TVideoGrabber

Methods

 




































































































Mixes the audio samples passed as parameter


Declaration
function MixAudioSamples (pSampleBuffer: Pointer; SampleBufferSize: LongInt; SampleDataLength: LongInt; SampleFormatType: TFormatType; pFormat: Pointer; SampleStartTime: LargeInteger; SampleStopTime: LargeInteger): Boolean;


bool __fastcall MixAudioSamples(void *pSampleBuffer, int SampleBufferSize, int SampleDataLength, TFormatType SampleFormatType, void *pFormat, __int64 SampleStartTime, __int64 SampleStopTime);


function __fastcall MixAudioSamples (pSampleBuffer as Long, SampleBufferSize as Long, SampleDataLength as Long, SampleFormatType as TxFormatType, pFormat as Long, SampleStartTime as Double, SampleStopTime as Double) as Bool

Description

Used to mix the audio samples coming out from another TVideoGrabber component.


See Also
MixAudioSamples_CurrentSourceLevel MixAudioSamples_ExternalSourceLevel Mixer_SetupPIPFromSource