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.
|
Public Member Functions |
| IMPORT_C | ~CSdpFmtAttributeField () |
| | Deletes the resources held by the instance.
|
| IMPORT_C void | EncodeL (RWriteStream &aStream) const |
| | Outputs the field formatted according to SDP syntax and including the terminating CRLF.
|
| IMPORT_C CSdpFmtAttributeField * | CloneL () const |
| | Creates a new instance that is equal to the target.
|
| IMPORT_C TBool | operator== (const CSdpFmtAttributeField &aObj) const |
| | Compares this instance to another for equality.
|
| IMPORT_C RStringF | Attribute () const |
| | Gets the attribute.
|
| IMPORT_C const TDesC8 & | Format () const |
| | Gets the format.
|
| IMPORT_C const TDesC8 & | Value () const |
| | Gets the attribute value.
|
| IMPORT_C void | SetL (RStringF aAttribute, const TDesC8 &aFormat, const TDesC8 &aValue) |
| | Sets the attribute, format/payload type and attribute value.
|
| void | ExternalizeL (RWriteStream &aStream) const |
| | Externalizes the object to stream.
|
| const CSdpAttributeField * | AttributeField () const |
| | Returns attribute field.
|
Static Public Member Functions |
| static IMPORT_C CSdpFmtAttributeField * | DecodeL (const TDesC8 &aText) |
| | Constructs a new media format level attribute field.
|
| static IMPORT_C CSdpFmtAttributeField * | DecodeLC (const TDesC8 &aText) |
| | Constructs a new media format level attribute field and adds the pointer to the cleanup stack.
|
| static IMPORT_C CSdpFmtAttributeField * | NewL (RStringF aAttribute, const TDesC8 &aFormat, const TDesC8 &aValue) |
| | Constructs a new media level format attribute field.
|
| static IMPORT_C CSdpFmtAttributeField * | NewLC (RStringF aAttribute, const TDesC8 &aFormat, const TDesC8 &aValue) |
| | Constructs a new media format level attribute field and adds the pointer to the cleanup stack.
|
| static CSdpFmtAttributeField * | InternalizeL (RReadStream &aStream) |
| | Creates object from the stream data.
|