MCPcopy Create free account
hub / github.com/HackWebRTC/webrtc / Buffer

Interface Buffer

sdk/android/api/org/webrtc/VideoFrame.java:36–60  ·  view source on GitHub ↗

Implements image storage medium. Might be for example an OpenGL texture or a memory region containing I420-data. Reference counting is needed since a video buffer can be shared between multiple VideoSinks, and the buffer needs to be returned to the VideoSource as soon as all references are gone.

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

OnTurnReadPacketMethod · 0.50
OnUdpReadPacketMethod · 0.50
TESTFunction · 0.50

Implementers 5

NV12Buffersdk/android/src/java/org/webrtc/NV12Bu
NV21Buffersdk/android/src/java/org/webrtc/NV21Bu
WrappedNativeI420Buffersdk/android/src/java/org/webrtc/Wrappe
TextureBufferImplsdk/android/api/org/webrtc/TextureBuff
JavaI420Buffersdk/android/api/org/webrtc/JavaI420Buf

Calls

no outgoing calls

Tested by

no test coverage detected