Commit c87d6825 authored by Max Kellermann's avatar Max Kellermann

decoder/mad: add API documentation

parent 00830a20
...@@ -175,6 +175,11 @@ private: ...@@ -175,6 +175,11 @@ private:
gcc_pure gcc_pure
long TimeToFrame(SongTime t) const noexcept; long TimeToFrame(SongTime t) const noexcept;
/**
* Record the current frame's offset in the "frame_offsets"
* buffer and go forward to the next frame, updating the
* attributes "current_frame" and "timer".
*/
void UpdateTimerNextFrame() noexcept; void UpdateTimerNextFrame() noexcept;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment