DOSBox-X
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Defines
Public Attributes
Sound_Sample Struct Reference

Represents sound data in the process of being decoded. More...

#include <SDL_sound.h>

List of all members.

Public Attributes

void * opaque
const Sound_DecoderInfodecoder
Sound_AudioInfo desired
Sound_AudioInfo actual
Uint32 flags

Detailed Description

Represents sound data in the process of being decoded.

The Sound_Sample structure is the heart of SDL_sound. This holds information about a source of sound data as it is being decoded. EVERY FIELD IN THIS IS READ-ONLY. Please use the API functions to change them.

Definition at line 159 of file SDL_sound.h.


Member Data Documentation

Actual audio format of sample.

Definition at line 164 of file SDL_sound.h.

Decoder used for this sample.

Definition at line 162 of file SDL_sound.h.

Desired audio format for conversion.

Definition at line 163 of file SDL_sound.h.

Flags relating to this sample.

Definition at line 165 of file SDL_sound.h.

Internal use only. Don't touch.

Definition at line 161 of file SDL_sound.h.


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