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

TtsBasePlayer

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

Declaration

Source position: tsd_mpeg.pas line 148

type TtsBasePlayer = class

protected

  function GetPosition; virtual;

  

  function GetLength; virtual;

  

  function GetMode; virtual;

  

  function GetChannels; virtual;

  

  function GetVersion; virtual;

  

  function GetLayer; virtual;

  

  function GetFrequency; virtual;

  

  function GetBitrate; virtual;

  

  function GetIsPlaying; virtual;

  

  function GetIsPause; virtual;

  

  function GetDoRepeat; virtual;

  

  procedure SetDoRepeat(); virtual;

  

public

  procedure LoadFile(); virtual;

  

  procedure LoadStream(); virtual;

  

  procedure SetOutput(); virtual;

  

  procedure Play; virtual;

  

  procedure Pause; virtual;

  

  procedure Stop; virtual;

  

  property Position: Integer; [r]

  

  property Length: Integer; [r]

  

  property Mode: TMode; [r]

  

  property Channels: TChannels; [r]

  

  property Version: TVersion; [r]

  

  property Layer: Integer; [r]

  

  property Frequency: Cardinal; [r]

  

  property Bitrate: Integer; [r]

  

  property IsPlaying: Boolean; [r]

  

  property IsPause: Boolean; [r]

  

  property DoRepeat: Boolean; [rw]

  

end;

Inheritance

TtsBasePlayer

  

|

TObject



CT Web help

CodeTyphon Studio