public static final class GstMixerAPI.MixerTrackStruct
extends com.sun.jna.Structure
Modifier and Type | Field and Description |
---|---|
int |
flags |
java.lang.String |
label |
int |
max_volume |
int |
min_volume |
int |
num_channels |
GObjectAPI.GObjectStruct |
parent |
Constructor and Description |
---|
GstMixerAPI.MixerTrackStruct(com.sun.jna.Pointer ptr) |
Modifier and Type | Method and Description |
---|---|
int |
getChannelCount() |
int |
getFlags() |
int |
getMaximumVolume() |
int |
getMinimumVolume() |
void |
read() |
void |
write() |
allocateMemory, allocateMemory, autoAllocate, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getFields, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, writeField, writeField
public volatile GObjectAPI.GObjectStruct parent
public volatile java.lang.String label
public volatile int flags
public volatile int num_channels
public volatile int min_volume
public volatile int max_volume
public GstMixerAPI.MixerTrackStruct(com.sun.jna.Pointer ptr)
public int getChannelCount()
public int getMinimumVolume()
public int getMaximumVolume()
public int getFlags()
public void read()
read
in class com.sun.jna.Structure
public void write()
write
in class com.sun.jna.Structure