Wiki Page Content

Differences between revisions 4 and 6 (spanning 2 versions)
Revision 4 as of 2009-12-13 06:46:55
Size: 1198
Editor: SheenaSmith
Comment: format test
Revision 6 as of 2009-12-13 06:52:25
Size: 1276
Editor: SheenaSmith
Comment: format adjustments
Deletions are marked like this. Additions are marked like this.
Line 19: Line 19:
||<style="color: #808080;">[[SDL_AudioFilter]][10]||<style="color: #808080;">'''filters'''||<style="color: #808080;">filter list||
||int||<style="color: #808080;">'''filter_index'''||current audio conversion function||
||<style="color: #808080;">SDL_Audio``Filter[10]||<style="color: #808080;">'''filters'''||<style="color: #808080;">filter list (internal use)||
||<style="color: #808080;">int||<style="color: #808080;">'''filter_index'''||<style="color: #808080;">current audio conversion function (internal use)||

SDL_AudioCVT

A structure that is used for audio data conversion.

Data Fields

int

needed

set to 1 if conversion possible

SDL_AudioFormat

src_format

source audio format

SDL_AudioFormat

dst_format

target audio format

double

rate_incr

rate conversion increment

Uint8*

buf

a pointer to a buffer to hold entire audio data

int

len

length of original audio buffer

int

len_cvt

length of converted audio buffer

int

len_mult

buf must be len*len_mult big

double

len_ratio

given len, final size is len*len_ratio

SDL_AudioFilter[10]

filters

filter list (internal use)

int

filter_index

current audio conversion function (internal use)

Code Examples

You can add your code example here

Remarks

You can add useful comments here


CategoryStruct

None: SDL_AudioCVT (last edited 2015-01-02 21:38:51 by PhilippWiesemann)

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit