Click or drag to resize
FrequencyToneGenerator Methods

The FrequencyToneGenerator type exposes the following members.

Methods
  NameDescription
Public methodDispose
Disposes the object.
(Inherited from DisposableClass.)
Protected methodDispose(Boolean)
Disposes the object.
(Inherited from TimerBasedMediaHandler.)
Protected methodFinalize
(Inherited from DisposableClass.)
Public methodGenerate
Generate a specified frequency
Public methodGetAudioFormat (Overrides AudioSenderGetAudioFormat.)
Protected methodReceiverConnected
This will be called when this object has been connected to an audio receiver.
(Inherited from AudioSender.)
Protected methodReceiverDisconnected
This will be called when this object has been disconnected from an audio receiver.
(Inherited from AudioSender.)
Protected methodSendMediaData (Inherited from AbstractMediaSenderTData, TFormat.)
Public methodSetPreferredSendFormats (Inherited from AbstractMediaSenderTData, TFormat.)
Public methodStart
Starts the generation
Protected methodStartTimer
Starts the timer.
(Inherited from TimerBasedMediaHandler.)
Public methodStop
Stops the generation
Protected methodStopTimer
Stops the timer.
(Inherited from TimerBasedMediaHandler.)
Protected methodTimerTick (Overrides TimerBasedMediaHandlerTimerTick(UInt32).)
Top
See Also