Functions | |
BGAV_PUBLIC const gavl_audio_format_t * | bgav_get_audio_format (bgav_t *bgav, int stream) |
Get the format of an audio stream. | |
BGAV_PUBLIC const gavl_video_format_t * | bgav_get_video_format (bgav_t *bgav, int stream) |
Get the format of a video stream. | |
BGAV_PUBLIC gavl_frame_table_t * | bgav_get_frame_table (bgav_t *bgav, int stream) |
Get the frame table of a video stream. | |
BGAV_PUBLIC const gavl_video_format_t * | bgav_get_subtitle_format (bgav_t *bgav, int stream) |
Get the video format of a subtitle stream. | |
BGAV_PUBLIC int | bgav_subtitle_is_text (bgav_t *bgav, int stream) |
Check if a subtitle is text or graphics based. | |
BGAV_PUBLIC const char * | bgav_get_audio_description (bgav_t *bgav, int stream) |
Get the description of an audio stream. | |
BGAV_PUBLIC const char * | bgav_get_audio_info (bgav_t *bgav, int stream) |
Get additional info about an audio stream. | |
BGAV_PUBLIC const char * | bgav_get_video_description (bgav_t *bgav, int stream) |
Get the description of a video stream. | |
BGAV_PUBLIC const char * | bgav_get_subtitle_description (bgav_t *bgav, int stream) |
Get the description of a subtitle stream. | |
BGAV_PUBLIC const char * | bgav_get_subtitle_info (bgav_t *bgav, int stream) |
Get additional info about a subtitle stream. | |
BGAV_PUBLIC int | bgav_can_pause (bgav_t *bgav) |
Query if a track is pausable. |
BGAV_PUBLIC const gavl_audio_format_t* bgav_get_audio_format | ( | bgav_t * | bgav, | |
int | stream | |||
) |
Get the format of an audio stream.
bgav | A decoder instance
|
BGAV_PUBLIC const gavl_video_format_t* bgav_get_video_format | ( | bgav_t * | bgav, | |
int | stream | |||
) |
Get the format of a video stream.
bgav | A decoder instance
|
BGAV_PUBLIC gavl_frame_table_t* bgav_get_frame_table | ( | bgav_t * | bgav, | |
int | stream | |||
) |
Get the frame table of a video stream.
bgav | A decoder instance
|
BGAV_PUBLIC const gavl_video_format_t* bgav_get_subtitle_format | ( | bgav_t * | bgav, | |
int | stream | |||
) |
Get the video format of a subtitle stream.
bgav | A decoder instance
|
BGAV_PUBLIC int bgav_subtitle_is_text | ( | bgav_t * | bgav, | |
int | stream | |||
) |
Check if a subtitle is text or graphics based.
bgav | A decoder instance
|
BGAV_PUBLIC const char* bgav_get_audio_description | ( | bgav_t * | bgav, | |
int | stream | |||
) |
Get the description of an audio stream.
bgav | A decoder instance
|
BGAV_PUBLIC const char* bgav_get_audio_info | ( | bgav_t * | bgav, | |
int | stream | |||
) |
Get additional info about an audio stream.
bgav | A decoder instance
|
BGAV_PUBLIC const char* bgav_get_video_description | ( | bgav_t * | bgav, | |
int | stream | |||
) |
Get the description of a video stream.
bgav | A decoder instance
|
BGAV_PUBLIC const char* bgav_get_subtitle_description | ( | bgav_t * | bgav, | |
int | stream | |||
) |
Get the description of a subtitle stream.
bgav | A decoder instance
|
BGAV_PUBLIC const char* bgav_get_subtitle_info | ( | bgav_t * | bgav, | |
int | stream | |||
) |
Get additional info about a subtitle stream.
bgav | A decoder instance
|
BGAV_PUBLIC int bgav_can_pause | ( | bgav_t * | bgav | ) |
Query if a track is pausable.
bgav | A decoder instance
|