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 TypeMethodDescriptionvoidRTMPAdaptor.initializeRecorder(VideoFrame frame) voidRTMPAdaptor.WebRTCVideoSink.onFrame(VideoFrame frame) -
Uses of VideoFrame in org.webrtc
Methods in org.webrtc that return VideoFrameModifier and TypeMethodDescriptionstatic VideoFrameVideoProcessor.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 VideoFrameVideoProcessor.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 VideoCodecStatusWrappedNativeVideoEncoder.encode(VideoFrame frame, VideoEncoder.EncodeInfo info) private static voidVideoDecoderWrapper.nativeOnDecodedFrame(long nativeVideoDecoderWrapper, VideoFrame frame, Integer decodeTimeMs, Integer qp) voidVideoDecoder.Callback.onDecodedFrame(VideoFrame frame, Integer decodeTimeMs, Integer qp) Call to return a decoded frame.voidVideoSink.onFrame(VideoFrame frame) Implementations should call frame.retain() if they need to hold a reference to the frame after this function returns.voidCapturerObserver.onFrameCaptured(VideoFrame frame) Delivers a captured frame.voidNativeAndroidVideoTrackSource.onFrameCaptured(VideoFrame frame) Pass an adapted frame to the native AndroidVideoTrackSource.voidNativeCapturerObserver.onFrameCaptured(VideoFrame frame) default voidVideoProcessor.onFrameCaptured(VideoFrame frame, VideoProcessor.FrameAdaptationParameters parameters) This is a chance to access an unadapted frame.