Uses of Class
org.webrtc.VideoEncoder.CodecSpecificInfo
Packages that use VideoEncoder.CodecSpecificInfo
-
Uses of VideoEncoder.CodecSpecificInfo in org.webrtc
Subclasses of VideoEncoder.CodecSpecificInfo in org.webrtcModifier and TypeClassDescriptionstatic class
static class
static class
static class
Methods in org.webrtc with parameters of type VideoEncoder.CodecSpecificInfoModifier and TypeMethodDescriptionvoid
VideoEncoder.Callback.onEncodedFrame
(EncodedImage frame, VideoEncoder.CodecSpecificInfo info) Old encoders assume that the byte buffer held by `frame` is not accessed after the call to this method returns.