Uses of Class
org.webrtc.VideoProcessor.FrameAdaptationParameters
Packages that use VideoProcessor.FrameAdaptationParameters
-
Uses of VideoProcessor.FrameAdaptationParameters in org.webrtc
Methods in org.webrtc that return VideoProcessor.FrameAdaptationParametersModifier 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.(package private) static VideoProcessor.FrameAdaptationParameters
NativeAndroidVideoTrackSource.createFrameAdaptationParameters
(int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight, long timestampNs, boolean drop) private static VideoProcessor.FrameAdaptationParameters
NativeAndroidVideoTrackSource.nativeAdaptFrame
(long nativeAndroidVideoTrackSource, int width, int height, int rotation, long timestampNs) Methods in org.webrtc with parameters of type VideoProcessor.FrameAdaptationParametersModifier and TypeMethodDescriptionstatic VideoFrame
VideoProcessor.applyFrameAdaptationParameters
(VideoFrame frame, VideoProcessor.FrameAdaptationParameters parameters) Applies the frame adaptation parameters to a frame.default void
VideoProcessor.onFrameCaptured
(VideoFrame frame, VideoProcessor.FrameAdaptationParameters parameters) This is a chance to access an unadapted frame.