Uses of Enum Class
org.webrtc.RtpParameters.DegradationPreference
Packages that use RtpParameters.DegradationPreference
-
Uses of RtpParameters.DegradationPreference in org.webrtc
Fields in org.webrtc declared as RtpParameters.DegradationPreferenceModifier and TypeFieldDescriptionRtpParameters.degradationPreference
When bandwidth is constrained and the RtpSender needs to choose between degrading resolution or degrading framerate, degradationPreference indicates which is preferred.Methods in org.webrtc that return RtpParameters.DegradationPreferenceModifier and TypeMethodDescription(package private) static RtpParameters.DegradationPreference
RtpParameters.DegradationPreference.fromNativeIndex
(int nativeIndex) (package private) RtpParameters.DegradationPreference
RtpParameters.getDegradationPreference()
Returns the enum constant of this class with the specified name.static RtpParameters.DegradationPreference[]
RtpParameters.DegradationPreference.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.webrtc with parameters of type RtpParameters.DegradationPreferenceModifierConstructorDescription(package private)
RtpParameters
(String transactionId, RtpParameters.DegradationPreference degradationPreference, RtpParameters.Rtcp rtcp, List<RtpParameters.HeaderExtension> headerExtensions, List<RtpParameters.Encoding> encodings, List<RtpParameters.Codec> codecs)