|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IStreamableFileService | |
---|---|
org.red5.io | |
org.red5.io.flv | |
org.red5.io.flv.impl | |
org.red5.io.mp3 | |
org.red5.io.mp3.impl |
Uses of IStreamableFileService in org.red5.io |
---|
Classes in org.red5.io that implement IStreamableFileService | |
---|---|
class |
BaseStreamableFileService
Base class for streamable file services. |
Methods in org.red5.io that return IStreamableFileService | |
---|---|
IStreamableFileService |
IStreamableFileFactory.getService(File fp)
|
IStreamableFileService |
StreamableFileFactory.getService(File fp)
|
Methods in org.red5.io that return types with arguments of type IStreamableFileService | |
---|---|
Set<IStreamableFileService> |
IStreamableFileFactory.getServices()
Getter for services |
Set<IStreamableFileService> |
StreamableFileFactory.getServices()
Getter for services |
Method parameters in org.red5.io with type arguments of type IStreamableFileService | |
---|---|
void |
StreamableFileFactory.setServices(Set<IStreamableFileService> services)
Setter for services |
Uses of IStreamableFileService in org.red5.io.flv |
---|
Subinterfaces of IStreamableFileService in org.red5.io.flv | |
---|---|
interface |
IFLVService
A FLVService sets up the service and hands out FLV objects to its callers |
Uses of IStreamableFileService in org.red5.io.flv.impl |
---|
Classes in org.red5.io.flv.impl that implement IStreamableFileService | |
---|---|
class |
FLVService
A FLVServiceImpl sets up the service and hands out FLV objects to its callers. |
Uses of IStreamableFileService in org.red5.io.mp3 |
---|
Subinterfaces of IStreamableFileService in org.red5.io.mp3 | |
---|---|
interface |
IMP3Service
Provide access to MP3 objects. |
Uses of IStreamableFileService in org.red5.io.mp3.impl |
---|
Classes in org.red5.io.mp3.impl that implement IStreamableFileService | |
---|---|
class |
MP3Service
Streamable file service extension for MP3 |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |