|
SDL_kitchensink
|
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) | |
Contains information about the data format coming out from the player.
| int Kit_OutputFormat::bytes |
Bytes per sample per channel (if audio)
| int Kit_OutputFormat::channels |
Channels (if audio)
| unsigned int Kit_OutputFormat::format |
SDL Format (SDL_PixelFormat if video/subtitle, SDL_AudioFormat if audio)
| int Kit_OutputFormat::height |
Height in pixels (if video)
| int Kit_OutputFormat::is_signed |
Signedness, 1 = signed, 0 = unsigned (if audio)
| int Kit_OutputFormat::samplerate |
Sampling rate (if audio)
| int Kit_OutputFormat::width |
Width in pixels (if video)