javax > javax.sound > javax.sound.sampled > javax.sound.sampled.audioformat >

Class: javax.sound.sampled.AudioFormat
    java.lang.Object
       javax.sound.sampled.AudioFormat


public class AudioFormat extends Object

Inner Class(es): AudioFormat.Encoding

FIELDS:
protected boolean bigEndian
protected int channels
protected AudioFormat.Encoding encoding
protected float frameRate
protected int frameSize
protected float sampleRate
protected int sampleSizeInBits

CONSTRUCTORS:
public AudioFormat(AudioFormat.Encoding encoding, float sampleRate, int sampleSizeInBits, int channels, int frameSize, float frameRate, boolean bigEndian)

public AudioFormat(AudioFormat.Encoding encoding, float sampleRate, int sampleSizeInBits, int channels, int frameSize, float frameRate, boolean bigEndian, Map properties)

public AudioFormat(float sampleRate, int sampleSizeInBits, int channels, boolean signed, boolean bigEndian)


METHODS:
public int getChannels()

public AudioFormat.Encoding getEncoding()

public float getFrameRate()

public int getFrameSize()

public Object getProperty(String key)

public float getSampleRate()

public int getSampleSizeInBits()

public boolean isBigEndian()

public boolean matches(AudioFormat format)

public Map properties()

public String toString()
Overrides: Object


INHERITED METHODS:
getClass(), hashCode(), equals(java.lang.Object), clone(), toString(), notify(), notifyAll(), wait(long), wait(long, int), wait(), finalize(),

SUBCLASSES:





Yazilar kaynak gosterilmeden kopyalanamaz © www.kodcu.net