Ozeki VoIP SDK Class library
MediaConnector Class
NamespacesOzeki.MediaMediaConnector
Class for creating connections between AudioHandler objects.
Declaration Syntax
C#Visual BasicVisual C++
public class MediaConnector : IDisposable
Public Class MediaConnector _
	Implements IDisposable
public ref class MediaConnector : IDisposable
Members
All MembersConstructorsMethods



IconMemberDescription
MediaConnector()()()()
Initializes a new instance of the MediaConnector class.

Connect(AudioHandler, AudioHandler)
Connects two AudioHandler objects. The media data will flow from the source to the destination.

Connect(VideoHandler, VideoHandler)
Connects two AudioHandler objects. The media data will flow from the source to the destination.

Disconnect(AudioHandler, AudioHandler)
Closes the connection between two media handlers.

Disconnect(VideoHandler, VideoHandler)
Closes the connection between two media handlers.

Dispose()()()()
Disposes the media connections. Note that the media handlers will not be disposed, only the connections.

Finalize()()()()
(Overrides Object.Finalize()()()().)
Remarks
The MediaConnector class defines connections between AudioHandler objects. These connections can be destroyed as well. A connection contains two AudioHandler objects: a source and a destination. A connection operates only in one way. The media data will flow from the source to the destination. The connection performs automatic conversion between the source and destination media format.
Inheritance Hierarchy
Object
MediaConnector

Assembly: VoIPSDK (Module: VoIPSDK) Version: 10.0.6.243