kodi
Public Attributes | List of all members
DEMUX_CRYPTO_INFO Struct Reference
Inheritance diagram for DEMUX_CRYPTO_INFO:
Inheritance graph
[legend]

Public Attributes

uint16_t numSubSamples
 Number of subsamples.
 
uint16_t flags
 Flags for later use.
 
uint16_t * clearBytes
 numSubSamples uint16_t's which define the size of clear size of a subsample. More...
 
uint32_t * cipherBytes
 numSubSamples uint32_t's which define the size of cipher size of a subsample. More...
 
uint8_t iv [16]
 Initialization vector.
 
uint8_t kid [16]
 Key id.
 
uint16_t mode
 Encryption mode.
 
uint8_t cryptBlocks
 Crypt blocks - number of blocks to encrypt in sample encryption pattern.
 
uint8_t skipBlocks
 Skip blocks - number of blocks to skip in sample encryption pattern.
 

Member Data Documentation

◆ cipherBytes

uint32_t* DEMUX_CRYPTO_INFO::cipherBytes

numSubSamples uint32_t's which define the size of cipher size of a subsample.

◆ clearBytes

uint16_t* DEMUX_CRYPTO_INFO::clearBytes

numSubSamples uint16_t's which define the size of clear size of a subsample.


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