Package tvi.webrtc
Class VideoEncoder.Capabilities
java.lang.Object
tvi.webrtc.VideoEncoder.Capabilities
- Enclosing interface:
- VideoEncoder
Capabilities (loss notification, etc.) passed to the encoder by WebRTC.
-
Field Summary
Modifier and TypeFieldDescriptionfinal boolean
The remote side has support for the loss notification RTCP feedback message format, and will be sending these feedback messages if necessary. -
Constructor Summary
-
Method Summary
-
Field Details
-
lossNotification
public final boolean lossNotificationThe remote side has support for the loss notification RTCP feedback message format, and will be sending these feedback messages if necessary.
-
-
Constructor Details
-
Capabilities
public Capabilities(boolean lossNotification)
-