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

TSDL_AudioCVT

Declaration

Source position: sdl.pas line 1558

type TSDL_AudioCVT = record

  needed: Integer;

  src_format: UInt16;

  dst_format: UInt16;

  rate_incr: Double;

  buf: PUInt8;

  len: Integer;

  len_cvt: Integer;

  len_mult: Integer;

  len_ratio: Double;

  filters: TSDL_AudioCVTFilterArray;

  filter_index: Integer;

end;


Documentation generated on: 2023-03-18