Tao.Sdl SDK Documentation

Sdl.SDL_YVYU_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+V0+Y1+U0 (1 plane)

[Visual Basic]
Public Const SDL_YVYU_OVERLAY As Integer = 1431918169
[C#]
public const int SDL_YVYU_OVERLAY = 1431918169;

See Also

Sdl Class | Tao.Sdl Namespace