Click or drag to resize

AnaglyphVideoHandler Class

Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaSenderVideoData, VideoFormat
      VideoSender
        Ozeki.MediaAnaglyphVideoHandler

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

The AnaglyphVideoHandler type exposes the following members.

Constructors
 NameDescription
Public methodAnaglyphVideoHandlerInitializes a new instance of the AnaglyphVideoHandler class
Public methodAnaglyphVideoHandler(AnaglyphAlgorithm)Initializes a new instance of the AnaglyphVideoHandler class
Top
Properties
 NameDescription
Public propertyAlgorithm 
Public propertyID
(Inherited from DisposableClass)
Public propertyVideoSource1 
Public propertyVideoSource2 
Top
Methods
 NameDescription
Public methodDispose
(Inherited from DisposableClass)
Protected methodDispose(Boolean)Releases the unmanaged resources used by the AnaglyphVideoHandler and optionally releases the managed resources
(Overrides DisposableClass.Dispose(Boolean))
Protected methodFinalize
(Inherited from DisposableClass)
Protected methodReceiverConnected
(Inherited from VideoSender)
Protected methodReceiverDisconnected
(Inherited from VideoSender)
Protected methodSendMediaData
(Inherited from VideoSender)
Public methodSetPreferredSendFormats
(Inherited from AbstractMediaSenderVideoData, VideoFormat)
Top
Events
 NameDescription
Public eventMediaDataSent
(Inherited from AbstractMediaSenderVideoData, VideoFormat)
Top
See Also