JVCL Help:TJvAVICapture.OnWaveStream

From Project JEDI Wiki
Jump to navigationJump to search
JEDI Visual Component Library Help

Search in JVCL Help

 
Search in all projects
 

Summary

The event triggered when an audio buffer is ready, during streaming capture.


Pascal

 TOnWaveStream = procedure (Sender: TJvAVICapture; waveHdr: PJvWaveHdr) ofobject;
propertyOnWaveStream: TOnWaveStream;


Parameters

Parameters Description
waveHdr The audio header describing the buffer.
Sender The TJvAVICapture component triggering the event.


Description

This event is triggered just before the buffer is written do disk, leaving you the opportunity to modify it if needed. This event will only be triggered if ueAudioStream is in UsedEvents.


See Also

TJvAVICapture.UsedEvents


About

Contribute to this help topic

This documentation wiki is based on the collaborative effort of Project JEDI users. Your edits are welcome in order to improve documentation quality: edit this page