SDL_kitchensink
Loading...
Searching...
No Matches
Data Fields
Kit_Codec Struct Reference

Contains information about the used codec for playback. More...

#include <kitcodec.h>

Data Fields

unsigned int threads
 Currently enabled threads (For all decoders)
 
char name [KIT_CODEC_NAME_MAX]
 Codec short name, eg. "ogg" or "webm".
 
char description [KIT_CODEC_DESC_MAX]
 Codec longer, more descriptive name.
 

Detailed Description

Contains information about the used codec for playback.

Field Documentation

◆ description

char Kit_Codec::description[KIT_CODEC_DESC_MAX]

Codec longer, more descriptive name.

◆ name

char Kit_Codec::name[KIT_CODEC_NAME_MAX]

Codec short name, eg. "ogg" or "webm".

◆ threads

unsigned int Kit_Codec::threads

Currently enabled threads (For all decoders)


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