net.java.sip.communicator.impl.neomedia.codec.video
Class AVFrame
java.lang.Object
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 |
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
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.
Distributable under LGPL license.