Unit 'libalsa' Package
[Overview][Constants][Types][Index] [#pl_titansound]

_snd_pcm_sync_id

Declaration

Source position: libalsa.pas line 330

type _snd_pcm_sync_id = record

  case Cardinal 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