#include <sound_metadata.h>
Public Member Functions | |
SoundMetaData (Q_UINT64 pos, time_t rel_ts, time_t abs_ts, const KURL &url=KURL()) | |
Q_UINT64 | position () const |
KURL | url () const |
time_t | relativeTimestamp () const |
time_t | absoluteTimestamp () const |
Protected Attributes | |
Q_UINT64 | m_DataPosition |
time_t | m_relativeTimestamp |
time_t | m_absoluteTimestamp |
KURL | m_URL |
Definition at line 31 of file sound_metadata.h.
SoundMetaData::SoundMetaData | ( | Q_UINT64 | pos, | |
time_t | rel_ts, | |||
time_t | abs_ts, | |||
const KURL & | url = KURL() | |||
) | [inline] |
Definition at line 34 of file sound_metadata.h.
time_t SoundMetaData::absoluteTimestamp | ( | ) | const [inline] |
Q_UINT64 SoundMetaData::position | ( | ) | const [inline] |
time_t SoundMetaData::relativeTimestamp | ( | ) | const [inline] |
KURL SoundMetaData::url | ( | ) | const [inline] |
time_t SoundMetaData::m_absoluteTimestamp [protected] |
Q_UINT64 SoundMetaData::m_DataPosition [protected] |
time_t SoundMetaData::m_relativeTimestamp [protected] |
KURL SoundMetaData::m_URL [protected] |