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.bitrateAdjusted 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 VideoCodecStatusWrappedNativeVideoEncoder.setRateAllocation(VideoEncoder.BitrateAllocation allocation, int framerate) Constructors in org.webrtc with parameters of type VideoEncoder.BitrateAllocationModifierConstructorDescriptionRateControlParameters(VideoEncoder.BitrateAllocation bitrate, double framerateFps)