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

_snd_pcm_sync_id

Declaration

Source position: ln_alsa.pas line 469

type _snd_pcm_sync_id = record

  case LongInt of

    0: (

        id: array [0..15] of Byte;

  

      );

    1: (

        id16: array [0..7] of Word;

  

      );

    2: (

        id32: array [0..3] of LongWord;

  

      );

end;



CT Web help

CodeTyphon Studio