decoder/mad: add API documentation
This commit is contained in:
parent
00830a20e3
commit
c87d6825ec
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user