JVCL Help:TJvAudioFormat.FillWaveFormatEx
From Project JEDI Wiki
Jump to navigationJump to searchJVCL Help: TJvAudioFormat.FillWaveFormatEx Method
[+] TJvAudioFormat Fields
[+] TJvAudioFormat Methods
[+] TJvAudioFormat Properties
Search in JVCL Help
Search in all projectsSummary
Fills a WAVEFORMATEX structure with the informations contained in the properties.
Pascal
procedureFillWaveFormatEx(varwfex: PWaveFormatEx);
Parameters
Parameters | Description |
var wfex: PWaveFormatEx | The WAVEFORMATEX structure to be filled. |
Description
The WAVEFORMATEX structure will be filled with the required informations from the properties of the TJvAudioFormat object. If the FormatTag is WAVE_FORMAT_PCM, the values will be set to comply with the recommendations for this format. If set to another value, the properties will be copied straight into the structure without any check.
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