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

Function hb_value_get_string

libhb/hb_dict.c:385–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

383}
384
385const char * hb_value_get_string(const hb_value_t *value)
386{
387 if (hb_value_type(value) != HB_VALUE_TYPE_STRING) return NULL;
388 return json_string_value(value);
389}
390
391json_int_t hb_value_get_int(const hb_value_t *value)
392{

Callers 15

preset_cmp_idxFunction · 0.85
get_job_muxFunction · 0.85
get_audio_copy_maskFunction · 0.85
validate_audio_encodersFunction · 0.85
add_audio_for_langFunction · 0.85
hb_preset_job_add_audioFunction · 0.85
get_video_framerateFunction · 0.85
hb_preset_apply_filtersFunction · 0.85
hb_preset_apply_videoFunction · 0.85
hb_preset_apply_muxFunction · 0.85

Calls 1

hb_value_typeFunction · 0.85

Tested by 5

lang_list_removeFunction · 0.68
HandleEventsFunction · 0.68
ShowPresetsFunction · 0.68
PreparePresetFunction · 0.68
PrepareJobFunction · 0.68