Class MinimalSdpParser
-
- All Implemented Interfaces:
public final class MinimalSdpParserA middle ground between a regex based approach vs a full parser
-
-
Constructor Summary
Constructors Constructor Description MinimalSdpParser(String sdp)
-
Method Summary
Modifier and Type Method Description final StringgetSdp()final UnitsetSdp(String sdp)final Unitparse()final Stringmangle(Boolean enableDtx, Boolean enableRed, Boolean enableVp8)final RtpMapAttributeparseRtpMap(Integer index, String line)final MediaStreamparseMLine(Integer index, String line)-
-
Constructor Detail
-
MinimalSdpParser
MinimalSdpParser(String sdp)
-
-
Method Detail
-
parseRtpMap
final RtpMapAttribute parseRtpMap(Integer index, String line)
-
parseMLine
final MediaStream parseMLine(Integer index, String line)
-
-
-
-