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
14 extern "C" {
15 #endif
16 
17 typedef struct PhotoExportParam {
18  int version;
22  int reserved[8];
25 
26 int scePhotoExportFromData(const void* data, SceSize size, const PhotoExportParam* param, void* workingMemory, void* cancelCb, void* user, char* outPath, SceSize outPathSize);
27 int 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_ */
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)
VITASDK_BUILD_ASSERT_EQ(0x30, PhotoExportParam)
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