|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.jna.Structure
org.gstreamer.lowlevel.GstMixerAPI.MixerTrackStruct
public static final class GstMixerAPI.MixerTrackStruct
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.sun.jna.Structure |
---|
com.sun.jna.Structure.ByReference, com.sun.jna.Structure.ByValue |
Field Summary | |
---|---|
int |
flags
|
java.lang.String |
label
|
int |
max_volume
|
int |
min_volume
|
int |
num_channels
|
GObjectAPI.GObjectStruct |
parent
|
Fields inherited from class com.sun.jna.Structure |
---|
ALIGN_DEFAULT, ALIGN_GNUC, ALIGN_MSVC, ALIGN_NONE, CALCULATE_SIZE |
Constructor Summary | |
---|---|
GstMixerAPI.MixerTrackStruct(com.sun.jna.Pointer ptr)
|
Method Summary | |
---|---|
int |
getChannelCount()
|
int |
getFlags()
|
int |
getMaximumVolume()
|
int |
getMinimumVolume()
|
void |
read()
|
void |
write()
|
Methods inherited from class com.sun.jna.Structure |
---|
allocateMemory, allocateMemory, autoRead, autoRead, autoWrite, autoWrite, cacheTypeInfo, clear, ensureAllocated, equals, getAutoRead, getAutoWrite, getFieldOrder, getNativeAlignment, getPointer, getStructAlignment, hashCode, newInstance, readField, setAlignType, setAutoRead, setAutoSynch, setAutoWrite, setFieldOrder, setTypeMapper, size, sortFields, toArray, toArray, toString, useMemory, useMemory, writeField, writeField |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
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
Constructor Detail |
---|
public GstMixerAPI.MixerTrackStruct(com.sun.jna.Pointer ptr)
Method Detail |
---|
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
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |