Click or drag to resize
AnaglyphVideoHandler Class
MediaHandler class for stereoscopic 3D video handling
Inheritance Hierarchy
SystemObject
  Ozeki.CommonDisposableClass
    Ozeki.MediaAbstractMediaSenderVideoData, VideoFormat
      Ozeki.MediaVideoSender
        Ozeki.MediaAnaglyphVideoHandler

Namespace: Ozeki.Media
Assembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
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
Methods
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
Events
See Also