Uses of Class
org.webrtc.VideoEncoder.BitrateAllocation
Packages that use VideoEncoder.BitrateAllocation
-
Uses of VideoEncoder.BitrateAllocation in org.webrtc
Fields in org.webrtc declared as VideoEncoder.BitrateAllocationModifier and TypeFieldDescriptionVideoEncoder.RateControlParameters.bitrate
Adjusted target bitrate, per spatial/temporal layer.Methods in org.webrtc with parameters of type VideoEncoder.BitrateAllocationModifier and TypeMethodDescriptionVideoEncoder.setRateAllocation
(VideoEncoder.BitrateAllocation allocation, int framerate) Sets the bitrate allocation and the target framerate for the encoder.final VideoCodecStatus
WrappedNativeVideoEncoder.setRateAllocation
(VideoEncoder.BitrateAllocation allocation, int framerate) Constructors in org.webrtc with parameters of type VideoEncoder.BitrateAllocationModifierConstructorDescriptionRateControlParameters
(VideoEncoder.BitrateAllocation bitrate, double framerateFps)