Data Fields | |
int64_t | data |
int64_t | data_end |
int64_t | minpts |
int64_t | maxpts |
int | last_duration |
int | w64 |
Definition at line 29 of file wav.c.
int64_t WAVContext::data |
int64_t WAVContext::data_end |
Definition at line 31 of file wav.c.
Referenced by w64_read_header(), wav_read_header(), and wav_read_packet().
int64_t WAVContext::minpts |
Definition at line 32 of file wav.c.
Referenced by wav_write_header(), wav_write_packet(), and wav_write_trailer().
int64_t WAVContext::maxpts |
Definition at line 33 of file wav.c.
Referenced by wav_write_header(), wav_write_packet(), and wav_write_trailer().
Definition at line 34 of file wav.c.
Referenced by wav_write_header(), wav_write_packet(), and wav_write_trailer().
int WAVContext::w64 |