Uses of Interface
org.webrtc.VideoFrame.Buffer
Packages that use VideoFrame.Buffer
-
Uses of VideoFrame.Buffer in org.webrtc
Subinterfaces of VideoFrame.Buffer in org.webrtcModifier and TypeInterfaceDescriptionstatic interfaceInterface for I420 buffers.Classes in org.webrtc that implement VideoFrame.BufferModifier and TypeClassDescriptionclassImplementation of VideoFrame.I420Buffer backed by Java direct byte buffers.classclassclassThis class wraps a webrtc::I420BufferInterface into a VideoFrame.I420Buffer.Fields in org.webrtc declared as VideoFrame.BufferMethods in org.webrtc that return VideoFrame.BufferModifier and TypeMethodDescriptionJavaI420Buffer.cropAndScale(int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight) NV12Buffer.cropAndScale(int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight) NV21Buffer.cropAndScale(int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight) VideoFrame.Buffer.cropAndScale(int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight) Crops a region defined by `cropx`, `cropY`, `cropWidth` and `cropHeight`.WrappedNativeI420Buffer.cropAndScale(int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight) static VideoFrame.BufferJavaI420Buffer.cropAndScaleI420(VideoFrame.I420Buffer buffer, int cropX, int cropY, int cropWidth, int cropHeight, int scaleWidth, int scaleHeight) VideoFrame.getBuffer()Methods in org.webrtc with parameters of type VideoFrame.BufferModifier and TypeMethodDescriptionprivate static voidNativeAndroidVideoTrackSource.nativeOnFrameCaptured(long nativeAndroidVideoTrackSource, int rotation, long timestampNs, VideoFrame.Buffer buffer) Constructors in org.webrtc with parameters of type VideoFrame.BufferModifierConstructorDescriptionVideoFrame(VideoFrame.Buffer buffer, int rotation, long timestampNs) Constructs a new VideoFrame backed by the givenbuffer.