public class NVStreamMetadata
extends java.lang.Object
Application suites which make use of streams to transmit images may need to communicate additional data between the producer and consumer, synchronized with the frame updates. This data may change infrequently, such as a movie title and track number to be displayed to the user, or every frame, such as a focal length and exposure time used to process the image. Transmitting this data outside the scope of the stream may be inconvenient, particularly in the case of cross-process streams. But the nature of the data is highly application-dependent, so it is not feasible for an EGL implementation to define specific extensions for a broad range of application data.
This extension provides a means for an application (or application suite in the cross-process case) to associate arbitrary metadata with a stream. Multiple metadata fields are available, allowing them to be updated and used independently by separate subcomponents of producers and consumers, respectively. The format of the data is determined by the application, which is responsible for writing and reading it correctly.
Requires KHR_stream.
| Modifier and Type | Field and Description |
|---|---|
static int |
EGL_CONSUMER_METADATA_NV
Accepted as
name by QueryStreamMetadataNV. |
static int |
EGL_MAX_STREAM_METADATA_BLOCK_SIZE_NV
Accepted as
attribute by QueryDisplayAttribNV. |
static int |
EGL_MAX_STREAM_METADATA_BLOCKS_NV
Accepted as
attribute by QueryDisplayAttribNV. |
static int |
EGL_MAX_STREAM_METADATA_TOTAL_SIZE_NV
Accepted as
attribute by QueryDisplayAttribNV. |
static int |
EGL_METADATA0_SIZE_NV
|
static int |
EGL_METADATA0_TYPE_NV
|
static int |
EGL_METADATA1_SIZE_NV
|
static int |
EGL_METADATA1_TYPE_NV
|
static int |
EGL_METADATA2_SIZE_NV
|
static int |
EGL_METADATA2_TYPE_NV
|
static int |
EGL_METADATA3_SIZE_NV
|
static int |
EGL_METADATA3_TYPE_NV
|
static int |
EGL_PENDING_METADATA_NV
Accepted as
name by QueryStreamMetadataNV. |
static int |
EGL_PRODUCER_METADATA_NV
Accepted as
name by QueryStreamMetadataNV. |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
eglQueryDisplayAttribNV(long dpy,
int attribute,
org.lwjgl.PointerBuffer value) |
static boolean |
eglQueryStreamMetadataNV(long dpy,
long stream,
int name,
int n,
int offset,
java.nio.ByteBuffer data) |
static boolean |
eglSetStreamMetadataNV(long dpy,
long stream,
int n,
int offset,
java.nio.ByteBuffer data) |
static int |
neglQueryDisplayAttribNV(long dpy,
int attribute,
long value) |
static int |
neglQueryStreamMetadataNV(long dpy,
long stream,
int name,
int n,
int offset,
int size,
long data) |
static int |
neglSetStreamMetadataNV(long dpy,
long stream,
int n,
int offset,
int size,
long data) |
public static final int EGL_MAX_STREAM_METADATA_BLOCKS_NV
attribute by QueryDisplayAttribNV.public static final int EGL_MAX_STREAM_METADATA_BLOCK_SIZE_NV
attribute by QueryDisplayAttribNV.public static final int EGL_MAX_STREAM_METADATA_TOTAL_SIZE_NV
attribute by QueryDisplayAttribNV.public static final int EGL_PRODUCER_METADATA_NV
name by QueryStreamMetadataNV.public static final int EGL_CONSUMER_METADATA_NV
name by QueryStreamMetadataNV.public static final int EGL_PENDING_METADATA_NV
name by QueryStreamMetadataNV.public static final int EGL_METADATA0_SIZE_NV
public static final int EGL_METADATA1_SIZE_NV
public static final int EGL_METADATA2_SIZE_NV
public static final int EGL_METADATA3_SIZE_NV
public static final int EGL_METADATA0_TYPE_NV
public static final int EGL_METADATA1_TYPE_NV
public static final int EGL_METADATA2_TYPE_NV
public static final int EGL_METADATA3_TYPE_NV
public static int neglQueryDisplayAttribNV(long dpy,
int attribute,
long value)
public static boolean eglQueryDisplayAttribNV(long dpy,
int attribute,
org.lwjgl.PointerBuffer value)
public static int neglSetStreamMetadataNV(long dpy,
long stream,
int n,
int offset,
int size,
long data)
public static boolean eglSetStreamMetadataNV(long dpy,
long stream,
int n,
int offset,
java.nio.ByteBuffer data)
public static int neglQueryStreamMetadataNV(long dpy,
long stream,
int name,
int n,
int offset,
int size,
long data)
public static boolean eglQueryStreamMetadataNV(long dpy,
long stream,
int name,
int n,
int offset,
java.nio.ByteBuffer data)
Copyright LWJGL. All Rights Reserved. License terms.