| VideoConcat Class |
Namespace: Ozeki.Media
The VideoConcat type exposes the following members.
| Name | Description | |
|---|---|---|
| VideoConcat(ListIVideoSender) |
Constructor with desired sender list
| |
| VideoConcat(Resolution) |
Default constructor (empty sender list, 1x1 matrix)
| |
| VideoConcat(ViewMatrix) |
Constructor with desired view matrix
|
| Name | Description | |
|---|---|---|
| AddSource |
Adds video source
| |
| ClearSources |
Clears all sources
| |
| Dispose | Releases all resources used by the VideoConcat | |
| Dispose(Boolean) |
Disposes the object.
(Inherited from DisposableClass.) | |
| Finalize | (Inherited from DisposableClass.) | |
| InsertSource |
Inserts video source to desired position
| |
| ReceiverConnected | (Inherited from VideoSender.) | |
| ReceiverDisconnected | (Inherited from VideoSender.) | |
| RemoveSource |
Removes video source
| |
| SendMediaData | (Inherited from VideoSender.) | |
| SetPreferredSendFormats | (Inherited from AbstractMediaSenderTData, TFormat.) | |
| Start | ||
| Stop | ||
| SwapSources(Int32, Int32) |
Swaps to sources by indexes
| |
| SwapSources(IVideoSender, IVideoSender) |
Swaps two sources
| |
| SwapSources(IVideoSender, Int32) |
Swaps two sources by one's index in senders
|
| Name | Description | |
|---|---|---|
| FrameRate |
Framerate of the main sender
| |
| GlobalCellResolution |
Resolution of the cells in the VievMatrix.
If it is not set then every cell uses the resolution of its video source (default value is null).
| |
| ID | (Inherited from DisposableClass.) | |
| IsRunning | ||
| Resolution |
Combined picture resolution
| |
| Senders |
List of the video senders
| |
| ViewMatrix |
Picture splitting matrix
|
| Name | Description | |
|---|---|---|
| MediaDataSent | (Inherited from AbstractMediaSenderTData, TFormat.) |