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

TOGGStream

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

Declaration

Source position: tsd_tag_flac.pas line 130

type TOGGStream = class

  FStream: TStream;

  

  LastPageQueried: Int64;

  

  FirstOGGHeader: TOggHeader;

  

  constructor Create();

  

public

  function GetNextPageHeader();

  

  function GetPage();

  

  function GetPageData();

  

  function GetNextPage();

  

  function GetNextPageData();

  

  function CreateTagStream();

  

  function CalculateWrappedStreamSize();

  

  function ReNumberPages();

  

end;

Inheritance

TOGGStream

  

|

TObject



CT Web help

CodeTyphon Studio