Unit 'ln_alsa' Package
[Overview][Constants][Types][Variables][Index] [#pl_acs]

snd_pcm_area_copy_t

Declaration

Source position: ln_alsa.pas line 1171

type snd_pcm_area_copy_t = function(

  dst_channel: Psnd_pcm_channel_area_t;

  dst_offset: snd_pcm_uframes_t;

  src_channel: Psnd_pcm_channel_area_t;

  src_offset: snd_pcm_uframes_t;

  samples: LongWord;

  format: snd_pcm_format_t

):LongInt;



CT Web help

CodeTyphon Studio