AnaglyphVideoHandlerAlgorithm Property |
Gets and sets the AnaglyphAlgorithm type for the stereoscopic 3D video creation
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.13.0
Syntaxpublic AnaglyphAlgorithm Algorithm { get; set; }
Public Property Algorithm As AnaglyphAlgorithm
Get
Set
public:
property AnaglyphAlgorithm Algorithm {
AnaglyphAlgorithm get ();
void set (AnaglyphAlgorithm value);
}
member Algorithm : AnaglyphAlgorithm with get, set
Property Value
AnaglyphAlgorithm
See Also