AnaglyphVideoHandler(AnaglyphAlgorithm) Constructor |
Creates a new instance of the AnaglyphVideoHandler class.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic AnaglyphVideoHandler(
AnaglyphAlgorithm algorithm
)
Public Sub New (
algorithm As AnaglyphAlgorithm
)
public:
AnaglyphVideoHandler(
AnaglyphAlgorithm algorithm
)
new :
algorithm : AnaglyphAlgorithm -> AnaglyphVideoHandler
Parameters
- algorithm AnaglyphAlgorithm
- The AnaglyphAlgorithm type used for creating the stereoscopic video frames
See Also