Click or drag to resize

AnaglyphVideoHandler Class

MediaHandler class for stereoscopic 3D video handling
Inheritance Hierarchy
SystemObject
  DisposableClass
    AbstractMediaSenderVideoData, VideoFormat
      VideoSender
        Ozeki.MediaAnaglyphVideoHandler

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

The AnaglyphVideoHandler type exposes the following members.

Constructors
  NameDescription
Public methodAnaglyphVideoHandler
Creates a new instance of the AnaglyphVideoHandler class.
Public methodAnaglyphVideoHandler(AnaglyphAlgorithm)
Creates a new instance of the AnaglyphVideoHandler class.
Top
Properties
  NameDescription
Public propertyAlgorithm
Gets and sets the AnaglyphAlgorithm type for the stereoscopic 3D video creation
Public propertyID (Inherited from DisposableClass.)
Public propertyVideoSource1
Gets the first VideoHandler for the stereoscopic 3D video
Public propertyVideoSource2
Gets the second VideoHandler for the stereoscopic 3D video
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