Unit 'tsd_mpeg' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_titansound]

TtsSubBandLayer2

[Properties (by Name)] [Methods (by Name)] [Events (by Name)]

Declaration

Source position: tsd_mpeg.pas line 404

type TtsSubBandLayer2 = class(TtsSubBand)

protected

  FtsSubBandNumber: Cardinal;

  

  FAllocation: Cardinal;

  

  FSCFSI: Cardinal;

  

  FScaleFactor1: single;

  

  FScaleFactor2: single;

  

  FScaleFactor3: single;

  

  FCodeLength: Cardinal;

  

  FGroupingTable: PSingleArray;

  

  FFactor: single;

  

  FGroupNumber: Cardinal;

  

  FSampleNumber: Cardinal;

  

  FSamples: array [0..2] of single;

  

  FC: single;

  

  FD: single;

  

  function GetAllocationLength(); virtual;

  

  procedure PrepareSampleReading(); virtual;

  

public

  constructor Create(); virtual;

  

  procedure ReadAllocation(); override;

  

  procedure ReadScaleFactorSelection(); virtual;

  

  procedure ReadScaleFactor(); override;

  

  function ReadSampleData(); override;

  

  function PutNextSample(); override;

  

end;

Inheritance

TtsSubBandLayer2

  

|

TtsSubBand

  

|

TObject



CT Web help

CodeTyphon Studio