智能客服
你问我答,随时在线为你解决问题
Class Info |
|---|
public class ARImageMetadata 提供对相机图像捕获结果metadata信息的访问。 |
Qualifier and Type | Method Name and Description |
|---|---|
byte | getByte(int key) 根据特定的key值检索字节值。 |
byte[] | getByteArray(int key) 根据特定的key值检索字节数组值。 |
double | getDouble(int key) 根据特定的key值检索double值。 |
double[] | getDoubleArray(int key) 根据特定的key值检索double数组值。 |
float | getFloat(int key) 根据特定的key值检索float值。 |
float[] | getFloatArray(int key) 根据特定的key值检索float数组。 |
int | getInt(int key) 根据特定的key值检索int值。 |
int[] | getIntArray(int key) 根据特定的key值检索int数组。 |
long[] | getKeys() 返回可用于此图像的所有元数据key的列表。 |
long | getLong(int key) 根据特定的key值检索long值。 |
long[] | getLongArray(int key) 根据特定的key值检索long数组。 |
Rational | getRational(int key) 根据特定的key值检索Rational值。 |
Rational[] | getRationalArray(int key) 根据特定的key值检索Rational数组。 |
Method |
|---|
public byte getByte(int key) 根据特定的key值检索字节值。 |
Parameters
Name | Description |
|---|---|
key | 待查找key值。 |
Returns
Type | Description |
|---|---|
byte | 特定的key值检索得到的字节值。 |
Method |
|---|
public byte[] getByteArray(int key) 根据特定的key值检索字节数组值。 |
Parameters
Name | Description |
|---|---|
key | 待查找key值。 |
Returns
Type | Description |
|---|---|
byte[] | 特定的key值检索得到的字节值数组。 |
Method |
|---|
public double getDouble (int key) 根据特定的key值检索double值。 |
Parameters
Name | Description |
|---|---|
key | 待查找key值。 |
Returns
Type | Description |
|---|---|
double | 特定的key值检索得到的double值。 |
Method |
|---|
public double[] getDoubleArray(int key) 根据特定的key值检索double数组值。 |
Parameters
Name | Description |
|---|---|
key | 待查找key值。 |
Returns
Type | Description |
|---|---|
double[] | 特定的key值检索得到的double数组。 |
Method |
|---|
public float getFloat(int key) 根据特定的key值检索float值。 |
Parameters
Name | Description |
|---|---|
key | 待查找key值。 |
Returns
Type | Description |
|---|---|
float | 特定的key值检索得到的float值。 |
Method |
|---|
public float[] getFloatArray(int key) 根据特定的key值检索float数组。 |
Parameters
Name | Description |
|---|---|
key | 待查找key值。 |
Returns
Type | Description |
|---|---|
float[] | 特定的key值检索得到的float数组。 |
Method |
|---|
public int getInt(int key) 根据特定的key值检索int值。 |
Parameters
Name | Description |
|---|---|
key | 待查找key值。 |
Returns
Type | Description |
|---|---|
int | 特定的key值检索得到的int值。 |
Method |
|---|
public int[] getIntArray(int key) 根据特定的key值检索int数组。 |
Parameters
Name | Description |
|---|---|
key | 待查找key值。 |
Returns
Type | Description |
|---|---|
int[] | 特定的key值检索得到的int数组。 |
Method |
|---|
public long[] getKeys() 返回可用于此图像的所有元数据key的列表。 |
Returns
Type | Description |
|---|---|
long[] | 图像的所有元数据key的列表。 |
Method |
|---|
public long getLong(int key) 根据特定的key值检索long值。 |
Parameters
Name | Description |
|---|---|
key | 待查找key值。 |
Returns
Type | Description |
|---|---|
long | 特定的key值检索得到的long值。 |
Method |
|---|
public long[] getLongArray(int key) 根据特定的key值检索long数组。 |
Parameters
Name | Description |
|---|---|
key | 待查找key值。 |
Returns
Type | Description |
|---|---|
long[] | 特定的key值检索得到的long数组。 |
Method |
|---|
public Rational getRational(int key) 根据特定的key值检索Rational值。 |
Parameters
Name | Description |
|---|---|
key | 待查找key值。 |
Returns
Type | Description |
|---|---|
Rational | 特定的key值检索得到的Rational值。 |
Method |
|---|
public Rational[] getRationalArray(int key) 根据特定的key值检索Rational数组。 |
Parameters
Name | Description |
|---|---|
key | 待查找key值。 |
Returns
Type | Description |
|---|---|
Rational[] | 特定的key值检索得到的Rational数组。 |