Class TSource

DescriptionHierarchyFieldsMethodsProperties

Unit

disabledsoundunit

Declaration

type TSource = class(TObject)

Description

Hierarchy

TSource > TObject

Fields

 NameDescription
Private source  

Methods

Overview

Public constructor Create(sound:TSound);
Public destructor Destroy; override;
Public procedure Play;
Private function getGain():single;
Private function getLoop():boolean;
Private function getPitch():single;
Private procedure setGain(v:single);
Private procedure setLoop(v:boolean);
Private procedure setPitch(v:single);

Description

Public constructor Create(sound:TSound);

 

Public destructor Destroy; override;

 

Private function getGain():single;

 

Private function getLoop():boolean;

 

Private function getPitch():single;

 

Public procedure Play;

 

Private procedure setGain(v:single);

 

Private procedure setLoop(v:boolean);

 

Private procedure setPitch(v:single);

 

Properties

Overview

Public property Gain: single;
Public property Loop: boolean;
Public property Pitch: single;

Description

Public property Gain: single;

 

Public property Loop: boolean;

 

Public property Pitch: single;

 


Generated by PasDoc 0.8.8 on 2005-01-20 19:01:20