TBaSystemSoundInfo::TTone Class Reference
class TBaSystemSoundInfo::TTone |
Detailed Description
Provides functions to define a tone. Once defined, the tone can be encapsulated using the TBaSystemSoundInfo class and subsequently played.
Member Attribute Documentation
Constructor & Destructor Documentation
TTone ( )
Default constructor. Sets up a TTone object with null frequency and duration.
TTone ( TInt, TTimeIntervalMicroSeconds32 )
Constructor which sets up a TTone object with specified frequency and duration.
Parameter | Description | aFrequency | The tone's frequency. |
aDuration | The tone's duration. |
Member Function Documentation
ExternalizeL ( RWriteStream & )
Saves a tone's frequency and duration.
Parameter | Description | aStream | The stream to which the tone's frequency and duration is written. |
InternalizeL ( RReadStream & )
Gets a tone's frequency and duration.
Parameter | Description | aStream | The stream from which the tone's frequency and duration is read. |
IsNull ( )
Tests whether the sound's category and instance are null.
Returns: ETrue if the sound's category and instance are null, EFalse otherwise.