Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.quicktime
Class CVImageBuffer

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.quicktime.CVImageBuffer
Direct Known Subclasses:
CVPixelBuffer

public class CVImageBuffer
extends Object

Represents a CoreVideo CVImageBufferRef.

Author:
Lyubomir Marinov

Constructor Summary
CVImageBuffer(long ptr)
          Initializes a new CVImageBuffer instance which is to represent a specific CoreVideo CVImageBufferRef.
 
Method Summary
protected  long getPtr()
          Gets the CoreVideo CVImageBufferRef represented by this instance.
protected  void setPtr(long ptr)
          Sets the CoreVideo CVImageBufferRef represented by this instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CVImageBuffer

public CVImageBuffer(long ptr)
Initializes a new CVImageBuffer instance which is to represent a specific CoreVideo CVImageBufferRef.

Parameters:
ptr - the CoreVideo CVImageBufferRef to be represented by the new 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

Jitsi: the OpenSource Java VoIP and Instant Messaging client.

Jitsi, the OpenSource Java VoIP and Instant Messaging client.
Distributable under LGPL license.