Ozeki VoIP SDK Class library
AudioHandler Class
NamespacesOzeki.Media.MediaHandlersAudioHandler
Base class for media handlers.
Declaration Syntax
C#Visual BasicVisual C++
public abstract class AudioHandler : VoIPMediaHandler
Public MustInherit Class AudioHandler _
	Inherits VoIPMediaHandler
public ref class AudioHandler abstract : public VoIPMediaHandler
Members
All MembersConstructorsMethodsPropertiesEvents



IconMemberDescription
AudioHandler()()()()
Initializes a new instance of the AudioHandler class

DataReceived(Object, VoIPEventArgs<(Of <<'(AudioData>)>>))
This will be called when media data received from a media handler.

DataSent
Event that occurs when the data is ready to send.

Dispose()()()()
Disposes the object.
(Inherited from VoIPMediaHandler.)
Dispose(Boolean)
Disposes the object.
(Inherited from VoIPMediaHandler.)
Finalize()()()()
(Inherited from VoIPMediaHandler.)
MediaFormat
Gets the MediaFormat of the media handler.

MediaFormatChanged
Occurs when the MediaFormat of the media handler has changed.

SendData(AudioData)
Sends media data to the connected media handlers.

Inheritance Hierarchy

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243