Home Units Hierarchy Routines All identifiers

Class unaDspDTMFDecoder

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type unaDspDTMFDecoder = class(unaObject)

Description

DTMF Decoder implementation.

Hierarchy

Overview

Methods

Public constructor create();
Public function setFormat(samplingRate, bitsPerSample, numChannels: int): HRESULT;
Public function write(data: pointer; size: int): HRESULT;
Public procedure clearState();
Protected procedure DTMFCodeDetected(code: char; const param: single); virtual;

Properties

Public property onDTMFCodeDetected: tDTMFCodeDetectedEvent read f_onCode write f_onCode;
Public property threshold: int read f_dtmfd_LVS write f_dtmfd_LVS;

Description

Methods

Public constructor create();
 
Public function setFormat(samplingRate, bitsPerSample, numChannels: int): HRESULT;
 
Public function write(data: pointer; size: int): HRESULT;
 
Public procedure clearState();
 
Protected procedure DTMFCodeDetected(code: char; const param: single); virtual;
 

Properties

Public property onDTMFCodeDetected: tDTMFCodeDetectedEvent read f_onCode write f_onCode;
 
Public property threshold: int read f_dtmfd_LVS write f_dtmfd_LVS;

The lower signal you have, the lower threshold value should be.

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09