wut
v1.7.0
Wii U Toolchain
|
Go to the source code of this file.
Typedefs | |
typedef enum AVMTvAspectRatio | AVMTvAspectRatio |
typedef enum AVMTvResolution | AVMTvResolution |
typedef enum AVMTvVideoRegion | AVMTvVideoRegion |
Enumerations | |
enum | AVMTvAspectRatio { AVM_TV_ASPECT_RATIO_4_3 , AVM_TV_ASPECT_RATIO_16_9 } |
enum | AVMTvResolution { AVM_TV_RESOLUTION_576I = 1 , AVM_TV_RESOLUTION_480I = 2 , AVM_TV_RESOLUTION_480P = 3 , AVM_TV_RESOLUTION_720P = 4 , AVM_TV_RESOLUTION_720P_3D = 5 , AVM_TV_RESOLUTION_1080I = 6 , AVM_TV_RESOLUTION_1080P = 7 , AVM_TV_RESOLUTION_480I_PAL60 = 10 , AVM_TV_RESOLUTION_576P = 11 , AVM_TV_RESOLUTION_720P_50HZ = 12 , AVM_TV_RESOLUTION_1080I_50HZ = 13 , AVM_TV_RESOLUTION_1080P_50HZ = 14 } |
enum | AVMTvVideoRegion { AVM_TV_VIDEO_REGION_NTSC = 1 , AVM_TV_VIDEO_REGION_PAL } |
Functions | |
BOOL | AVMDebugIsNTSC (void) |
Gets the TV video region. More... | |
BOOL | AVMGetCurrentPort (TVEPort *outPort) |
Gets the TV port. More... | |
void | AVMGetHDMIState (TVEHdmiState *outState) |
Gets the HDMI state. More... | |
BOOL | AVMGetTVAspectRatio (AVMTvAspectRatio *outAspectRatio) |
Gets the TV aspect ratio. More... | |
BOOL | AVMGetTVScanMode (AVMTvResolution *outResolution) |
Gets the TV resolution. More... | |
int32_t | AVMGetTVUnderScan (uint32_t *outUnderScan) |
Gets the TV under scan. More... | |
BOOL | AVMIsAVOutReady (void) |
Determines whether a TV is currently connected and displaying the Wii U source. More... | |
BOOL | AVMSetTVAspectRatio (AVMTvAspectRatio aspectRatio) |
Sets the TV aspect ratio. More... | |
BOOL | AVMSetTVEnable (BOOL enable) |
Sets whether to show or hide the TV video out. More... | |
int32_t | AVMSetTVOutPort (TVEPort port, AVMTvResolution resolution) |
Sets the TV port. More... | |
int32_t | AVMSetTVScanMode (AVMTvResolution resolution, uint32_t unknown, TVEPort port) |
Sets the TV resolution and port. More... | |
int32_t | AVMSetTVScanResolution (AVMTvResolution resolution) |
Sets the TV resolution. More... | |
int32_t | AVMSetTVUnderScan (uint32_t underScan) |
Sets the TV under scan. More... | |
int32_t | AVMSetTVUnderScanParam (uint32_t underScan) |
int32_t | AVMSetTVVideoRegion (AVMTvVideoRegion videoRegion, TVEPort port, AVMTvResolution resolution) |
Sets the TV video region. More... | |