FFmpeg
|
#include <isom.h>
Data Fields | |
unsigned int | nb_encrypted_samples |
AVEncryptionInfo ** | encrypted_samples |
uint8_t * | auxiliary_info_sizes |
size_t | auxiliary_info_sample_count |
uint8_t | auxiliary_info_default_size |
uint64_t * | auxiliary_offsets |
Absolute seek position. More... | |
size_t | auxiliary_offsets_count |
unsigned int MOVEncryptionIndex::nb_encrypted_samples |
Definition at line 117 of file isom.h.
Referenced by cenc_filter(), mov_parse_auxiliary_info(), mov_read_saio(), mov_read_saiz(), and mov_read_senc().
AVEncryptionInfo** MOVEncryptionIndex::encrypted_samples |
Definition at line 118 of file isom.h.
Referenced by cenc_filter(), mov_parse_auxiliary_info(), and mov_read_senc().
uint8_t* MOVEncryptionIndex::auxiliary_info_sizes |
Definition at line 120 of file isom.h.
Referenced by mov_parse_auxiliary_info(), and mov_read_saiz().
size_t MOVEncryptionIndex::auxiliary_info_sample_count |
Definition at line 121 of file isom.h.
Referenced by cenc_filter(), mov_parse_auxiliary_info(), mov_read_saio(), and mov_read_saiz().
uint8_t MOVEncryptionIndex::auxiliary_info_default_size |
Definition at line 122 of file isom.h.
Referenced by mov_parse_auxiliary_info(), and mov_read_saiz().
uint64_t* MOVEncryptionIndex::auxiliary_offsets |
Absolute seek position.
Definition at line 123 of file isom.h.
Referenced by mov_parse_auxiliary_info(), and mov_read_saio().
size_t MOVEncryptionIndex::auxiliary_offsets_count |
Definition at line 124 of file isom.h.
Referenced by cenc_filter(), mov_parse_auxiliary_info(), mov_read_saio(), and mov_read_saiz().