FFmpeg
Data Fields
MOVEncryptionIndex Struct Reference

#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
 

Detailed Description

Definition at line 120 of file isom.h.

Field Documentation

◆ nb_encrypted_samples

unsigned int MOVEncryptionIndex::nb_encrypted_samples

◆ encrypted_samples

AVEncryptionInfo** MOVEncryptionIndex::encrypted_samples

Definition at line 124 of file isom.h.

Referenced by cenc_filter(), mov_parse_auxiliary_info(), and mov_read_senc().

◆ auxiliary_info_sizes

uint8_t* MOVEncryptionIndex::auxiliary_info_sizes

Definition at line 126 of file isom.h.

Referenced by mov_parse_auxiliary_info(), and mov_read_saiz().

◆ auxiliary_info_sample_count

size_t MOVEncryptionIndex::auxiliary_info_sample_count

Definition at line 127 of file isom.h.

Referenced by cenc_filter(), mov_parse_auxiliary_info(), mov_read_saio(), and mov_read_saiz().

◆ auxiliary_info_default_size

uint8_t MOVEncryptionIndex::auxiliary_info_default_size

Definition at line 128 of file isom.h.

Referenced by mov_parse_auxiliary_info(), and mov_read_saiz().

◆ auxiliary_offsets

uint64_t* MOVEncryptionIndex::auxiliary_offsets

Absolute seek position.

Definition at line 129 of file isom.h.

Referenced by mov_parse_auxiliary_info(), and mov_read_saio().

◆ auxiliary_offsets_count

size_t MOVEncryptionIndex::auxiliary_offsets_count

Definition at line 130 of file isom.h.

Referenced by cenc_filter(), mov_parse_auxiliary_info(), mov_read_saio(), and mov_read_saiz().


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