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

Function hb_get_titles

libhb/hb.c:490–493  ·  view source on GitHub ↗

* Returns the list of titles found. * @param h Handle to hb_handle_t * @return Handle to hb_list_t of the title list. */

Source from the content-addressed store, hash-verified

488 * @return Handle to hb_list_t of the title list.
489 */
490hb_list_t * hb_get_titles( hb_handle_t * h )
491{
492 return h->title_set.list_title;
493}
494
495hb_title_set_t * hb_get_title_set( hb_handle_t * h )
496{

Callers 4

title_opts_setFunction · 0.85
lookup_title_indexFunction · 0.85
lookup_titleFunction · 0.85
ghb_get_title_listFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected