av_encryption_init_info_get_side_data

Creates a copy of the AVEncryptionInitInfo that is contained in the given side data. The resulting object should be passed to av_encryption_init_info_free() when done.

@return The new AVEncryptionInitInfo structure, or NULL on error.

extern (C) @nogc nothrow
av_encryption_init_info_get_side_data
(
const(ubyte)* side_data
,)

Meta