|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.java.sip.communicator.util.SoundFileUtils
public class SoundFileUtils
Defines the different permit extension file.
| Field Summary | |
|---|---|
static String |
aif
|
static String |
au
|
static String |
DEFAULT_CALL_RECORDING_FORMAT
The file extension and the format of call recording to be used by default. |
static String |
gsm
|
static String |
mid
|
static String |
mod
|
static String |
mp2
|
static String |
mp3
|
static String |
ogg
|
static String |
ram
|
static String |
wav
Different extension of a sound file |
static String |
wma
|
| Constructor Summary | |
|---|---|
SoundFileUtils()
|
|
| Method Summary | |
|---|---|
static String |
getExtension(File f)
Gets the file extension. |
static boolean |
isSoundFile(File f)
Checks whether this file is a sound file. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String wav
public static final String mid
public static final String mp2
public static final String mp3
public static final String mod
public static final String ram
public static final String wma
public static final String ogg
public static final String gsm
public static final String aif
public static final String au
public static final String DEFAULT_CALL_RECORDING_FORMAT
| Constructor Detail |
|---|
public SoundFileUtils()
| Method Detail |
|---|
public static boolean isSoundFile(File f)
f - File to check
public static String getExtension(File f)
f - which wants the extension
|
Jitsi: the OpenSource Java VoIP and Instant Messaging client. | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||