Cogs.Core
Public Attributes | List of all members
Cogs::Core::VideoDecoderCaps Struct Reference

Public Attributes

Codec codec = Codec::H264
 
ChromaFormat chroma_format = ChromaFormat::Chroma420
 
uint32_t bit_depth = 8
 

Detailed Description

Definition at line 118 of file IVideoDecoder.h.

Member Data Documentation

◆ bit_depth

uint32_t Cogs::Core::VideoDecoderCaps::bit_depth = 8

Definition at line 122 of file IVideoDecoder.h.

◆ chroma_format

ChromaFormat Cogs::Core::VideoDecoderCaps::chroma_format = ChromaFormat::Chroma420

Definition at line 121 of file IVideoDecoder.h.

◆ codec

Codec Cogs::Core::VideoDecoderCaps::codec = Codec::H264

Definition at line 120 of file IVideoDecoder.h.


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