JVCL Help:TJvAudioFormat.Apply

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

Search in JVCL Help

 
Search in all projects
 

Summary

Tries to apply the values in the properties of the audio format object to the video stream to which this audio format is linked to.


Pascal

 functionApply: Boolean;


Return Value

True if the values were correct and successfully applied, false otherwise.


Description

When you make modifications to the values of the properties, you must call this function or your changes will be ignored when you start grabbing. The most common and simple audio format to use is WAVE_FORMAT_PCM as it is always available on all machines but it doesn't provide any compression.


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