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

Function hb_count

libhb/hb.c:1753–1756  ·  view source on GitHub ↗

* Returns the number of jobs in the queue. * @param h Handle to hb_handle_t. * @return Number of jobs. */

Source from the content-addressed store, hash-verified

1751 * @return Number of jobs.
1752 */
1753int hb_count( hb_handle_t * h )
1754{
1755 return hb_list_count( h->jobs );
1756}
1757
1758/**
1759 * Returns handle to job at index i within the job list.

Callers 1

ghb_remove_jobFunction · 0.85

Calls 1

hb_list_countFunction · 0.85

Tested by

no test coverage detected