Go to the source code of this file.
enum _FishSoundCodecID |
enum _FishSoundCommand |
Command codes.
FISH_SOUND_COMMAND_NOP | No operation. |
FISH_SOUND_GET_INFO | Retrieve the FishSoundInfo. |
FISH_SOUND_GET_INTERLEAVE | Query if multichannel audio should be interpreted as interleaved. |
FISH_SOUND_SET_INTERLEAVE | Set to 1 to interleave, 0 to non-interleave. |
enum _FishSoundError |
Error values.
FISH_SOUND_OK | No error. |
FISH_SOUND_ERR_GENERIC | generic error |
FISH_SOUND_ERR_BAD | Not a valid FishSound* handle. |
FISH_SOUND_ERR_INVALID | The requested operation is not suitable for this FishSound* handle. |
FISH_SOUND_ERR_DISABLED | Functionality disabled at build time. |
FISH_SOUND_ERR_SHORT_IDENTIFY | Too few bytes passed to fish_sound_identify(). |
FISH_SOUND_ERR_COMMENT_INVALID | Comment violates VorbisComment restrictions. |
enum _FishSoundMode |