Functions | |
| ASX32_API ASX_ERROR | ASX_SilenceDetector_SetEnable (ASX_HANDLE hSilenceDetector, const unsigned int nEnable) |
| Turns the entire silence detector on and off. | |
| ASX32_API ASX_ERROR | ASX_SilenceDetector_GetEnable (ASX_HANDLE hSilenceDetector, unsigned int *nEnable) |
| Returns whether the entire silence detector is on or off. | |
| ASX32_API ASX_ERROR | ASX_SilenceDetector_SetEventEnable (ASX_HANDLE hSilenceDetector, const unsigned int nEnable) |
| Turns the event reporting function of the silence detector on and off. | |
| ASX32_API ASX_ERROR | ASX_SilenceDetector_GetEventEnable (ASX_HANDLE hSilenceDetector, unsigned int *nEnable) |
| Returns whether the event reporting function of the silence detector is on or off. | |
| ASX32_API ASX_ERROR | ASX_SilenceDetector_SetDelay (ASX_HANDLE hSilenceDetector, const unsigned int Delay) |
| Set the silence detector delay. | |
| ASX32_API ASX_ERROR | ASX_SilenceDetector_GetDelay (ASX_HANDLE hSilenceDetector, unsigned int *Delay) |
| Get the silence detector delay. | |
| ASX32_API ASX_ERROR | ASX_SilenceDetector_SetThreshold (ASX_HANDLE hSilenceDetector, const float fThreshold) |
| Sets the silence detector threshold (units of dB). | |
| ASX32_API ASX_ERROR | ASX_SilenceDetector_GetThreshold (ASX_HANDLE hSilenceDetector, float *fThreshold) |
| Gets the silence detector threshold (units of dB). | |
| ASX32_API ASX_ERROR | ASX_SilenceDetector_GetState (ASX_HANDLE hSilenceDetector, unsigned int *nState) |
| Gets the silence detector state. | |
|
||||||||||||
|
Get the silence detector delay.
|
|
||||||||||||
|
Returns whether the entire silence detector is on or off.
|
|
||||||||||||
|
Returns whether the event reporting function of the silence detector is on or off.
|
|
||||||||||||
|
Gets the silence detector state. The state is a bitfield. Pairs of bits represent left and right channels of detectors.
|
|
||||||||||||
|
Gets the silence detector threshold (units of dB).
|
|
||||||||||||
|
Set the silence detector delay.
|
|
||||||||||||
|
Turns the entire silence detector on and off.
|
|
||||||||||||
|
Turns the event reporting function of the silence detector on and off.
|
|
||||||||||||
|
Sets the silence detector threshold (units of dB).
|
1.4.6-NO