diff options
Diffstat (limited to 'src/ios.h')
-rw-r--r-- | src/ios.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -56,3 +56,6 @@ double currentTime_AVFAudioPlayer (const iAVFAudioPlayer *); | |||
56 | double duration_AVFAudioPlayer (const iAVFAudioPlayer *); | 56 | double duration_AVFAudioPlayer (const iAVFAudioPlayer *); |
57 | iBool isStarted_AVFAudioPlayer (const iAVFAudioPlayer *); | 57 | iBool isStarted_AVFAudioPlayer (const iAVFAudioPlayer *); |
58 | iBool isPaused_AVFAudioPlayer (const iAVFAudioPlayer *); | 58 | iBool isPaused_AVFAudioPlayer (const iAVFAudioPlayer *); |
59 | |||
60 | void clearNowPlayingInfo_iOS (void); | ||
61 | void updateNowPlayingInfo_iOS (void); | ||