JVCL Help:TJvAVICapture.OnWaveStream
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAVICapture.OnWaveStream Event
[+] TJvAVICapture Events
[+] TJvAVICapture Fields
[+] TJvAVICapture Methods
[+] TJvAVICapture Properties
Search in JVCL Help
Search in all projectsSummary
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
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