vitasdk
Documentation of the vitasdk
photoexport.h
Go to the documentation of this file.
1
7#ifndef _PSP2_PHOTOEXPORT_H_
8#define _PSP2_PHOTOEXPORT_H_
9
10#include <vitasdk/build_utils.h>
11#include <psp2/types.h>
12
13#ifdef __cplusplus
14extern "C" {
15#endif
16
25
26int scePhotoExportFromData(const void* data, SceSize size, const PhotoExportParam* param, void* workingMemory, void* cancelCb, void* user, char* outPath, SceSize outPathSize);
27int scePhotoExportFromFile(const char* path, const PhotoExportParam* param, void* workingMemory, void* cancelCb, void* user, char* outPath, SceSize outPathSize);
28
29#ifdef __cplusplus
30}
31#endif
32
33#endif /* _PSP2_PHOTOEXPORT_H_ */
#define VITASDK_BUILD_ASSERT_EQ(__size__, __name__)
Definition build_utils.h:13
SceSize size
struct size(variable size)
Definition debug.h:0
const SceWChar32 * gameTitle
Game title.
Definition photoexport.h:20
int reserved[8]
Reserved data.
Definition photoexport.h:22
int scePhotoExportFromData(const void *data, SceSize size, const PhotoExportParam *param, void *workingMemory, void *cancelCb, void *user, char *outPath, SceSize outPathSize)
const SceWChar32 * photoTitle
Photo title.
Definition photoexport.h:19
const SceWChar32 * gameComment
Game description.
Definition photoexport.h:21
int scePhotoExportFromFile(const char *path, const PhotoExportParam *param, void *workingMemory, void *cancelCb, void *user, char *outPath, SceSize outPathSize)
int version
Version.
Definition photoexport.h:18
Definition photoexport.h:17
unsigned int SceSize
Definition types.h:56
uint32_t SceWChar32
Definition types.h:78