Click or drag to resize
FrequencyToneDetector Class
Inheritance Hierarchy
SystemObject
  Ozeki.CommonDisposableClass
    Ozeki.MediaAbstractMediaReceiverAudioData, AudioFormat
      Ozeki.MediaAudioReceiver
        Ozeki.MediaFrequencyToneDetector

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
Methods
Properties
  NameDescription
Public propertyConverterType (Inherited from AudioReceiver.)
Public propertyID (Inherited from DisposableClass.)
Public propertyReceiveFormats
Gets a list of media formats that the media handler can handle. If no media format specified, all formats are supported.
(Inherited from AbstractMediaReceiverTData, TFormat.)
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
Occurs when an item is added or removed from the ReceiveFormats collection.
(Inherited from AbstractMediaReceiverTData, TFormat.)
Top
See Also