[][src]Function ffmpeg_sys_next::av_hash_names

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

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