Uses of Class
org.webrtc.VideoFrame
-
Uses of VideoFrame in io.antmedia.webrtc
-
Uses of VideoFrame in io.antmedia.webrtc.adaptor
Modifier and TypeMethodDescriptionvoid
RTMPAdaptor.initializeRecorder
(VideoFrame frame) void
RTMPAdaptor.WebRTCVideoSink.onFrame
(VideoFrame frame) -
Uses of VideoFrame in org.webrtc
Modifier and TypeMethodDescriptionstatic VideoFrame
VideoProcessor.applyFrameAdaptationParameters
(VideoFrame frame, VideoProcessor.FrameAdaptationParameters parameters) Applies the frame adaptation parameters to a frame.Modifier and TypeMethodDescriptionNativeAndroidVideoTrackSource.adaptFrame
(VideoFrame frame) This function should be called before delivering any frame to determine if the frame should be dropped or what the cropping and scaling parameters should be.static VideoFrame
VideoProcessor.applyFrameAdaptationParameters
(VideoFrame frame, VideoProcessor.FrameAdaptationParameters parameters) Applies the frame adaptation parameters to a frame.VideoEncoder.encode
(VideoFrame frame, VideoEncoder.EncodeInfo info) Requests the encoder to encode a frame.final VideoCodecStatus
WrappedNativeVideoEncoder.encode
(VideoFrame frame, VideoEncoder.EncodeInfo info) private static void
VideoDecoderWrapper.nativeOnDecodedFrame
(long nativeVideoDecoderWrapper, VideoFrame frame, Integer decodeTimeMs, Integer qp) void
VideoDecoder.Callback.onDecodedFrame
(VideoFrame frame, Integer decodeTimeMs, Integer qp) Call to return a decoded frame.void
VideoSink.onFrame
(VideoFrame frame) Implementations should call frame.retain() if they need to hold a reference to the frame after this function returns.void
CapturerObserver.onFrameCaptured
(VideoFrame frame) Delivers a captured frame.void
NativeAndroidVideoTrackSource.onFrameCaptured
(VideoFrame frame) Pass an adapted frame to the native AndroidVideoTrackSource.void
NativeCapturerObserver.onFrameCaptured
(VideoFrame frame) default void
VideoProcessor.onFrameCaptured
(VideoFrame frame, VideoProcessor.FrameAdaptationParameters parameters) This is a chance to access an unadapted frame.