Jitsi: the OpenSource Java VoIP and Instant Messaging client.

net.java.sip.communicator.impl.neomedia.codec.video
Class AVFrame

java.lang.Object
  extended by net.java.sip.communicator.impl.neomedia.codec.video.AVFrame
Direct Known Subclasses:
FinalizableAVFrame

public class AVFrame
extends Object

Represents a pointer to a native FFmpeg AVFrame object.

Author:
Lubomir Marinov

Constructor Summary
AVFrame(long ptr)
          Initializes a new AVFrame instance which is to represent a specific pointer to a native FFmpeg AVFrame object.
 
Method Summary
 long getPtr()
          Gets the pointer to the native FFmpeg AVFrame object represented by this instance.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AVFrame

public AVFrame(long ptr)
Initializes a new AVFrame instance which is to represent a specific pointer to a native FFmpeg AVFrame object.

Parameters:
ptr - the pointer to the native FFmpeg AVFrame object to be represented by the new instance
Method Detail

getPtr

public long getPtr()
Gets the pointer to the native FFmpeg AVFrame object represented by this instance.

Returns:
the pointer to the native FFmpeg AVFrame object 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.