forked from LeenkxTeam/LNXRNT
Kore sync
This commit is contained in:
@ -10,14 +10,8 @@
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
extern const char *iphonegetresourcepath(void);
|
||||
extern const char *macgetresourcepath(void);
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
void kinc_internal_video_sound_stream_init(kinc_internal_video_sound_stream_t *stream, int channel_count, int frequency) {
|
||||
stream->bufferSize = 1024 * 100;
|
||||
|
||||
Reference in New Issue
Block a user