class TASCliSoundPlayDefinition |
Defines when alarm sounds are to be played, and for how long.
Alarm sounds are played according to intervals that consist of a duration and an offset.
The duration is the number of seconds that the alarm sound plays.
The offset is the number of minutes after the alarm expires that the alarm sound plays.
The sound play definition is set using class RASCliSession .
Public Member Functions | |
---|---|
TASCliSoundPlayDefinition () | |
TASCliSoundPlayDefinition ( TTimeIntervalMinutes , TTimeIntervalSeconds ) | |
TTimeIntervalSeconds | Duration () |
TTimeIntervalMinutes | Offset () |
Private Attributes | |
---|---|
TTimeIntervalSeconds | iDuration |
TTimeIntervalMinutes | iOffset |
TASCliSoundPlayDefinition | ( | ) | [inline] |
Default constructor.
The default offset is zero, and the default duration is 30 seconds.
TASCliSoundPlayDefinition | ( | TTimeIntervalMinutes | aOffset, |
TTimeIntervalSeconds | aDuration | ||
) | [inline] |
Constructor that initializes the offset and duration to specified values.
TTimeIntervalMinutes aOffset | Time in minutes for the offset. |
TTimeIntervalSeconds aDuration | Time in seconds for the duration. |
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.