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

Definition of kALACChannelLayoutTag_MPEG_3_0_B is incorrect #7

Open
macosforgebot opened this issue Dec 21, 2011 · 1 comment
Open

Comments

@macosforgebot
Copy link

honeycomb77@… originally submitted this as ticket:8

  • Version: 1.0

In ALACAudioTypes.h it's defined as

kALACChannelLayoutTag_MPEG_3_0_B = (113<<16) | 3, // C L R

While in CoreAudioTypes.h it's defined as

kAudioChannelLayoutTag_MPEG_3_0_A = (113L<<16) | 3, // L C R
kAudioChannelLayoutTag_MPEG_3_0_B = (114L<<16) | 3, // C L R
@macosforgebot
Copy link
Author

@ryandesign originally submitted this as comment:1:⁠ticket:8

  • Description modified

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant