Unit 'libSDL2' Package
[Overview][Constants][Types][Procedures and functions][Variables][Index] [#pl_sdl]

TTSDL_BuildAudioCVT

Declaration

Source position: libsdl2.pas line 885

type TTSDL_BuildAudioCVT = function(

  cvt: PSDL_AudioCVT;

  src_format: TSDL_AudioFormat;

  src_channels: UInt8;

  src_rate: Integer;

  dst_format: TSDL_AudioFormat;

  dst_channels: UInt8;

  dst_rate: Integer

):Integer;



CT Web help

CodeTyphon Studio