Click or drag to resize

FrequencyToneDetector Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaReceiverAudioData, AudioFormat
      AudioReceiver
        Ozeki.MediaFrequencyToneDetector

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.199.0
Syntax
public class FrequencyToneDetector : AudioReceiver

The FrequencyToneDetector type exposes the following members.

Constructors
  NameDescription
Public methodFrequencyToneDetector
Initializes a new instance of the FrequencyToneDetector class
Top
Properties
  NameDescription
Public propertyConverterType (Inherited from AudioReceiver.)
Public propertyID (Inherited from DisposableClass.)
Public propertyReceiveFormats (Inherited from AbstractMediaReceiverAudioData, AudioFormat.)
Top
Methods
  NameDescription
Public methodDetect
Detect a specified frequency
Public methodDispose (Inherited from DisposableClass.)
Protected methodDispose(Boolean) (Inherited from DisposableClass.)
Protected methodFinalize (Inherited from DisposableClass.)
Protected methodOnDataReceived (Overrides AbstractMediaReceiver.OnDataReceived(Object, UTP).)
Protected methodSenderConnected (Inherited from AudioReceiver.)
Protected methodSenderDisconnected (Inherited from AudioReceiver.)
Protected methodSetReceiveFormats (Inherited from AbstractMediaReceiverAudioData, AudioFormat.)
Top
Events
  NameDescription
Public eventFrequencyDetected
The detection of the frequency has been successful
Public eventFrequencyNotFound
The detection of the frequency is failed, for instance you can received another frequency, or nothing in the timeout
Public eventReceiveFormatsChanged (Inherited from AbstractMediaReceiverAudioData, AudioFormat.)
Top
See Also