Click or drag to resize

AnaglyphAlgorithm Enumeration

Represents the stereoscopic effect type for 3D video streaming.

Namespace:  Ozeki.Media
Assembly:  OzekiSDK (in OzekiSDK.dll) Version: 10.3.183.0
Syntax
public enum AnaglyphAlgorithm
Members
  Member nameValueDescription
TrueAnaglyph0 True (red-blue) anaglyph algorithm
GrayAnaglyph1 Gray anaglyph algorithm
ColorAnaglyph2 Full color anaglyph algorithm
HalfColorAnaglyph3 Half color anaglyph algorithm
OptimizedAnaglyph4 Optimized anaglyph algorithm
See Also