Unit 'DAV_MpegAudio' Package
[Overview][Constants][Types][Classes][Procedures and functions][Index] [#pl_asiovst]

TBitStream

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

Declaration

Source position: DAV_MpegAudio.pas line 96

type TBitStream = class

protected

  procedure SetSyncWord();

  

public

  constructor Create();

  

  destructor Destroy; override;

  

  procedure Reset;

  

  function GetHeader();

  

  function ReadFrame();

  

  function GetBits();

  

  function GetBitsFloat();

  

  function StreamSize;

  

  function Seek();

  

  function SeekPad();

  

  property Stream: TStream; [r]

  

  property CurrentFrame: Integer; [r]

  

  property LastFrame: Integer; [r]

  

  property SyncWord: Cardinal; [rw]

  

end;

Inheritance

TBitStream

  

|

TObject



CT Web help

CodeTyphon Studio