Public Member Functions | |
Format (PayloadType payloadType, int width, int height, int interval) | |
Format (PayloadType payloadType, UncompEncodingType ue, int width, int height, int interval) | |
PayloadType | getPayloadType () |
UncompEncodingType | getUncompEncodingType () |
int | getWidth () |
int | getHeight () |
int | getInterval () |
boolean | equals (Object o) |
A class for image format.
Format | ( | PayloadType | payloadType, |
int | width, | ||
int | height, | ||
int | interval | ||
) |
The constructor.
payloadType | UVC payload type. |
width | width. |
height | height. |
interval | frame interval(unit: 100ns). |
Format | ( | PayloadType | payloadType, |
UncompEncodingType | ue, | ||
int | width, | ||
int | height, | ||
int | interval | ||
) |
The constructor.
payloadType | UVC payload type. |
ue | Encoding type of uncompressed payload. |
width | width. |
height | height. |
interval | frame interval(unit: 100ns). |
boolean equals | ( | Object | o | ) |
Compares all of elements between this object and 'o' object(argument).
int getHeight | ( | ) |
Returns height of resolution.
int getInterval | ( | ) |
Returns frame interval(100 ns unit).
PayloadType getPayloadType | ( | ) |
Returns UVC payload type.
UncompEncodingType getUncompEncodingType | ( | ) |
Returns encoding type of uncompressed payload.
This type will automatically select if specified UncompEncodingType.UNKNOWN with ) startStream().
int getWidth | ( | ) |
Returns width of resolution.
Copyright (C) 2016 Infinitegra, INC. All Rights Reserved. |
Generated by
![]() |