AOMedia Codec SDK
|
Stream properties. More...
#include <aom_decoder.h>
Data Fields | |
unsigned int | w |
unsigned int | h |
unsigned int | is_kf |
unsigned int | number_spatial_layers |
unsigned int | number_temporal_layers |
unsigned int | is_annexb |
Stream properties.
This structure is used to query or set properties of the decoded stream.
unsigned int aom_codec_stream_info::w |
Width (or 0 for unknown/default)
unsigned int aom_codec_stream_info::h |
Height (or 0 for unknown/default)
unsigned int aom_codec_stream_info::is_kf |
Current frame is a keyframe
unsigned int aom_codec_stream_info::number_spatial_layers |
Number of spatial layers
unsigned int aom_codec_stream_info::number_temporal_layers |
Number of temporal layers
unsigned int aom_codec_stream_info::is_annexb |
Is Bitstream in Annex-B format