Skip to content

Instantly share code, notes, and snippets.

@icanswiftabit
Created January 6, 2014 23:53
Show Gist options
  • Save icanswiftabit/8292245 to your computer and use it in GitHub Desktop.
Save icanswiftabit/8292245 to your computer and use it in GitHub Desktop.
second Argument type
typedef void (afterPlayingFunc)(void* clientData);
Boolean startPlaying(MediaSource& source,
afterPlayingFunc* afterFunc,
void* afterClientData);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment