Tao.Sdl SDK Documentation

Sdl.SDL_YV12_OVERLAY Field

One of the most common video overlay formats. For an explanation of these pixel formats, see: http://www.webartz.com/fourcc/indexyuv.htm For information on the relationship between color spaces, see: http://www.neuro.sfc.keio.ac.jp/~aly/polygon/info/color-space-faq.html Planar mode: Y + V + U (3 planes)

[Visual Basic]
Public Const SDL_YV12_OVERLAY As Integer = 842094169
[C#]
public const int SDL_YV12_OVERLAY = 842094169;

See Also

Sdl Class | Tao.Sdl Namespace