TSdpTypedTime Class Reference
This class implements the typed time element of the Session Description Protocol.
The normative reference for correct formatting and values is draft-ietf-mmusic-sdp-new-14 unless specified otherwise in member documentation. The implementation supports this normative reference, but does not enforce it fully.
sdpcodec.lib
Constructor & Destructor Documentation
TSdpTypedTime()
Constructs a typed time equal to zero and with no time unit set.
TSdpTypedTime(TInt64, TUnit)
Constructs a typed time equal to specified value and time unit.
Member Functions Documentation
DecodeL(const TDesC8 &)
Construct a new origin field.
Parameters
const TDesC8 & aText | A string containing a correctly formatted field value terminated by a CRLF. |
EncodeL(RWriteStream &)
Output the field formatted according to SDP syntax and including the terminating CRLF.
ExternalizeL(RWriteStream &)
Externalizes the object to stream
Parameters
RWriteStream & aStream | Stream where the object's state will be stored |
InternalizeL(RReadStream &)
Creates object from the stream data
Parameters
RReadStream & aStream | Stream where the object's state will be read |
SetValue(TInt64, TUnit)
Sets the typed time value.
operator==(const TSdpTypedTime &)
Compares this instance to another for equality.
Member Enumerations Documentation
Enum TUnit
Enumerators
ETimeUnitDays | |
ETimeUnitHours |
d
|
ETimeUnitMinutes |
h
|
ETimeUnitSeconds |
m
|
ETimeUnitNone |
s
|
Member Data Documentation
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.