|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.dvb.media.Codecs
public class Codecs
Class providing access to information on video and audio formats that an GEM terminal can decode.
Method Summary | |
---|---|
static java.lang.String[] |
getAudioFormats()
Return the list of audio formats that can be decoded. |
static java.lang.String[] |
getVideoFormats()
Return the list of video formats that can be decoded. |
static boolean |
isAudioFormatSupported(java.lang.String term)
Query if a specific audio format can be decoded. |
static boolean |
isVideoFormatSupported(java.lang.String term)
Query if a specific video format can be decoded. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public static java.lang.String[] getVideoFormats()
public static boolean isVideoFormatSupported(java.lang.String term)
term
- a video format
public static java.lang.String[] getAudioFormats()
public static boolean isAudioFormatSupported(java.lang.String term)
term
- a audio format
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |