AnaglyphVideoHandlerAlgorithm Property |
Gets and sets the AnaglyphAlgorithm type for the stereoscopic 3D video creation
Namespace:
Ozeki.Media
Assembly:
OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.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
Type:
AnaglyphAlgorithm
See Also