| AnaglyphAlgorithm Enumeration | 
            Represents the stereoscopic effect type for 3D video streaming.
            
 
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 1.8.12.0 (1.8.12)
Syntaxpublic enum AnaglyphAlgorithm
Public Enumeration AnaglyphAlgorithm
public enum class AnaglyphAlgorithm
Members| 
									 
								 | Member name | Value | Description | 
|---|
 | TrueAnaglyph | 0 | 
            True (red-blue) anaglyph algorithm
             | 
 | GrayAnaglyph | 1 | 
            Gray anaglyph algorithm
             | 
 | ColorAnaglyph | 2 | 
            Full color anaglyph algorithm
             | 
 | HalfColorAnaglyph | 3 | 
            Half color anaglyph algorithm
             | 
 | OptimizedAnaglyph | 4 | 
            Optimized anaglyph algorithm
             | 
See Also