Click or drag to resize
VideoConcat Class
Inheritance Hierarchy
SystemObject
  Ozeki.CommonDisposableClass
    Ozeki.MediaAbstractMediaSenderVideoData, VideoFormat
      Ozeki.MediaVideoSender
        Ozeki.MediaVideoConcat

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntax
public class VideoConcat : VideoSender

The VideoConcat type exposes the following members.

Constructors
Methods
  NameDescription
Public methodAddSource
Adds video source
Public methodClearSources
Clears all sources
Public methodDispose
Releases all resources used by the VideoConcat
Protected methodDispose(Boolean)
Disposes the object.
(Inherited from DisposableClass.)
Protected methodFinalize
(Inherited from DisposableClass.)
Public methodInsertSource
Inserts video source to desired position
Protected methodReceiverConnected (Inherited from VideoSender.)
Protected methodReceiverDisconnected (Inherited from VideoSender.)
Public methodRemoveSource
Removes video source
Protected methodSendMediaData (Inherited from VideoSender.)
Public methodSetPreferredSendFormats (Inherited from AbstractMediaSenderTData, TFormat.)
Public methodStart
Public methodStop
Public methodSwapSources(Int32, Int32)
Swaps to sources by indexes
Public methodSwapSources(IVideoSender, IVideoSender)
Swaps two sources
Public methodSwapSources(IVideoSender, Int32)
Swaps two sources by one's index in senders
Top
Properties
  NameDescription
Public propertyFrameRate
Framerate of the main sender
Public propertyGlobalCellResolution
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).
Public propertyID (Inherited from DisposableClass.)
Public propertyIsRunning
Public propertyResolution
Combined picture resolution
Public propertySenders
List of the video senders
Public propertyViewMatrix
Picture splitting matrix
Top
Events
See Also