vitasdk
Documentation of the vitasdk

Exports for User. More...

Data Structures

struct  PhotoExportParam
 

Functions

 VITASDK_BUILD_ASSERT_EQ (0x30, PhotoExportParam)
 
int scePhotoExportFromData (const void *data, SceSize size, const PhotoExportParam *param, void *workingMemory, void *cancelCb, void *user, char *outPath, SceSize outPathSize)
 
int scePhotoExportFromFile (const char *path, const PhotoExportParam *param, void *workingMemory, void *cancelCb, void *user, char *outPath, SceSize outPathSize)
 

Variables

int PhotoExportParam::version
 Version.
 
const SceWChar32PhotoExportParam::photoTitle
 Photo title.
 
const SceWChar32PhotoExportParam::gameTitle
 Game title.
 
const SceWChar32PhotoExportParam::gameComment
 Game description.
 
int PhotoExportParam::reserved [8]
 Reserved data.
 

Detailed Description

Exports for User.


Using this library in your project

Include the header file in your project:


Link the library to the executable:

ScePhotoExport_stub


Load the required module:

int sceSysmoduleLoadModule(SceSysmoduleModuleId id)
Load a module.
@ SCE_SYSMODULE_PHOTO_EXPORT
Photo Export module.
Definition sysmodule.h:49




Data Structure Documentation

◆ PhotoExportParam

struct PhotoExportParam
Data Fields
int version Version.
const SceWChar32 * photoTitle Photo title.
const SceWChar32 * gameTitle Game title.
const SceWChar32 * gameComment Game description.
int reserved[8] Reserved data.

Function Documentation

◆ VITASDK_BUILD_ASSERT_EQ()

VITASDK_BUILD_ASSERT_EQ ( 0x30  ,
PhotoExportParam   
)

◆ scePhotoExportFromData()

int scePhotoExportFromData ( const void *  data,
SceSize  size,
const PhotoExportParam param,
void *  workingMemory,
void *  cancelCb,
void *  user,
char *  outPath,
SceSize  outPathSize 
)

◆ scePhotoExportFromFile()

int scePhotoExportFromFile ( const char *  path,
const PhotoExportParam param,
void *  workingMemory,
void *  cancelCb,
void *  user,
char *  outPath,
SceSize  outPathSize 
)

Variable Documentation

◆ version

int PhotoExportParam::version

Version.

◆ photoTitle

const SceWChar32* PhotoExportParam::photoTitle

Photo title.

◆ gameTitle

const SceWChar32* PhotoExportParam::gameTitle

Game title.

◆ gameComment

const SceWChar32* PhotoExportParam::gameComment

Game description.

◆ reserved

int PhotoExportParam::reserved[8]

Reserved data.