Functions | |
| HPI_ERR | HPI_SilenceDetector_GetState (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 *State) |
| Get the State of a SilenceDetector control. | |
| HPI_ERR | HPI_SilenceDetector_SetEnable (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 Enable) |
| Enable a SilenceDetector control. | |
| HPI_ERR | HPI_SilenceDetector_GetEnable (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 *Enable) |
| Get the Enable setting of a SilenceDetector control. | |
| HPI_ERR | HPI_SilenceDetector_SetEventEnable (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 EventEnable) |
| Set the event generation by a SilenceDetector control. | |
| HPI_ERR | HPI_SilenceDetector_GetEventEnable (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 *EventEnable) |
| Get the event generation enable setting of a SilenceDetector control. | |
| HPI_ERR | HPI_SilenceDetector_SetDelay (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 Delay) |
| Set the Delay of a SilenceDetector control. | |
| HPI_ERR | HPI_SilenceDetector_GetDelay (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, HW32 *Delay) |
| Get the trigger delay of a SilenceDetector control. | |
| HPI_ERR | HPI_SilenceDetector_SetThreshold (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, int Threshold) |
| Set the Threshold of a SilenceDetector control. | |
| HPI_ERR | HPI_SilenceDetector_GetThreshold (HPI_HSUBSYS *phSubSys, HPI_HCONTROL hControl, int *Threshold) |
| Get the Threshold of a SilenceDetector control. | |
Silence is defined as signal below a specified threshold set by HPI_SilenceDetector_SetThreshold() The duration is specified by HPI_SilenceDetector_SetDelay() silence-detected state is reset immediately the signal exceeds the threshold (no delay)
|
||||||||||||||||
|
Get the State of a SilenceDetector control.
|
|
||||||||||||||||
|
Enable a SilenceDetector control.
|
|
||||||||||||||||
|
Get the Enable setting of a SilenceDetector control.
|
|
||||||||||||||||
|
Set the event generation by a SilenceDetector control.
|
|
||||||||||||||||
|
Get the event generation enable setting of a SilenceDetector control.
|
|
||||||||||||||||
|
Set the Delay of a SilenceDetector control.
|
|
||||||||||||||||
|
Get the trigger delay of a SilenceDetector control.
|
|
||||||||||||||||
|
Set the Threshold of a SilenceDetector control.
|
|
||||||||||||||||
|
Get the Threshold of a SilenceDetector control.
|
1.4.6-NO