Unit 'win_waveconverter' Package
[Overview][Types][Classes][Index] [#pl_acs]

TACMWaveFormat

Declaration

Source position: win_waveconverter.pas line 33

type TACMWaveFormat = packed record

  case Integer of

    0: (

        Format: TWaveFormatEx;

  

      );

    1: (

        RawData: array [0..128] of Byte;

  

      );

end;



CT Web help

CodeTyphon Studio