Interface Libraries libcommputil(3LIB)
NAME
libcommputil - communication protocol parser utilities
library
SYNOPSIS
cc [ flag... ] file... -lcommputil [ library... ]
#include
DESCRIPTION
The communication protocol parser utilities library is a
placeholder for public interfaces that facilitate parsing of
various communication protocols. Functions in this library
parse the SDP (Session Description Protocol) description,
check for syntax conformance, and generate SDP descriptions.
SDP (Session Description Protocol), described in RFC 4566,
describes multimedia sessions for the purposes of session
announcement, session invitation, and other forms of mul-
timedia session initiation. SDP is used to convey session
information in Session Initiation Protocol (SIP), Streaming
Media (Real Time Streaming Protocol, RTSP), email, and World
Wide Web and Multicast Session Announcement.
INTERFACES
The shared object libcommputil.so.1 provides the public
interfaces defined below. See Intro(3) for additional infor-
mation on shared object interfaces.
sdpaddattribute sdpaddbandwidth
sdpaddconnection sdpaddemail
sdpaddinformation sdpaddkey
sdpaddmedia sdpaddname
sdpaddorigin sdpaddphone
sdpaddrepeat sdpaddtime
sdpadduri sdpaddzone
sdpclonesession sdpdeleteattribute
sdpdeletefield sdpdeletemedia
sdpdeletemediafield sdpfindattribute
sdpfindmedia sdpfindmediartpmap
sdpfreesession sdpnewsession
sdpparse sdpsessiontostr
FILES
/lib/libcommputil.so.1 shared object.
SunOS 5.11 Last change: 12 Oct 2007 1
Interface Libraries libcommputil(3LIB)
/lib/64/libcommputil.so.1 64-bit shared object.
ATRIBUTES
See attributes(5) for description of the following attri-
butes:
ATRIBUTE TYPE ATRIBUTE VALUE
Availability SUNWcsl (32-bit)
SUNWcslx (64-bit)
Interface Stability Committed
MT-Level Safe
SEE ALSO
Intro(3), attributes(5)
SunOS 5.11 Last change: 12 Oct 2007 2
|