Class CVImageBuffer
- java.lang.Object
-
- org.jitsi.impl.neomedia.quicktime.CVImageBuffer
-
- Direct Known Subclasses:
CVPixelBuffer
public class CVImageBuffer extends Object
Represents a CoreVideo CVImageBufferRef.- Author:
- Lyubomir Marinov
-
-
Constructor Summary
Constructors Constructor Description CVImageBuffer(long ptr)Initializes a new CVImageBuffer instance which is to represent a specific CoreVideo CVImageBufferRef.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected longgetPtr()Gets the CoreVideo CVImageBufferRef represented by this instance.protected voidsetPtr(long ptr)Sets the CoreVideo CVImageBufferRef represented by this instance.
-
-
-
Method Detail
-
getPtr
protected long getPtr()
Gets the CoreVideo CVImageBufferRef represented by this instance.- Returns:
- the CoreVideo CVImageBufferRef represented by this instance
-
setPtr
protected void setPtr(long ptr)
Sets the CoreVideo CVImageBufferRef represented by this instance.- Parameters:
ptr- the CoreVideo CVImageBufferRef to be represented by this instance
-
-