Package org.lwjgl.opengl
Class NVPresentVideo
- java.lang.Object
-
- org.lwjgl.opengl.NVPresentVideo
-
public final class NVPresentVideo extends Object
-
-
Field Summary
Fields Modifier and Type Field Description static intFIELDS_NVAccepted by the <type> parameter of PresentFrameKeyedNV and PresentFrameDualFillNV:static intGL_CURRENT_TIME_NVAccepted by the <pname> parameter of GetVideoivNV, GetVideouivNV, GetVideoi64vNV, GetVideoui64vNV:static intGL_FRAME_NVAccepted by the <type> parameter of PresentFrameKeyedNV and PresentFrameDualFillNV:static intGL_NUM_FILL_STREAMS_NVAccepted by the <pname> parameter of GetVideoivNV, GetVideouivNV, GetVideoi64vNV, GetVideoui64vNV:static intGL_NUM_VIDEO_SLOTS_NVAccepted by the <attribute> parameter of NVPresentVideoUtil.glQueryContextNV:static intGL_PRESENT_DURATION_NVAccepted by the <target> parameter of GetQueryiv:static intGL_PRESENT_TIME_NVAccepted by the <target> parameter of GetQueryiv:
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static longglGetVideoi64NV(int video_slot, int pname)Overloads glGetVideoi64vNV.static intglGetVideoiNV(int video_slot, int pname)Overloads glGetVideoivNV.static voidglGetVideoNV(int video_slot, int pname, IntBuffer params)static voidglGetVideoNV(int video_slot, int pname, LongBuffer params)static longglGetVideoui64NV(int video_slot, int pname)Overloads glGetVideoui64vNV.static intglGetVideouiNV(int video_slot, int pname)Overloads glGetVideouivNV.static voidglGetVideouNV(int video_slot, int pname, IntBuffer params)static voidglGetVideouNV(int video_slot, int pname, LongBuffer params)static voidglPresentFrameDualFillNV(int video_slot, long minPresentTime, int beginPresentTimeId, int presentDurationId, int type, int target0, int fill0, int target1, int fill1, int target2, int fill2, int target3, int fill3)static voidglPresentFrameKeyedNV(int video_slot, long minPresentTime, int beginPresentTimeId, int presentDurationId, int type, int target0, int fill0, int key0, int target1, int fill1, int key1)
-
-
-
Field Detail
-
GL_FRAME_NV
public static final int GL_FRAME_NV
Accepted by the <type> parameter of PresentFrameKeyedNV and PresentFrameDualFillNV:- See Also:
- Constant Field Values
-
FIELDS_NV
public static final int FIELDS_NV
Accepted by the <type> parameter of PresentFrameKeyedNV and PresentFrameDualFillNV:- See Also:
- Constant Field Values
-
GL_CURRENT_TIME_NV
public static final int GL_CURRENT_TIME_NV
Accepted by the <pname> parameter of GetVideoivNV, GetVideouivNV, GetVideoi64vNV, GetVideoui64vNV:- See Also:
- Constant Field Values
-
GL_NUM_FILL_STREAMS_NV
public static final int GL_NUM_FILL_STREAMS_NV
Accepted by the <pname> parameter of GetVideoivNV, GetVideouivNV, GetVideoi64vNV, GetVideoui64vNV:- See Also:
- Constant Field Values
-
GL_PRESENT_TIME_NV
public static final int GL_PRESENT_TIME_NV
Accepted by the <target> parameter of GetQueryiv:- See Also:
- Constant Field Values
-
GL_PRESENT_DURATION_NV
public static final int GL_PRESENT_DURATION_NV
Accepted by the <target> parameter of GetQueryiv:- See Also:
- Constant Field Values
-
GL_NUM_VIDEO_SLOTS_NV
public static final int GL_NUM_VIDEO_SLOTS_NV
Accepted by the <attribute> parameter of NVPresentVideoUtil.glQueryContextNV:- See Also:
- Constant Field Values
-
-
Method Detail
-
glPresentFrameKeyedNV
public static void glPresentFrameKeyedNV(int video_slot, long minPresentTime, int beginPresentTimeId, int presentDurationId, int type, int target0, int fill0, int key0, int target1, int fill1, int key1)
-
glPresentFrameDualFillNV
public static void glPresentFrameDualFillNV(int video_slot, long minPresentTime, int beginPresentTimeId, int presentDurationId, int type, int target0, int fill0, int target1, int fill1, int target2, int fill2, int target3, int fill3)
-
glGetVideoNV
public static void glGetVideoNV(int video_slot, int pname, IntBuffer params)
-
glGetVideoiNV
public static int glGetVideoiNV(int video_slot, int pname)Overloads glGetVideoivNV.
-
glGetVideouNV
public static void glGetVideouNV(int video_slot, int pname, IntBuffer params)
-
glGetVideouiNV
public static int glGetVideouiNV(int video_slot, int pname)Overloads glGetVideouivNV.
-
glGetVideoNV
public static void glGetVideoNV(int video_slot, int pname, LongBuffer params)
-
glGetVideoi64NV
public static long glGetVideoi64NV(int video_slot, int pname)Overloads glGetVideoi64vNV.
-
glGetVideouNV
public static void glGetVideouNV(int video_slot, int pname, LongBuffer params)
-
glGetVideoui64NV
public static long glGetVideoui64NV(int video_slot, int pname)Overloads glGetVideoui64vNV.
-
-