Function ffmpeg_sys_the_third::av_hash_names

source ·
pub unsafe extern "C" fn av_hash_names(i: c_int) -> *const c_char
Expand description

Get the names of available hash algorithms.

This function can be used to enumerate the algorithms.

@param[in] i Index of the hash algorithm, starting from 0 @return Pointer to a static string or NULL if i is out of range