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, setPrefix
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
canHandle, prepareFilename, setExtension, setPrefix
public String getPrefix()
getPrefix
in interface IStreamableFileService
getPrefix
in class BaseStreamableFileService
public String getExtension()
getExtension
in interface IStreamableFileService
getExtension
in class BaseStreamableFileService
public IStreamableFile getStreamableFile(File file) throws IOException
getStreamableFile
in interface IStreamableFileService
getStreamableFile
in class BaseStreamableFileService
file
- File resourceIOException
- Thrown if there were problems accessing given fileCopyright © 2006-2012 The Red5 Project