AnaglyphAlgorithm Enumeration |
Represents the stereoscopic effect type for 3D video streaming.
Namespace: Ozeki.MediaAssembly: OzekiSDK (in OzekiSDK.dll) Version: 10.4.54.0
Syntaxpublic enum AnaglyphAlgorithm
Public Enumeration AnaglyphAlgorithm
public enum class AnaglyphAlgorithm
MembersMember 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