uOFW
Reverse engineered PSP kernel 6.60.
Loading...
Searching...
No Matches
lib_psmfplayer.h
1/* Copyright (C) 2011 - 2016 The uOFW team
2 See the file COPYING for copying permission.
3*/
4
12#ifndef LIB_PSMFPLAYER_H
13#define LIB_PSMFPLAYER_H
14
15/* lib_psmfplayer specific error codes. */
16
17#define SCE_MPEG_ERROR_PSMFPLAYER_NOT_INITIALIZED 0x80616001
18#define SCE_MPEG_ERROR_PSMFPLAYER_UNMATCHED_VERSION 0x80616002
19#define SCE_MPEG_ERROR_PSMFPLAYER_NOT_SUPPORTED 0x80616003
20#define SCE_MPEG_ERROR_PSMFPLAYER_BUSY 0x80616004
21#define SCE_MPEG_ERROR_PSMFPLAYER_OUT_OF_MEMORY 0x80616005
22#define SCE_MPEG_ERROR_PSMFPLAYER_INVALID_ID 0x80616006
23#define SCE_MPEG_ERROR_PSMFPLAYER_INVALID_COMMAND 0x80616007
24#define SCE_MPEG_ERROR_PSMFPLAYER_INVALID_VALUE 0x80616008
25#define SCE_MPEG_ERROR_PSMFPLAYER_TOO_BIG_OFFSET 0x80616009
26#define SCE_MPEG_ERROR_PSMFPLAYER_FAILED_READ_HEADER 0x8061600a
27#define SCE_MPEG_ERROR_PSMFPLAYER_FATAL 0x8061600b
28#define SCE_MPEG_ERROR_PSMFPLAYER_NODATA 0x8061600c
29#define SCE_MPEG_ERROR_PSMFPLAYER_INVALID_PSMF 0x8061600d
30#define SCE_MPEG_ERROR_PSMFPLAYER_ABORTED 0x8061600e
31
32#endif /* LIB_PSMFPLAYER_H */
33