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

Function hb_get_instance_id

libhb/hb.c:2375–2378  ·  view source on GitHub ↗

* Returns the id for the given instance. * @param h Handle to hb_handle_t * @returns The ID for the given instance */

Source from the content-addressed store, hash-verified

2373 * @returns The ID for the given instance
2374 */
2375int hb_get_instance_id( hb_handle_t * h )
2376{
2377 return h->id;
2378}
2379
2380/**
2381 * Sets the current state.

Callers 2

hb_save_previewFunction · 0.85
hb_read_previewFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected