av_rc4_init

@brief Initializes an AVRC4 context.

@param key_bits must be a multiple of 8 @param decrypt 0 for encryption, 1 for decryption, currently has no effect @return zero on success, negative value otherwise

extern (C) @nogc nothrow
int
av_rc4_init
(,
const(ubyte)* key
,,)

Meta