cef_resource_bundle_t.get_data_resource_for_scale

Returns a cef_binary_value_t containing the decompressed contents of the specified |resource_id| nearest the scale factor |scale_factor| or NULL if not found. Use a |scale_factor| value of SCALE_FACTOR_NONE for scale independent resources or call GetDataResource instead.Include cef_pack_resources.h for a listing of valid resource ID values.

struct cef_resource_bundle_t
extern (System)
cef_binary_value_t* function(cef_resource_bundle_t* self, int resource_id, cef_scale_factor_t scale_factor) nothrow get_data_resource_for_scale;

Meta