vitasdk
Documentation of the vitasdk
musicexport.h
Go to the documentation of this file.
1
7
#ifndef _PSP2_MUSICEXPORT_H_
8
#define _PSP2_MUSICEXPORT_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
MusicExportParam
{
18
char
reserved
[128];
19
}
MusicExportParam
;
20
VITASDK_BUILD_ASSERT_EQ
(0x80,
MusicExportParam
);
21
22
int
sceMusicExportFromFile
(
const
char
* path,
const
MusicExportParam
* param,
void
* workingMemory,
void
* cancelCb,
void
(*progress)(
void
*,
int
),
void
* user,
char
* outPath,
SceSize
outPathSize);
23
24
#ifdef __cplusplus
25
}
26
#endif
27
28
#endif
/* _PSP2_MUSICEXPORT_H_ */
29
build_utils.h
sceMusicExportFromFile
int sceMusicExportFromFile(const char *path, const MusicExportParam *param, void *workingMemory, void *cancelCb, void(*progress)(void *, int), void *user, char *outPath, SceSize outPathSize)
VITASDK_BUILD_ASSERT_EQ
VITASDK_BUILD_ASSERT_EQ(0x80, MusicExportParam)
MusicExportParam::reserved
char reserved[128]
Reserved data.
Definition:
musicexport.h:18
MusicExportParam
Definition:
musicexport.h:17
SceSize
unsigned int SceSize
Definition:
types.h:56
types.h
include
psp2
musicexport.h
Vita SDK