| Modifier and Type | Interface and Description |
|---|---|
interface |
SdpParser<T extends SdpField> |
| Modifier and Type | Method and Description |
|---|---|
SdpParser<? extends SdpField> |
SdpParserPipeline.getFieldParser(char type)
Gets the field parser capable of parsing a field of a certain type.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SdpParserPipeline.addFieldParser(char type,
SdpParser<? extends SdpField> parser)
Adds a 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 |
AttributeField
a=[attribute]
a=[attribute]:[value] |
class |
ConnectionField
c=[nettype] [addrtype] [connection-address]
|
class |
MediaDescriptionField
m=[media] [port] [proto] [fmt]
|
class |
OriginField
o=[username] [sess-id] [sess-version] [nettype] [addrtype] [unicast-address]
|
class |
SessionNameField
s=[session name]
|
class |
TimingField
t=
|
class |
VersionField
v=[version number]
|
| 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.