Go to the source code of this file.
Typedefs | |
| typedef enum _FishSoundMode | FishSoundMode |
| Mode of operation (encode or decode). | |
| typedef enum _FishSoundCodecID | FishSoundCodecID |
| Identifiers for supported codecs. | |
| typedef enum _FishSoundCommand | FishSoundCommand |
| Command codes. | |
| typedef enum _FishSoundError | FishSoundError |
| Error values. | |
Enumerations | |
| enum | _FishSoundMode { FISH_SOUND_DECODE = 0x10, FISH_SOUND_ENCODE = 0x20 } |
| Mode of operation (encode or decode). More... | |
| enum | _FishSoundCodecID { FISH_SOUND_UNKNOWN = 0x00, FISH_SOUND_VORBIS = 0x01, FISH_SOUND_SPEEX = 0x02 } |
| Identifiers for supported codecs. More... | |
| enum | _FishSoundCommand { FISH_SOUND_COMMAND_NOP = 0x0000, FISH_SOUND_GET_INFO = 0x1000, FISH_SOUND_GET_INTERLEAVE = 0x2000, FISH_SOUND_SET_INTERLEAVE = 0x2001, FISH_SOUND_SET_ENCODE_VBR = 0x4000, FISH_SOUND_COMMAND_MAX } |
| Command codes. More... | |
| enum | _FishSoundError { FISH_SOUND_OK = 0, FISH_SOUND_ERR_DISABLED = -10, FISH_SOUND_ERR_SHORT_IDENTIFY = -20 } |
| Error values. More... | |
|
|
Identifiers for supported codecs.
|
|
|
Command codes.
|
|
|
Error values.
|
|
|
Mode of operation (encode or decode).
|
1.3.5