|
psl1ght
A free SDK for Sony's PS3 console
|
Video configuration structure. More...
#include <video.h>
Data Fields | |
| u8 | resolution |
| resolution id. More... | |
| u8 | format |
| video buffer format. More... | |
| u8 | aspect |
| aspect ratio. More... | |
| u8 | padding [9] |
| unused. | |
| u32 | pitch |
| offset in bytes between the beginnings of consecutive lines. | |
Video configuration structure.
| u8 _videoconfig::aspect |
aspect ratio.
The possible values are:
VIDEO_ASPECT_AUTO VIDEO_ASPECT_4_3 VIDEO_ASPECT_16_9 | u8 _videoconfig::format |
video buffer format.
The possible values are:
VIDEO_BUFFER_FORMAT_XRGB VIDEO_BUFFER_FORMAT_XBGR VIDEO_BUFFER_FORMAT_FLOAT | u8 _videoconfig::resolution |
resolution id.
The possible values are:
VIDEO_RESOLUTION_1080 VIDEO_RESOLUTION_720 VIDEO_RESOLUTION_480 VIDEO_RESOLUTION_576
1.8.15