av_hash_names

Get the names of available hash algorithms.

This function can be used to enumerate the algorithms.

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

extern (C) @nogc nothrow
const(char)*
av_hash_names
(
int i
)

Meta