| Modifier and Type | Method and Description |
|---|---|
SdpParser<? extends AttributeField> |
SdpParserPipeline.getAttributeParser(String type)
Gets the attribute parser capable of parsing an attribute field of a certain type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SdpParserPipeline.addAttributeParser(String type,
SdpParser<? extends AttributeField> parser)
Adds an attribute parser to the pipeline.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnectionModeAttribute
Fake attribute that gathers recvonly, sendonly, sendrecv.
|
class |
ConnectionModeAttribute
a=[inactive|recvonly|sendonly|sendrecv]
|
class |
FormatParameterAttribute
a=fmtp:[format] [format specific parameters]
|
class |
GenericAttribute
Generic
AttributeField that freely allows overriding of its key and
value fields.Should be used when parsing unknown types of attributes. |
class |
InactiveAttribute
a=inactive
|
class |
MaxPacketTimeAttribute
a=maxptime:[maximum packet time]
|
class |
PacketTimeAttribute
a=ptime:[packet time]
|
class |
RecvOnlyAttribute
a=recvonly
|
class |
RtpMapAttribute
a=rtpmap:[payload type][encoding name]/[clock rate]/[encoding parameters*]
|
class |
SendOnlyAttribute
a=sendonly
|
class |
SendRecvAttribute
a=sendrecv
|
class |
SsrcAttribute
a=ssrc:[ssrc-id] [attribute]
a=ssrc:[ssrc-id] [attribute]:[value] |
| Modifier and Type | Class and Description |
|---|---|
class |
FingerprintAttribute
a=fingerprint:[hash-function][fingerprint]
|
class |
SetupAttribute
a=setup:[active|passive|actpass|holdconn]
|
| Modifier and Type | Class and Description |
|---|---|
class |
CandidateAttribute
a=candidate:[foundation][componentId][protocol][priority][address][port][type][relAddress*][relPort*][tcptype*][generation]
[*] - optional parameter |
class |
IceLiteAttribute
a=ice-lite
|
class |
IcePwdAttribute
a=ice-pwd:[value]
|
class |
IceUfragAttribute
a=ice-ufrag:[value]
|
| Modifier and Type | Class and Description |
|---|---|
class |
RtcpAttribute
a=rtcp:[port]
|
class |
RtcpMuxAttribute
a=rtcp-mux
|
Copyright © 2018 TeleStax, Inc.. All rights reserved.