public class MP3Service extends BaseStreamableFileService implements IMP3Service
| Constructor and Description |
|---|
MP3Service() |
| Modifier and Type | Method and Description |
|---|---|
String |
getExtension()
Getter for extension of file
|
String |
getPrefix()
Getter for prefix.
|
IStreamableFile |
getStreamableFile(File file)
Return streamable file reference.
|
canHandle, prepareFilename, setExtension, setPrefixclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcanHandle, prepareFilename, setExtension, setPrefixpublic String getPrefix()
getPrefix in interface IStreamableFileServicegetPrefix in class BaseStreamableFileServicepublic String getExtension()
getExtension in interface IStreamableFileServicegetExtension in class BaseStreamableFileServicepublic IStreamableFile getStreamableFile(File file) throws IOException
getStreamableFile in interface IStreamableFileServicegetStreamableFile in class BaseStreamableFileServicefile - File resourceIOException - Thrown if there were problems accessing given fileCopyright © 2006-2012 The Red5 Project