Unit 'soundpool' Package
[Overview][Types][Classes][Procedures and functions][Index] [#pw_androidwizard]

jSoundPool

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

Declaration

Source position: soundpool.pas line 19

type jSoundPool = class(jControl)

public

  constructor Create(); override;

  

  destructor Destroy; override;

  

  procedure Init; override;

  

  function SoundLoad();

  

  procedure SoundUnload();

  

  function SoundPlay();

  

  procedure StreamSetVolume();

  

  procedure StreamSetPriority();

  

  procedure StreamSetLoop();

  

  procedure StreamSetRate();

  

  procedure StreamPause();

  

  procedure StreamResume();

  

  procedure StreamStop();

  

  procedure PauseAll;

  

  procedure ResumeAll;

  

  procedure GenEvent_OnLoadComplete();

  

published

  property MaxStreams: Integer; [rw]

  

  property OnLoadComplete: TOnLoadComplete; [rw]

  

end;

Inheritance

jSoundPool

  

|

jControl

  

|

TObject



CT Web help

CodeTyphon Studio