Tao.Sdl SDK Documentation

Sdl.SDL_YUY2_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 Packed mode: Y0+U0+Y1+V0 (1 plane)

[Visual Basic]
Public Const SDL_YUY2_OVERLAY As Integer = 844715353
[C#]
public const int SDL_YUY2_OVERLAY = 844715353;

See Also

Sdl Class | Tao.Sdl Namespace