Unit 'win_macdll' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#pl_acs]

TAPEDecompress

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

Declaration

Source position: win_macdll.pas line 511

type TAPEDecompress = class

public

  ErrorCode: Integer;

  

  constructor Create();

  

  destructor Destroy; override;

  

  function GetData();

  

  function Seek();

  

  function GetInfo();

  

  function AverageBitrate;

  

  function CurrentBitrate;

  

  function CurrentBlock;

  

  function CurrentMS;

  

  function LengthMS;

  

  function TotalBlocks;

  

  function InfoApeTotalBytes;

  

  function InfoAverageBitrage;

  

  function InfoBitsPerSample;

  

  function InfoBlockAlign;

  

  function InfoBlocksPerFrame;

  

  function InfoBytesPerSample;

  

  function InfoChannels;

  

  function InfoCompressionLevel;

  

  function InfoDecompressedBitrate;

  

  function InfoFileVersion;

  

  function InfoFinalFrameBlocks;

  

  function InfoFormatFlags;

  

  function InfoFrameBitrate();

  

  function InfoFrameBlocks();

  

  function InfoFrameBytes();

  

  function InfoIOSource;

  

  function InfoLengthMS;

  

  function InfoPeakLevel;

  

  function InfoSampleRate;

  

  function InfoSeekBit();

  

  function InfoSeekByte();

  

  function InfoTag;

  

  function InfoTerminatingData();

  

  function InfoTotalBlocks;

  

  function InfoTotalFrames;

  

  function InfoWavDataBytes;

  

  function InfoWaveFormatEx();

  

  function InfoWavHeaderBytes;

  

  function InfoWavHeaderData();

  

  function InfoWavTerminatingBytes;

  

  function InfoWavTotalBytes;

  

published

  property Handle: APE_DECOMPRESS_HANDLE; [r]

  

  property Filename: string; [r]

  

end;

Inheritance

TAPEDecompress

  

|

TObject



CT Web help

CodeTyphon Studio