Class TSoundDevice (unit SoundDev)

Inherits from

TObject

****** * * Module: SoundDev * Author: Joe Kessler * IntegrationWare - A New Generation of Extraordinary PC Solutions * www.integrationware.com * * Purpose: * * The TSoundDevice class is the base class for all sound output objects. * ******

Constructors


constructor Create;

Public constructor.


Functions

function iChannelsSupported: Integer;


procedure PlaySound(szSound: String; iChannel: Integer);

Method to play a sound on the given channel.

Properties

property bSoundEnabled : Boolean

Exposed properties.

Events

Variables

m_bSoundEnabled : Boolean;



Constructors


constructor Create;

Public constructor.


Functions


function iChannelsSupported: Integer;


procedure PlaySound(szSound: String; iChannel: Integer);

Method to play a sound on the given channel.


Properties


property bSoundEnabled : Boolean

Exposed properties.


Events


Variables


m_bSoundEnabled : Boolean;