Class for creating connections between AudioHandler objects.
| C# | Visual Basic | Visual C++ |
public class MediaConnector : IDisposable
Public Class MediaConnector _ Implements IDisposable
public ref class MediaConnector : IDisposable
| All Members | Constructors | Methods | |||
| Icon | Member | Description |
|---|---|---|
| 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()()()().) |
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.
| Object | |
| MediaConnector | |