[TIMOB-9088] iOS: Remove AudioStreamerBC
GitHub Issue | n/a |
---|---|
Type | Bug |
Priority | Medium |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2012-05-15T13:34:50.000+0000 |
Affected Version/s | Release 2.0.1 |
Fix Version/s | Release 2.1.0, Sprint 2012-10 API |
Components | iOS |
Labels | api |
Reporter | Stephen Tramer |
Assignee | Blain Hamon |
Created | 2012-05-09T21:38:51.000+0000 |
Updated | 2017-03-06T22:34:09.000+0000 |
Description
Due to incompatibilities between iOS 3.x and 4.x+ with regards to audio streaming capability, iOS currently has two "AudioStreamer" classes which are interfaced with through a generic frontend. One of these,
AudioStreamerBC
, is for 3.x-compatibility purposes only and should be removed since it is dead code.
Closing ticket due to time passed.