Package org.webrtc
Class RtpParameters.Rtcp
java.lang.Object
org.webrtc.RtpParameters.Rtcp
- Enclosing class:
- RtpParameters
-
Field Summary
Modifier and TypeFieldDescriptionprivate final String
The Canonical Name used by RTCPprivate final boolean
Whether reduced size RTCP is configured or compound RTCP -
Constructor Summary
-
Method Summary
-
Field Details
-
cname
The Canonical Name used by RTCP -
reducedSize
private final boolean reducedSizeWhether reduced size RTCP is configured or compound RTCP
-
-
Constructor Details
-
Rtcp
Rtcp(String cname, boolean reducedSize)
-
-
Method Details
-
getCname
-
getReducedSize
public boolean getReducedSize()
-