| MediaConnector Class |
Namespace: Ozeki.Media
The MediaConnector type exposes the following members.
| Name | Description | |
|---|---|---|
| MediaConnector |
Initializes a new instance of the MediaConnector class.
|
| Name | Description | |
|---|---|---|
| Connect(IAudioSender, IAudioReceiver) |
Connects an IAudioSender with an IAudioReceiver. The media data will flow from the sender to the receiver.
| |
| Connect(IVideoSender, IVideoReceiver) |
Connects an IVideoSender with an IVideoReceiver. The media data will flow from the sender to the receiver.
| |
| Disconnect(IAudioSender, IAudioReceiver) |
Closes the connection between two audio handlers.
| |
| Disconnect(IVideoSender, IVideoReceiver) |
Closes the connection between two video handlers.
| |
| Dispose | Releases all resources used by the MediaConnector | |
| Dispose(Boolean) | Releases the unmanaged resources used by the MediaConnector and optionally releases the managed resources | |
| Finalize | (Overrides ObjectFinalize.) | |
| IsConnected(IAudioSender, IAudioReceiver) | ||
| IsConnected(IVideoSender, IVideoReceiver) |