Unit 'sdl' Package
[Overview][Constants][Types][Procedures and functions][Index] [#sdl]

TSDL_AudioSpec

Declaration

Source position: sdl.pas line 1529

type TSDL_AudioSpec = record

  freq: Integer;

  format: UInt16;

  channels: UInt8;

  silence: UInt8;

  samples: UInt16;

  padding: UInt16;

  size: UInt32;

  callback: TSDL_AudioSpecCallback;

  userdata: Pointer;

end;


Documentation generated on: 2023-03-18