public class tagCBPCMDataParam
extends com.sun.jna.Structure
限定符和类型 | 类和说明 |
---|---|
static class |
tagCBPCMDataParam.ByReference |
static class |
tagCBPCMDataParam.ByValue |
限定符和类型 | 字段和说明 |
---|---|
byte |
channels
声道数
|
byte |
depth
采样深度 取值8或者16等。
|
byte |
param1
0 - 指示无符号,1-指示有符号
|
int |
reserved
保留
|
byte |
samples
采样 0 - 8000, 1 - 11025, 2 - 16000, 3 - 22050, 4 - 32000, 5 - 44100, 6 - 48000
|
构造器和说明 |
---|
tagCBPCMDataParam() |
tagCBPCMDataParam(byte channels,
byte samples,
byte depth,
byte param1,
int reserved) |
限定符和类型 | 方法和说明 |
---|---|
protected java.util.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, writeField
public byte channels
public byte samples
public byte depth
public byte param1
public int reserved