Functions | |
| BGAV_PUBLIC int | bgav_get_audio_compression_info (bgav_t *bgav, int stream, gavl_compression_info_t *info) |
| Get audio compression info. | |
| BGAV_PUBLIC int | bgav_get_video_compression_info (bgav_t *bgav, int stream, gavl_compression_info_t *info) |
| Get video compression info. | |
| BGAV_PUBLIC int | bgav_read_audio_packet (bgav_t *bgav, int stream, gavl_packet_t *p) |
| Read compressed audio packet. | |
| BGAV_PUBLIC int | bgav_read_video_packet (bgav_t *bgav, int stream, gavl_packet_t *p) |
| Read compressed video packet. | |
| BGAV_PUBLIC int bgav_get_audio_compression_info | ( | bgav_t * | bgav, | |
| int | stream, | |||
| gavl_compression_info_t * | info | |||
| ) |
Get audio compression info.
| bgav | A decoder instance | |
| stream | Stream index (starting with 0) | |
| info | Returns the compression info |
| BGAV_PUBLIC int bgav_get_video_compression_info | ( | bgav_t * | bgav, | |
| int | stream, | |||
| gavl_compression_info_t * | info | |||
| ) |
Get video compression info.
| bgav | A decoder instance | |
| stream | Stream index (starting with 0) | |
| info | Returns the compression info |
| BGAV_PUBLIC int bgav_read_audio_packet | ( | bgav_t * | bgav, | |
| int | stream, | |||
| gavl_packet_t * | p | |||
| ) |
Read compressed audio packet.
| bgav | A decoder instance | |
| stream | Stream index (starting with 0) | |
| p | Returns the packet |
| BGAV_PUBLIC int bgav_read_video_packet | ( | bgav_t * | bgav, | |
| int | stream, | |||
| gavl_packet_t * | p | |||
| ) |
Read compressed video packet.
| bgav | A decoder instance | |
| stream | Stream index (starting with 0) | |
| p | Returns the packet |