com.teamdev.jxcapture.audio.mac
Class CodecInfo

java.lang.Object
  extended by com.jniwrapper.Parameter
      extended by com.jniwrapper.Structure
          extended by com.teamdev.jxcapture.audio.mac.CodecInfo
All Implemented Interfaces:
com.jniwrapper.AlignmentAwareParameter, com.jniwrapper.CompositeParameter

public class CodecInfo
extends com.jniwrapper.Structure

Created with IntelliJ IDEA. User: Test Date: 9/1/14 Time: 10:36 AM To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from class com.jniwrapper.Structure
i
 
Fields inherited from class com.jniwrapper.Parameter
LICENSE_TYPE, V
 
Constructor Summary
CodecInfo()
           
 
Method Summary
 java.lang.Object clone()
           
 java.util.List<com.jniwrapper.Int> getBitRates()
           
 java.util.List<com.jniwrapper.Int> getChannels()
           
 java.lang.String getName()
           
 java.util.List<java.lang.Double> getSampleRates()
           
 java.lang.String getUid()
           
 boolean isVBR()
           
 
Methods inherited from class com.jniwrapper.Structure
a, a, acceptIOPerformer, addMembers, computeLength, equals, getAlignmentRequirement, getDebugInfo, getFirstMemberSize, getLength, getMember, getMembers, getOffsets, init, init, initFrom, pop, push, read, setDataBuffer, write
 
Methods inherited from class com.jniwrapper.Parameter
, a, asReturnValue, b, dataBufferAssigned, getAlignedLength, getDataBuffer, getDataBufferOffset, hashCode, indent, read, read, toByteArray, write
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CodecInfo

public CodecInfo()
Method Detail

getName

public java.lang.String getName()

getUid

public java.lang.String getUid()

isVBR

public boolean isVBR()

getChannels

public java.util.List<com.jniwrapper.Int> getChannels()

getBitRates

public java.util.List<com.jniwrapper.Int> getBitRates()

getSampleRates

public java.util.List<java.lang.Double> getSampleRates()

clone

public java.lang.Object clone()
Overrides:
clone in class com.jniwrapper.Structure