Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

The SDLAudioStreamManager public property queue is inaccessible #1283

Closed
NicoleYarroch opened this issue May 28, 2019 · 1 comment
Closed
Assignees
Labels
bug A defect in the library
Projects
Milestone

Comments

@NicoleYarroch
Copy link
Contributor

Bug Report

The SDLAudioStreamManager public property queue is inaccessible.

  1. The SDLAudioFile is header is not public.
  2. The SDLAudioStreamManager header file imports the SDLAudioFile.h using a @class when it needs to import using #import
Reproduction Steps
  1. Create an example app implementing the SDLAudioStreamManagerDelegate.
  2. In one of the delegate method, attempt to access the public queue property.
Expected Behavior

The queue property should be accessible since it is a public property in the SDLAudioStreamManager class.

Observed Behavior

Get a compiler warning Value of type 'SDLAudioStreamManager' has no member 'queue'

OS & Version Information
  • iOS Version: n/a
  • SDL iOS Version: 6.2
  • Testing Against: n/a
@NicoleYarroch NicoleYarroch added the bug A defect in the library label May 28, 2019
@joeljfischer
Copy link
Contributor

It appears to me that queue is accessible, at least in Obj-C. However, the audio files are certainly private and can't be used properly.

@joeljfischer joeljfischer added this to To do in v6.3 via automation May 29, 2019
@joeljfischer joeljfischer added this to the 6.3.0 milestone May 29, 2019
@joeljfischer joeljfischer self-assigned this May 29, 2019
v6.3 automation moved this from To do to Done Jun 5, 2019
@joeljfischer joeljfischer mentioned this issue Jun 24, 2019
1 task
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A defect in the library
Projects
No open projects
v6.3
  
Done
Development

No branches or pull requests

2 participants