FFmpeg
|
#include <hls_sample_encryption.h>
Data Fields | |
struct AVAES * | aes_ctx |
uint8_t | key [16] |
uint8_t | iv [16] |
Definition at line 43 of file hls_sample_encryption.h.
struct AVAES* HLSCryptoContext::aes_ctx |
Definition at line 44 of file hls_sample_encryption.h.
Referenced by decrypt_nal_unit(), and decrypt_sync_frame().
uint8_t HLSCryptoContext::key[16] |
Definition at line 45 of file hls_sample_encryption.h.
Referenced by decrypt_nal_unit(), and decrypt_sync_frame().
uint8_t HLSCryptoContext::iv[16] |
Definition at line 46 of file hls_sample_encryption.h.
Referenced by decrypt_nal_unit(), and decrypt_sync_frame().