JVCL Help:TJvAudioFormat.FillWaveFormatEx

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

Search in JVCL Help

 
Search in all projects
 

Summary

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

TJvAudioFormat.FormatTag


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