Unit 'bs_smpeg' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_acs]

SDL_AudioSpec

Declaration

Source position: bs_smpeg.pas line 55

type SDL_AudioSpec = record

  freq: Integer;

  

  format: Word;

  

  channels: Byte;

  

  silence: Byte;

  

  samples: Word;

  

  padding: Word;

  

  size: LongWord;

  

  callback: Pointer;

  

  userdata: Pointer;

  

end;



CT Web help

CodeTyphon Studio