| Class TMP3Player (unit MPEG3Player) |
TComponent
| Constructors |
constructor Create(AOwner : TComponent);TModComponent
| Functions |
procedure Pause;
procedure Play;
procedure StartWinAmp;
procedure Stop;
function GetLength : integer;
function GetPosition : integer;
function GetStatus : TMP3Status;
procedure SetFileName(value : string);
procedure SetPosition(value : integer);| Properties |
property About : string
property FileName : string
property Length : integer
property Position : integer
property Status : TMP3Status
property WinAmpPath : string| Events |
| Variables |
fAbout : string;
fName : string;
fWinAmpPath : string;| Constructors |
constructor Create(AOwner : TComponent);Public declarations
TModComponent
| Functions |
procedure Pause;
procedure Play;
procedure StartWinAmp;
procedure Stop;
function GetLength : integer;I suppose WinAmp is already started
function GetPosition : integer;in milliseconds
function GetStatus : TMP3Status;
procedure SetFileName(value : string);makes string null-terminated
procedure SetPosition(value : integer);in milliseconds
| Properties |
property About : stringPublished declarations
property FileName : string
property Length : integer
property Position : integer
property Status : TMP3Status
property WinAmpPath : string| Events |
| Variables |
fAbout : string;Private declarations
fName : string;
fWinAmpPath : string;