#include "tdef.h"#include "caudiox.hpp"#include "uti.h"


Ir al código fuente de este archivo.
Estructuras de datos | |
| struct | WAVChunk |
| struct | WAVHdr |
| struct | FormatInfo |
| struct | CuePoint |
| class | UInt32 |
Definiciones | |
| #define | IGNORE_CUE_LABEL |
| #define | WFORMAT_PCM 0x0001 |
Tipos definidos | |
| typedef SetListT< UInt32 > | CueNames |
Funciones | |
| int | operator< (const UInt32 &a, const UInt32 &b) |
| int | operator== (const UInt32 &a, const UInt32 &b) |
| int | operator> (const UInt32 &a, const UInt32 &b) |
| char * | wstr (FILE *f) |
| char * | wstr (FILE *f, UINT32 l) |
| VOID | mrk_labl (Mark1DList &m, CueNames &cn, CHAR8 *buf) |
| VOID | mrk_note (Mark1DList &m, CueNames &cn, CHAR8 *buf) |
| VOID | mrk_ltxt (Mark1DList &m, CueNames &cn, CHAR8 *buf) |
| size_t | strlen_zeven (const char *s) |
| void | puts_zeven (const char *s, FILE *f) |
| #define IGNORE_CUE_LABEL |
Definición en la línea 51 del archivo afwav_i.hpp.
| #define WFORMAT_PCM 0x0001 |
Definición en la línea 66 del archivo afwav_i.hpp.
Definición en la línea 99 del archivo afwav_i.hpp.
| VOID mrk_labl | ( | Mark1DList & | m, | |
| CueNames & | cn, | |||
| CHAR8 * | buf | |||
| ) |
| VOID mrk_note | ( | Mark1DList & | m, | |
| CueNames & | cn, | |||
| CHAR8 * | buf | |||
| ) |
| VOID mrk_ltxt | ( | Mark1DList & | m, | |
| CueNames & | cn, | |||
| CHAR8 * | buf | |||
| ) |
1.5.6