|
Functions |
int | lqt_gavl_get_audio_format (quicktime_t *file, int track, gavl_audio_format_t *format) |
| Get the audio format for decoding.
|
int | lqt_gavl_get_video_format (quicktime_t *file, int track, gavl_video_format_t *format) |
| Get the video format for decoding.
|
int | lqt_gavl_decode_video (quicktime_t *file, int track, gavl_video_frame_t *frame, uint8_t **rows) |
| Decode one video frame.
|
int | lqt_gavl_decode_audio (quicktime_t *file, int track, gavl_audio_frame_t *frame, int samples) |
| Decode one audio frame.
|
void | lqt_gavl_seek (quicktime_t *file, gavl_time_t *time) |
| Seek all tracks to a specific point.
|
gavl_time_t | lqt_gavl_duration (quicktime_t *file) |
| Get the total duration.
|