|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.skt.m.AudioSystem
AudioSystem Ŭ·¡½º´Â ´Ü¸»±âÀÇ »ç¿îµå ½Ã½ºÅÛ¿¡ ´ëÇÑ Á¦¾î¸¦ ÇÑ´Ù. Áö¿øµÇ´Â »ç¿îµå Æ÷¸Ë°ú, ÇØ´ç Æ÷¸Ë¿¡ ¸Â´Â AudioClip °´Ã¼¸¦ »ý¼ºÇÒ ¼ö ÀÖ´Ù. ¶ÇÇÑ º¼·ý¿¡ ´ëÇÑ Á¦¾îµµ °¡´ÉÇÏ´Ù. »ç¿îµå Æ÷¸Ë¿¡´Â ´ÙÀ½°ú °°Àº Á¾·ù°¡ ÀÖÁö¸¸ ´Ü¸»±â¸¶´Ù Áö¿øµÇ´Â »ç¿îµå Æ÷¸ËÀº ´Ù¸£´Ù.
AudioClip clip = AudioSystem.getAudioClip("evrc");
Method Summary | |
static AudioClip |
getAudioClip(com.skt.m.String format)
ÇØ´ç Æ÷¸Ë¿¡ ¸Â´Â »õ·Î¿î AudioClip °´Ã¼¸¦ »ý¼ºÇÑ´Ù. |
static java.lang.String[] |
getClipFormats()
´Ü¸»±â¿¡¼ Áö¿øÇÏ´Â ¸ðµç ¿Àµð¿À Æ÷¸ËÀ» ¾ò¾î¿Â´Ù. |
static int |
getMaxVolume(com.skt.m.String format)
ÁÖ¾îÁø ¿Àµð¿À Ŭ¸³ Æ÷¸ËÀÇ ÃÖ´ë º¼·ý°ªÀ» ¾ò¾î¿Â´Ù. |
static int |
getVolume(com.skt.m.String format)
ÁÖ¾îÁø ¿Àµð¿À Ŭ¸³ Çü½ÄÀÇ º¼·ý°ªÀ» ¾ò¾î¿Â´Ù. |
static void |
setVolume(com.skt.m.String format,
int level)
ÁÖ¾îÁø ¿Àµð¿À Ŭ¸³ Çü½ÄÀÇ º¼·ýÀ» ¼³Á¤ÇÑ´Ù. 0 <= level <= getMaxVolume() |
Method Detail |
public static java.lang.String[] getClipFormats()
public static AudioClip getAudioClip(com.skt.m.String format) throws UnsupportedFormatException
format
- ¿Àµð¿À Ŭ¸³ Æ÷¸Ë À̸§UnsupportedFormatException
- Áö¿øÇÏÁö ¾Ê´Â Çü½ÄÀ» ¿ä±¸ÇÒ ¶§public static int getMaxVolume(com.skt.m.String format) throws UnsupportedFormatException
format
- ¿Àµð¿À Ŭ¸³ Æ÷¸Ëpublic static int getVolume(com.skt.m.String format) throws UnsupportedFormatException
format
- ¿Àµð¿À Ŭ¸³ Çü½Äpublic static void setVolume(com.skt.m.String format, int level) throws UnsupportedFormatException
format
- ¿Àµð¿À Ŭ¸³ Çü½Älevel
- º¼·ý ·¹º§
exception UnsupportedFormatException Áö¿øÇÏÁö ¾Ê´Â Æ÷¸Ë
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |