Package | Description |
---|---|
org.red5.io | |
org.red5.io.flv | |
org.red5.io.flv.impl | |
org.red5.io.m4a | |
org.red5.io.m4a.impl | |
org.red5.io.mp3 | |
org.red5.io.mp3.impl | |
org.red5.io.mp4 | |
org.red5.io.mp4.impl |
Modifier and Type | Class and Description |
---|---|
class |
BaseStreamableFileService
Base class for streamable file services.
|
Modifier and Type | Method and Description |
---|---|
IStreamableFileService |
IStreamableFileFactory.getService(File fp) |
IStreamableFileService |
StreamableFileFactory.getService(File fp) |
Modifier and Type | Method and Description |
---|---|
Set<IStreamableFileService> |
IStreamableFileFactory.getServices()
Getter for services
|
Set<IStreamableFileService> |
StreamableFileFactory.getServices()
Getter for services
|
Modifier and Type | Method and Description |
---|---|
void |
StreamableFileFactory.setServices(Set<IStreamableFileService> services)
Setter for services
|
Modifier and Type | Interface and Description |
---|---|
interface |
IFLVService
A FLVService sets up the service and hands out FLV objects to
its callers
|
Modifier and Type | Class and Description |
---|---|
class |
FLVService
A FLVServiceImpl sets up the service and hands out FLV objects to
its callers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IM4AService
A M4AService sets up the service and hands out M4A objects to
its callers
|
Modifier and Type | Class and Description |
---|---|
class |
M4AService
A M4AServiceImpl sets up the service and hands out M4A objects to
its callers.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMP3Service
Provide access to MP3 objects.
|
Modifier and Type | Class and Description |
---|---|
class |
MP3Service
Streamable file service extension for MP3
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMP4Service
A MP4Service sets up the service and hands out MP4 objects to
its callers
|
Modifier and Type | Class and Description |
---|---|
class |
MP4Service
A MP4ServiceImpl sets up the service and hands out MP4 objects to
its callers.
|
Copyright © 2006-2012 The Red5 Project