* time.
*/
struct {
- unsigned int elapsed; /**< Elapsed time */
- unsigned int total; /**< Total time */
+ int64_t elapsed; /**< Elapsed time */
+ int64_t total; /**< Total time */
} time;
/**
* connection.
MM_CHANNEL_NUM = MM_VOLUME_CHANNEL_NUM, /**< Numbers of channels */
};
-/*
- * Enumerations of SW Volume Table Type.
- */
-enum MMSoftwareVolumeTableType {
- MM_SOUND_VOLUME_TYPE_SYSTEM, /**< Volume table for System */
- MM_SOUND_VOLUME_TYPE_NOTIFICATION, /**< Volume table for Notification */
- MM_SOUND_VOLUME_TYPE_ALARM, /**< Volume table for Alarm */
- MM_SOUND_VOLUME_TYPE_RINGTONE, /**< Volume table for Ringtone */
- MM_SOUND_VOLUME_TYPE_MEDIA, /**< Volume table for Multimedia */
- MM_SOUND_VOLUME_TYPE_CALL, /**< Volume table for Call */
- MM_SOUND_VOLUME_TYPE_VOIP, /**< Volume table for VOIP */
- MM_SOUND_VOLUME_TYPE_VOICE, /**< Volume table for VOICE */
- MM_SOUND_VOLUME_TYPE_SVOICE, /**< Volume table for SVOICE */
- MM_SOUND_VOLUME_TYPE_EMERGENCY, /**< Volume table for Emergency (FIXED) */
- MM_SOUND_VOLUME_TYPE_NUM,
- MM_SOUND_VOLUME_TABLE_NUM = MM_SOUND_VOLUME_TYPE_NUM,
-};
-
/*
* Enumerations of SW Volume Gain.
*/