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

TVorbisComment

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

Declaration

Source position: tsd_tag_flac.pas line 149

type TVorbisComment = class

public

  fName: string;

  

  Format: TVorbisCommentFormat;

  

  Stream: TMemoryStream;

  

  Index: Integer;

  

  Parent: TFlacTag;

  

  constructor Create;

  

  destructor Destroy; override;

  

  function GetAsText;

  

  function SetAsText();

  

  function GetAsList();

  

  function SetAsList();

  

  procedure Clear;

  

  function Assign();

  

  function CalculateTotalFrameSize;

  

  function Delete;

  

end;

Inheritance

TVorbisComment

  

|

TObject



CT Web help

CodeTyphon Studio