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

Contains information about the data format coming out from the player. More...

#include <kitformat.h>

Data Fields

unsigned int format
 SDL Format (SDL_PixelFormat if video/subtitle, SDL_AudioFormat if audio)
 
int is_signed
 Signedness, 1 = signed, 0 = unsigned (if audio)
 
int bytes
 Bytes per sample per channel (if audio)
 
int samplerate
 Sampling rate (if audio)
 
int channels
 Channels (if audio)
 
int width
 Width in pixels (if video)
 
int height
 Height in pixels (if video)
 

Detailed Description

Contains information about the data format coming out from the player.

Field Documentation

◆ bytes

int Kit_OutputFormat::bytes

Bytes per sample per channel (if audio)

◆ channels

int Kit_OutputFormat::channels

Channels (if audio)

◆ format

unsigned int Kit_OutputFormat::format

SDL Format (SDL_PixelFormat if video/subtitle, SDL_AudioFormat if audio)

◆ height

int Kit_OutputFormat::height

Height in pixels (if video)

◆ is_signed

int Kit_OutputFormat::is_signed

Signedness, 1 = signed, 0 = unsigned (if audio)

◆ samplerate

int Kit_OutputFormat::samplerate

Sampling rate (if audio)

◆ width

int Kit_OutputFormat::width

Width in pixels (if video)


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