KickJava   Java API By Example, From Geeks To Geeks.

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

javax.sound.sampled
Class AudioFileFormat.Type

java.lang.Object
  extended by javax.sound.sampled.AudioFileFormat.Type
Enclosing class:
AudioFileFormat
See Also:
Top Examples

public static final AudioFileFormat.Type AIFC
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final AudioFileFormat.Type AIFF
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final AudioFileFormat.Type AU
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public AudioFileFormat.Type(String name,
                            String extension)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public final boolean equals(Object obj)
See Also:
Hashtable, Object.hashCode()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public final int hashCode()
See Also:
Hashtable, Object.equals(java.lang.Object)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public static final AudioFileFormat.Type SND
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


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


public static final AudioFileFormat.Type WAVE
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags