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

TMP4AtomData

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

Declaration

Source position: tsd_tag_mp4.pas line 137

type TMP4AtomData = class

  Data: TMemoryStream;

  

  DataType: DWord;

  

  Reserved: DWord;

  

  Parent: TMP4Atom;

  

  Index: Integer;

  

  constructor Create;

  

  destructor Destroy; override;

  

  function GetAsText;

  

  function GetAsInteger;

  

  function GetAsInteger8;

  

  function GetAsInteger16;

  

  function GetAsInteger32;

  

  function GetAsInteger48();

  

  function GetAsInteger64();

  

  function GetAsBool;

  

  function GetAsList();

  

  function SetAsText();

  

  function SetAsInteger8();

  

  function SetAsInteger16();

  

  function SetAsInteger32();

  

  function SetAsInteger48();

  

  function SetAsInteger64();

  

  function SetAsBool();

  

  function SetAsList();

  

  procedure Clear;

  

  function Write();

  

  function Delete;

  

  function Assign();

  

end;

Inheritance

TMP4AtomData

  

|

TObject



CT Web help

CodeTyphon Studio