java.lang.Object
dev.onvoid.webrtc.RTCRtcpParameters
Provides information on RTCP settings.
- Author:
- Alex Andres
-
Field Summary
FieldsModifier and TypeFieldDescriptionfinal String
The Canonical Name (CNAME) used by RTCP (e.g.final boolean
Whether reduced size RTCP is configured (if true) or compound RTCP. -
Constructor Summary
ConstructorsConstructorDescriptionRTCRtcpParameters
(String cName, boolean reducedSize) Creates an instance of RTCRtcpParameters with the specified canonical name and the reduced size flag. -
Method Summary
-
Field Details
-
cName
The Canonical Name (CNAME) used by RTCP (e.g. in SDES messages). -
reducedSize
public final boolean reducedSizeWhether reduced size RTCP is configured (if true) or compound RTCP.
-
-
Constructor Details
-
RTCRtcpParameters
Creates an instance of RTCRtcpParameters with the specified canonical name and the reduced size flag.- Parameters:
cName
- The Canonical Name used by RTCP.reducedSize
- True if reduced size RTCP is configured, false otherwise.
-
-
Method Details