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

Documentation for mp3dec_ex_read_frame()? #103

Open
mgeier opened this issue Nov 18, 2022 · 0 comments
Open

Documentation for mp3dec_ex_read_frame()? #103

mgeier opened this issue Nov 18, 2022 · 0 comments

Comments

@mgeier
Copy link
Contributor

mgeier commented Nov 18, 2022

It took me a while, but I'm finally updating my Rust bindings: mgeier/minimp3_ex-sys#3

While doing that, I didn't find any documentation of mp3dec_ex_read_frame() in the README.md.

I think its usage is mostly clear from its similarity with mp3dec_ex_read(), but I'm wondering about the exact requirements for the frame_info parameter (which has been added in d86f4cb).

I understand that it has to be zero-initialized in the beginning, but does it have to be reset at any later point in time?

Especially when seeking, should frame_info be reset after that or not?

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

No branches or pull requests

1 participant