Unit 'acs_mp3' Package
[Overview][Constants][Types][Procedures and functions][Index] [#pl_acs]

TMpeg1Header

Declaration

Source position: acs_mp3.pas line 55

type TMpeg1Header = bitpacked record

  Sync: 0..2047;

  

  Version: 0..1;

  

  Id: 0..1;

  

  Layer: 0..3;

  

  ProtectionBit: 0..1;

  

  BitrateIndex: 0..15;

  

  SamplingFrequency: 0..3;

  

  PaddingBit: 0..1;

  

  PrivateBit: 0..1;

  

  Mode: 0..3;

  

  ModeExtension: 0..3;

  

  Copyright: 0..1;

  

  Original: 0..1;

  

  Emphasis: 0..3;

  

end;



CT Web help

CodeTyphon Studio