anbox-platform-sdk  1.23.0
Anbox Platform SDK API documentation
AnboxVideoDecoderConfig Struct Reference

AnboxVideoDecoderConfig describes the configuration of a video decoder. More...

#include <types.h>

+ Collaboration diagram for AnboxVideoDecoderConfig:

Public Attributes

uint32_t width = 0
 
uint32_t height = 0
 
AnboxVideoPixelFormat output_format = ANBOX_VIDEO_PIXEL_FORMAT_UNKNOWN
 

Detailed Description

AnboxVideoDecoderConfig describes the configuration of a video decoder.

Definition at line 1611 of file types.h.

Member Data Documentation

◆ height

uint32_t AnboxVideoDecoderConfig::height = 0

Definition at line 1615 of file types.h.

◆ output_format

AnboxVideoPixelFormat AnboxVideoDecoderConfig::output_format = ANBOX_VIDEO_PIXEL_FORMAT_UNKNOWN

Definition at line 1617 of file types.h.

◆ width

uint32_t AnboxVideoDecoderConfig::width = 0

Definition at line 1613 of file types.h.


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