vpx_codec_stream_info Struct Reference

Stream properties. More...

Public Attributes

unsigned int sz
 Size of this structure. More...
 
unsigned int w
 Width (or 0 for unknown/default) More...
 
unsigned int h
 Height (or 0 for unknown/default) More...
 
unsigned int is_kf
 Current frame is a keyframe. More...
 

Detailed Description

Stream properties.

This structure is used to query or set properties of the decoded stream. Algorithms may extend this structure with data specific to their bitstream by setting the sz member appropriately.

Member Data Documentation

◆ h

unsigned int vpx_codec_stream_info::h

Height (or 0 for unknown/default)

◆ is_kf

unsigned int vpx_codec_stream_info::is_kf

Current frame is a keyframe.

◆ sz

unsigned int vpx_codec_stream_info::sz

Size of this structure.

◆ w

unsigned int vpx_codec_stream_info::w

Width (or 0 for unknown/default)