This website requires JavaScript.
Explore
Help
Sign In
GitHub
/
StreamingKit
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
dde738dffd568101a79594247edb7880979c089a
StreamingKit
/
ExampleApp
T
History
Thong Nguyen
dde738dffd
Fixed finished event not raised if item is only item in queue. New timeline method of checking whether item has finished playing won't work if item is the only or last item in the queue as handleAudioQueueOutput isn't called once last packet is played (it's gets called if other items are queued). If no items are queued, the queue is stopped and the queue property event is used to figure out if its finished playing
2014-01-22 19:34:17 +00:00
..
ExampleApp
Fixed finished event not raised if item is only item in queue. New timeline method of checking whether item has finished playing won't work if item is the only or last item in the queue as handleAudioQueueOutput isn't called once last packet is played (it's gets called if other items are queued). If no items are queued, the queue is stopped and the queue property event is used to figure out if its finished playing
2014-01-22 19:34:17 +00:00
ExampleApp.xcodeproj
Removed iOS7 specific calls. Changed default target to iOS 4.3
2014-01-21 15:48:12 +00:00
ExampleAppTests
Renamed project to StreamingKit and addded STK classes prefixes. Separated library and sample app into discrete projects inside a workspace.
2014-01-20 15:42:28 +00:00