Uses of Class
org.webrtc.VideoCodecInfo
-
Uses of VideoCodecInfo in org.webrtc
Modifier and TypeFieldDescriptionstatic VideoCodecInfo
H264Utils.DEFAULT_H264_BASELINE_PROFILE_CODEC
static VideoCodecInfo
H264Utils.DEFAULT_H264_HIGH_PROFILE_CODEC
Modifier 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 VideoCodecInfo
VideoEncoderFactory.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()
Modifier 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.void
VideoEncoderFactory.VideoEncoderSelector.onCurrentEncoder
(VideoCodecInfo info) Called with the VideoCodecInfo of the currently used encoder.