PSPSDK 2024-12-24
Loading...
Searching...
No Matches
pspvideocodec.h
Go to the documentation of this file.
1/*
2 * PSP Software Development Kit - https://github.com/pspdev
3 * -----------------------------------------------------------------------
4 * Licensed under the BSD license, see LICENSE in PSPSDK root for details.
5 *
6 * pspvideocodec.h - Prototypes for the sceVideocodec library.
7 *
8 * Copyright (c) 2007 cooleyes
9 *
10 */
11
12#ifndef __SCELIBVIDEOCODEC_H__
13#define __SCELIBVIDEOCODEC_H__
14
15#ifdef __cplusplus
16extern "C" {
17#endif
18
19int sceVideocodecOpen(unsigned long *Buffer, int Type);
20int sceVideocodecGetEDRAM(unsigned long *Buffer, int Type);
21int sceVideocodecInit(unsigned long *Buffer, int Type);
22int sceVideocodecDecode(unsigned long *Buffer, int Type);
24
25// sceVideocodecGetVersion
26// sceVideocodecScanHeader
27// sceVideocodecDelete
28// sceVideocodecSetMemory
29// sceVideocodecStop
30
31#ifdef __cplusplus
32}
33#endif
34
35#endif
float x
Definition psptypes.h:0
int sceVideocodecOpen(unsigned long *Buffer, int Type)
int sceVideocodecDecode(unsigned long *Buffer, int Type)
int sceVideocodecReleaseEDRAM(unsigned long *Buffer)
int sceVideocodecGetEDRAM(unsigned long *Buffer, int Type)
int sceVideocodecInit(unsigned long *Buffer, int Type)