|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AudioResource
Interface implemented by subclasses of ContentResource to identify that a content contains audio.
Method Summary | |
---|---|
int |
getBitsPerSample()
Returns the number of bits per sample or -1 if not known. |
String |
getISO3Language()
Returns the language of the audio content. |
String |
getLanguage()
Returns the language of the audio content. |
int |
getNumberOfChannels()
Returns the number of audio channels, for example, 1 for mono, 2 for stereo, 6 for DTS 5.1 and 7 for DTS 6.1 |
int |
getSampleFrequency()
Returns the sample frequency in Hz of this audio content or -1 if not known. |
Method Detail |
---|
int getSampleFrequency()
int getNumberOfChannels()
int getBitsPerSample()
String getLanguage()
String getISO3Language()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |