psl1ght
A free SDK for Sony's PS3 console
Loading...
Searching...
No Matches
_videostate Struct Reference

Video state stucture. More...

#include <video.h>

Data Fields

u8 state
 state value.
 
u8 colorSpace
 color space.
 
u8 padding [6]
 unused.
 
videoDisplayMode displayMode
 display mode.
 

Detailed Description

Video state stucture.

Definition at line 116 of file video.h.

Field Documentation

◆ colorSpace

u8 _videostate::colorSpace

color space.

The possible values are:

  • VIDEO_BUFFER_FORMAT_XRGB
  • VIDEO_BUFFER_FORMAT_XBGR
  • VIDEO_BUFFER_FORMAT_FLOAT
    Todo:
    verify

Definition at line 134 of file video.h.

◆ displayMode

videoDisplayMode _videostate::displayMode

display mode.

Definition at line 138 of file video.h.

◆ padding

u8 _videostate::padding[6]

unused.

Definition at line 136 of file video.h.

◆ state

u8 _videostate::state

state value.

The possible values are:

  • VIDEO_STATE_DISABLED
  • VIDEO_STATE_ENABLED
  • VIDEO_STATE_BUSY

Definition at line 125 of file video.h.


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