Uses of Class
org.webrtc.VideoFrame
Packages that use VideoFrame
-
Uses of VideoFrame in io.antmedia.webrtc
Fields in io.antmedia.webrtc declared as VideoFrameConstructors in io.antmedia.webrtc with parameters of type VideoFrame -
Uses of VideoFrame in io.antmedia.webrtc.adaptor
Methods in io.antmedia.webrtc.adaptor with parameters of type VideoFrameModifier and TypeMethodDescriptionvoid
RTMPAdaptor.initializeRecorder
(VideoFrame frame) void
RTMPAdaptor.WebRTCVideoSink.onFrame
(VideoFrame frame) -
Uses of VideoFrame in org.webrtc
Methods in org.webrtc that return VideoFrameModifier and TypeMethodDescriptionstatic VideoFrame
VideoProcessor.applyFrameAdaptationParameters
(VideoFrame frame, VideoProcessor.FrameAdaptationParameters parameters) Applies the frame adaptation parameters to a frame.Methods in org.webrtc with parameters of type VideoFrameModifier 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.