|
Copyright © 2001-2008 MultiMedia Soft
Return to Table of contents
|
|
[Visual Basic]
control.SetAutomaticSilenceDetection (
bAutomatic as enumBoolean,
nThresholdInitial as Long,
nThresholdFinal as Long
)
|
|
[C++]
void control.SSetAutomaticSilenceDetection (
short bAutomatic,
long nThresholdInitial,
long nThresholdFinal
);
|
|
Parameter
|
Description
| ||||||
|
|
| ||||||
|
bAutomatic
|
Boolean value that tells to execute the automatic silence detection on each loaded sound.
Supported values are the following:
| ||||||
|
nThresholdInitial
|
Number representing the silence threshold at the start of the loaded sound: can assume values from 0 (no sound) to 32767 (max volume).
| ||||||
|
nThresholdFinal
|
Number representing the silence threshold at the end of the loaded sound: can assume values from 0 (no sound) to 32767 (max volume).
|