avio_find_protocol_name

Return the name of the protocol that will handle the passed URL.

NULL is returned if no protocol could be found for the given URL.

@return Name of the protocol or NULL.

extern (C) @nogc nothrow
const(char)*
avio_find_protocol_name
(
const(char)* url
)

Meta