psl1ght
A free SDK for Sony's PS3 console
Data Fields
_videoconfig Struct Reference

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.
 

Detailed Description

Video configuration structure.

Field Documentation

◆ aspect

u8 _videoconfig::aspect

aspect ratio.

The possible values are:

  • VIDEO_ASPECT_AUTO
  • VIDEO_ASPECT_4_3
  • VIDEO_ASPECT_16_9

◆ format

u8 _videoconfig::format

video buffer format.

The possible values are:

  • VIDEO_BUFFER_FORMAT_XRGB
  • VIDEO_BUFFER_FORMAT_XBGR
  • VIDEO_BUFFER_FORMAT_FLOAT

◆ resolution

u8 _videoconfig::resolution

resolution id.

The possible values are:

  • VIDEO_RESOLUTION_1080
  • VIDEO_RESOLUTION_720
  • VIDEO_RESOLUTION_480
  • VIDEO_RESOLUTION_576

The documentation for this struct was generated from the following file: