vp8_decrypt_init Struct Reference
[WebM VP8 Decoder]

Structure to hold decryption state. More...

#include <vp8dx.h>

Data Fields

void(* decrypt_cb )(void *decrypt_state, const unsigned char *input, unsigned char *output, int count)
void * decrypt_state

Detailed Description

Structure to hold decryption state.

Defines a structure to hold the decryption state and access function.


Field Documentation

void(* vp8_decrypt_init::decrypt_cb)(void *decrypt_state, const unsigned char *input, unsigned char *output, int count)

Decrypt n bytes of data from input -> output, using the decrypt_state passed in VP8D_SET_DECRYPTOR.

Decryption state.


The documentation for this struct was generated from the following file:

Generated on 4 Dec 2017 for WebM VP8 Codec SDK by  doxygen 1.6.1