org.gstreamer.lowlevel
Class GstMixerAPI.MixerTrackStruct

java.lang.Object
  extended by com.sun.jna.Structure
      extended by org.gstreamer.lowlevel.GstMixerAPI.MixerTrackStruct
Enclosing interface:
GstMixerAPI

public static final class GstMixerAPI.MixerTrackStruct
extends com.sun.jna.Structure


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, 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
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

parent

public volatile GObjectAPI.GObjectStruct parent

label

public volatile java.lang.String label

flags

public volatile int flags

num_channels

public volatile int num_channels

min_volume

public volatile int min_volume

max_volume

public volatile int max_volume
Constructor Detail

GstMixerAPI.MixerTrackStruct

public GstMixerAPI.MixerTrackStruct(com.sun.jna.Pointer ptr)
Method Detail

getChannelCount

public int getChannelCount()

getMinimumVolume

public int getMinimumVolume()

getMaximumVolume

public int getMaximumVolume()

getFlags

public int getFlags()

read

public void read()
Overrides:
read in class com.sun.jna.Structure

write

public void write()
Overrides:
write in class com.sun.jna.Structure