Click or drag to resize

VideoConcat Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaSenderVideoData, VideoFormat
      VideoSender
        Ozeki.MediaVideoConcat

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

The VideoConcat type exposes the following members.

Constructors
 NameDescription
Public methodVideoConcat(ListIVideoSender)Initializes a new instance of the VideoConcat class
Public methodVideoConcat(OzResolution)Initializes a new instance of the VideoConcat class
Public methodVideoConcat(ViewMatrix)Initializes a new instance of the VideoConcat class
Top
Properties
 NameDescription
Public propertyCropPicture 
Public propertyFrameRate 
Public propertyGlobalCellResolution 
Public propertyID
(Inherited from DisposableClass)
Public propertyIsRunning 
Public propertyResolution 
Public propertySenders 
Public propertyViewMatrix 
Top
Methods
 NameDescription
Public methodAddSource 
Public methodClearSources 
Public methodContainsSource 
Public methodDisposeReleases all resources used by the VideoConcat
Protected methodDispose(Boolean)
(Inherited from DisposableClass)
Protected methodFinalize
(Inherited from DisposableClass)
Public methodInsertSource 
Protected methodReceiverConnected
(Inherited from VideoSender)
Protected methodReceiverDisconnected
(Inherited from VideoSender)
Public methodRemoveSource 
Protected methodSendMediaData
(Inherited from VideoSender)
Public methodSetPreferredSendFormats
(Inherited from AbstractMediaSenderVideoData, VideoFormat)
Public methodStart 
Public methodStop 
Public methodSwapSources(Int32, Int32) 
Public methodSwapSources(IVideoSender, IVideoSender) 
Public methodSwapSources(IVideoSender, Int32) 
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from AbstractMediaSenderVideoData, VideoFormat)
Top
See Also