FFmpeg
|
Data Fields | |
const AVClass * | class |
openmpt_module * | module |
int | channels |
double | duration |
int | sample_rate |
int64_t | layout |
int | subsong |
Definition at line 38 of file libopenmpt.c.
const AVClass* OpenMPTContext::class |
Definition at line 39 of file libopenmpt.c.
openmpt_module* OpenMPTContext::module |
Definition at line 40 of file libopenmpt.c.
Referenced by read_close_openmpt(), read_header_openmpt(), read_packet_openmpt(), and read_seek_openmpt().
int OpenMPTContext::channels |
Definition at line 42 of file libopenmpt.c.
Referenced by read_header_openmpt(), and read_packet_openmpt().
double OpenMPTContext::duration |
Definition at line 43 of file libopenmpt.c.
Referenced by read_header_openmpt().
int OpenMPTContext::sample_rate |
Definition at line 45 of file libopenmpt.c.
Referenced by read_header_openmpt(), and read_packet_openmpt().
int64_t OpenMPTContext::layout |
Definition at line 46 of file libopenmpt.c.
Referenced by read_header_openmpt().
int OpenMPTContext::subsong |
Definition at line 47 of file libopenmpt.c.
Referenced by read_header_openmpt().