KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > sound > sampled > AudioFileFormat

javax.sound.sampled
Class AudioFileFormat

java.lang.Object
  extended by javax.sound.sampled.AudioFileFormat
See Also:
Top Examples, Date, String, Long, AudioSystem, AudioInputStream

protected AudioFileFormat(AudioFileFormat.Type type,
                          int byteLength,
                          AudioFormat format,
                          int frameLength)
See Also:
getType()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AudioFileFormat(AudioFileFormat.Type type,
                       AudioFormat format,
                       int frameLength)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AudioFileFormat(AudioFileFormat.Type type,
                       AudioFormat format,
                       int frameLength,
                       Map<String,Object> properties)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getByteLength()
See Also:
AudioSystem.NOT_SPECIFIED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AudioFormat getFormat()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public int getFrameLength()
See Also:
AudioSystem.NOT_SPECIFIED
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Object getProperty(String key)
See Also:
class description
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AudioFileFormat.Type getType()
See Also:
AudioFileFormat.Type.SND, AudioFileFormat.Type.AIFC, AudioFileFormat.Type.AIFF, AudioFileFormat.Type.AU, AudioFileFormat.Type.WAVE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public Map<String,Object> properties()
See Also:
getProperty(String)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public String toString()
See Also:
Object
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags