Better report the number of Smacker audio tracks
This commit is contained in:
parent
1a692f5c28
commit
3b6723e6f2
2 changed files with 16 additions and 5 deletions
|
|
@ -125,6 +125,7 @@ class SmackerDecoder
|
|||
void GetPalette(uint8_t *palette);
|
||||
void GetFrame(uint8_t *frame);
|
||||
|
||||
uint32_t GetNumAudioTracks();
|
||||
SmackerAudioInfo GetAudioTrackDetails(uint32_t trackIndex);
|
||||
uint32_t GetAudioData(uint32_t trackIndex, int16_t *audioBuffer);
|
||||
void DisableAudioTrack(uint32_t trackIndex);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue