VA-API  2.19.0
Public Attributes | List of all members
VAEncMiscParameterTemporalLayerStructure Struct Reference

Temporal layer Structure. More...

#include <va.h>

Public Attributes

uint32_t number_of_layers
 The number of temporal layers.
 
uint32_t periodicity
 The length of the array defining frame layer membership. Should be 1-32.
 
uint32_t layer_id [32]
 The array indicating the layer id for each frame. More...
 
uint32_t va_reserved [VA_PADDING_LOW]
 Reserved bytes for future use, must be zero.
 

Detailed Description

Temporal layer Structure.

Member Data Documentation

◆ layer_id

uint32_t VAEncMiscParameterTemporalLayerStructure::layer_id[32]

The array indicating the layer id for each frame.

The layer id for the first frame in a coded sequence is always 0, so layer_id[] specifies the layer ids for frames starting from the 2nd frame.


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