public class CapFormatInfo
extends com.sun.jna.Structure
| Modifier and Type | Class and Description |
|---|---|
static class |
CapFormatInfo.ByReference |
static class |
CapFormatInfo.ByValue |
| Modifier and Type | Field and Description |
|---|---|
int |
bpp
< bits per pixel
|
int |
fourcc
< fourcc code (platform dependent)
|
int |
fps
< frames per second
|
int |
height
< height in pixels
|
int |
width
< width in pixels
|
| Constructor and Description |
|---|
CapFormatInfo() |
CapFormatInfo(int width,
int height,
int fourcc,
int fps,
int bpp) |
CapFormatInfo(com.sun.jna.Pointer peer) |
| Modifier and Type | Method and Description |
|---|---|
protected List<?> |
getFieldOrder() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, fieldOffset, getAutoRead, getAutoWrite, getFieldList, getFields, getNativeAlignment, getNativeSize, getNativeSize, getPointer, getStringEncoding, getStructAlignment, hashCode, newInstance, newInstance, read, readField, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setStringEncoding, size, sortFields, toArray, toArray, toString, toString, useMemory, useMemory, write, writeField, writeField, writeFieldpublic int width
public int height
public int fourcc
public int fps
public int bpp
public CapFormatInfo()
public CapFormatInfo(int width,
int height,
int fourcc,
int fps,
int bpp)
width - < width in pixelsheight - < height in pixelsfourcc - < fourcc code (platform dependent)fps - < frames per secondbpp - < bits per pixelpublic CapFormatInfo(com.sun.jna.Pointer peer)
protected List<?> getFieldOrder()
getFieldOrder in class com.sun.jna.StructureCopyright © 2017. All rights reserved.