Skip to main content

GetModelInfoValue

Function GetModelInfoValue 

Source
pub unsafe extern "C" fn GetModelInfoValue(
    modelHandle: *mut c_void,
    keyPtr: *const i8,
    keySize: u64,
) -> *const i8
Expand description

Get model metainfo for some key. Returns const char* pointer to inner string. If key is missing in model metainfo storage this method will return nullptr @param calcer model handle