FFmpeg
Data Fields
HLSCryptoContext Struct Reference

#include <hls_sample_encryption.h>

Data Fields

struct AVAESaes_ctx
 
uint8_t key [16]
 
uint8_t iv [16]
 

Detailed Description

Definition at line 43 of file hls_sample_encryption.h.

Field Documentation

◆ aes_ctx

struct AVAES* HLSCryptoContext::aes_ctx

Definition at line 44 of file hls_sample_encryption.h.

Referenced by decrypt_nal_unit(), and decrypt_sync_frame().

◆ key

uint8_t HLSCryptoContext::key[16]

Definition at line 45 of file hls_sample_encryption.h.

Referenced by decrypt_nal_unit(), and decrypt_sync_frame().

◆ iv

uint8_t HLSCryptoContext::iv[16]

Definition at line 46 of file hls_sample_encryption.h.

Referenced by decrypt_nal_unit(), and decrypt_sync_frame().


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