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

Message Type Definitions 911
Message API Type Definitions
RvSipMediaType
RvSipMediaType
DESCRIPTION
Indicates the media type of the message body. The media 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 type is not set, it has the
value of RVSIP_MEDIATYPE_UNDEFINED.
SYNTAX
typedef enum{
RVSIP_MEDIATYPE_UNDEFINED = -1,
RVSIP_MEDIATYPE_TEXT,
RVSIP_MEDIATYPE_IMAGE,
RVSIP_MEDIATYPE_AUDIO,
RVSIP_MEDIATYPE_VIDEO,
RVSIP_MEDIATYPE_APPLICATION,
RVSIP_MEDIATYPE_MULTIPART,
RVSIP_MEDIATYPE_MESSAGE,
RVSIP_MEDIATYPE_OTHER
}RvSipMediaType;