diff --git a/player/src/main/c/player_win.c b/player/src/main/c/player_win.c new file mode 100644 index 0000000..5b5bedb --- /dev/null +++ b/player/src/main/c/player_win.c @@ -0,0 +1,11 @@ +/* + * Copyright (c) 2021 William Hubbard. All Rights Reserved. + */ +#include +#include + +int updatePlayer(JNIEnv *env, jobject obj, jobject stream, jshort numChannels, jshort bitsPerSample, jint sampleRate) +{ + printf("Updating File\n"); + return 0; +} \ No newline at end of file