HP-UX C SIP Stack Message Layer Reference Guide (February 2008)

912 HP C SIP Stack Message Layer Reference Guide
Message API Type Definitions
RvSipMediaSubType
RvSipMediaSubType
DESCRIPTION
Indicates the media sub-type of the message body. The media sub-type
enumeration is found in the Content-Type header (The Content-Type has the
format of Content-Type: media type/media sub type). When the media sub-type
is not set, it has the value of RVSIP_MEDIASUBTYPE_UNDEFINED.
SYNTAX
typedef enum{
RVSIP_MEDIASUBTYPE_UNDEFINED = -1,
RVSIP_MEDIASUBTYPE_PLAIN,
RVSIP_MEDIASUBTYPE_ISUP,
RVSIP_MEDIASUBTYPE_QSIG,
RVSIP_MEDIASUBTYPE_MIXED,
RVSIP_MEDIASUBTYPE_ALTERNATIVE,
RVSIP_MEDIASUBTYPE_DIGEST,
RVSIP_MEDIASUBTYPE_RFC822,
RVSIP_MEDIASUBTYPE_OTHER
}RvSipMediaSubType;