Click or drag to resize

VideoConcat Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaSenderVideoData, VideoFormat
      VideoSender
        Ozeki.MediaVideoConcat

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

The VideoConcat type exposes the following members.

Constructors
Properties
  NameDescription
Public propertyCropPicture
Crop pictures to fill cell.
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
Methods
  NameDescription
Public methodAddSource
Adds video source
Public methodClearSources
Clears all sources
Public methodContainsSource
Checks if contains source
Public methodDispose
Releases all resources used by the VideoConcat
Protected methodDispose(Boolean) (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 AbstractMediaSenderVideoData, VideoFormat.)
Public methodStart
Public methodStop
Public methodSwapSources(IVideoSender, IVideoSender)
Swaps two sources
Public methodSwapSources(IVideoSender, Int32)
Swaps two sources by one's index in senders
Public methodSwapSources(Int32, Int32)
Swaps to sources by indexes
Top
Events
  NameDescription
Public eventMediaDataSent (Inherited from AbstractMediaSenderVideoData, VideoFormat.)
Top
See Also