AnaglyphAlgorithm Enumeration |
Represents the stereoscopic effect type for 3D video streaming.
Namespace: Ozeki.MediaAssembly: OzekiSDK_Desktop (in OzekiSDK_Desktop.dll) Version: 10.4.98
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