|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.lwjgl.opengl.NVVideoCaptureUtil
public final class NVVideoCaptureUtil
This class exposes the platform specific functionality present in the NV_video_capture extension.
Method Summary | |
---|---|
static boolean |
glBindVideoCaptureDeviceNV(int video_slot,
long device)
After successfully locking a video capture device, use this method to bind it to the capture slot specified in the current context. |
static int |
glEnumerateVideoCaptureDevicesNV(java.nio.LongBuffer devices)
Enumerate the available video capture devices. |
static boolean |
glLockVideoCaptureDeviceNV(long device)
To lock a video capture device to a display connection, use this method. |
static boolean |
glQueryVideoCaptureDeviceNV(long device,
int attribute,
java.nio.IntBuffer value)
Use this method to query the unique ID of the physical device backing a video capture device handle. |
static boolean |
glReleaseVideoCaptureDeviceNV(long device)
Use this method when finished capturing data on a locked video capture device to unlock it. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static boolean glBindVideoCaptureDeviceNV(int video_slot, long device)
video_slot
- the video slotdevice
- the video capture device
public static int glEnumerateVideoCaptureDevicesNV(java.nio.LongBuffer devices)
devices
- the buffer to store devices in
public static boolean glLockVideoCaptureDeviceNV(long device)
device
- the device to lock
public static boolean glQueryVideoCaptureDeviceNV(long device, int attribute, java.nio.IntBuffer value)
device
- the deviceattribute
- the attribute to queryvalue
- the buffer to store the value in
public static boolean glReleaseVideoCaptureDeviceNV(long device)
device
- the device
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |