MCPcopy Create free account
hub / github.com/HandBrake/HandBrake / ghb_get_audio_info

Function ghb_get_audio_info

gtk/src/hb-backend.c:3864–3873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3862}
3863
3864hb_audio_config_t*
3865ghb_get_audio_info(const hb_title_t *title, gint track)
3866{
3867 if (title == NULL) return NULL;
3868 if (!hb_list_count(title->list_audio))
3869 {
3870 return NULL;
3871 }
3872 return hb_list_audio_config_item(title->list_audio, track);
3873}
3874
3875hb_subtitle_t*
3876ghb_get_subtitle_info(const hb_title_t *title, gint track)

Callers 5

ghb_grey_combo_optionsFunction · 0.85
audio_depsFunction · 0.85

Calls 2

hb_list_countFunction · 0.85

Tested by

no test coverage detected