Uses of Class
org.webrtc.VideoCodecInfo
Packages that use VideoCodecInfo
-
Uses of VideoCodecInfo in org.webrtc
Fields in org.webrtc declared as VideoCodecInfoModifier and TypeFieldDescriptionstatic VideoCodecInfoH264Utils.DEFAULT_H264_BASELINE_PROFILE_CODECstatic VideoCodecInfoH264Utils.DEFAULT_H264_HIGH_PROFILE_CODECMethods in org.webrtc that return VideoCodecInfoModifier and TypeMethodDescriptiondefault VideoCodecInfo[]VideoEncoderFactory.getImplementations()Enumerates the list of supported video codecs that can also be tagged with implementation information.SoftwareVideoDecoderFactory.getSupportedCodecs()SoftwareVideoEncoderFactory.getSupportedCodecs()default VideoCodecInfo[]VideoDecoderFactory.getSupportedCodecs()Enumerates the list of supported video codecs.VideoEncoderFactory.getSupportedCodecs()Enumerates the list of supported video codecs.VideoEncoderFactory.VideoEncoderSelector.onAvailableBitrate(int kbps) Called with the current available bitrate.VideoEncoderFactory.VideoEncoderSelector.onEncoderBroken()Called when the currently used encoder signal itself as broken.default VideoCodecInfoVideoEncoderFactory.VideoEncoderSelector.onResolutionChange(int widht, int height) Called every time the encoder input resolution change.(package private) static VideoCodecInfo[]SoftwareVideoDecoderFactory.supportedCodecs()(package private) static VideoCodecInfo[]SoftwareVideoEncoderFactory.supportedCodecs()Methods in org.webrtc with parameters of type VideoCodecInfoModifier and TypeMethodDescriptionSoftwareVideoDecoderFactory.createDecoder(VideoCodecInfo codecInfo) VideoDecoderFactory.createDecoder(VideoCodecInfo info) Creates a VideoDecoder for the given codec.SoftwareVideoEncoderFactory.createEncoder(VideoCodecInfo codecInfo) VideoEncoderFactory.createEncoder(VideoCodecInfo info) Creates an encoder for the given video codec.voidVideoEncoderFactory.VideoEncoderSelector.onCurrentEncoder(VideoCodecInfo info) Called with the VideoCodecInfo of the currently used encoder.