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 | Method and Description |
---|---|
IStreamableFile |
ITagReader.getFile()
Return the file that is loaded.
|
IStreamableFile |
ITagWriter.getFile()
Return the file that is written.
|
abstract IStreamableFile |
BaseStreamableFileService.getStreamableFile(File file)
Return streamable file reference.
|
IStreamableFile |
IStreamableFileService.getStreamableFile(File file)
Return streamable file reference.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IFLV
Represents FLV file
|
Modifier and Type | Class and Description |
---|---|
class |
FLV
A FLVImpl implements the FLV api
|
Modifier and Type | Method and Description |
---|---|
IStreamableFile |
FLVReader.getFile()
Return the file that is loaded.
|
IStreamableFile |
FLVWriter.getFile()
Return the file that is written.
|
IStreamableFile |
FLVService.getStreamableFile(File file)
Return streamable file reference.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IM4A
Represents M4A / AAC file
|
Modifier and Type | Class and Description |
---|---|
class |
M4A
A M4AImpl implements the M4A api
|
Modifier and Type | Method and Description |
---|---|
IStreamableFile |
M4AReader.getFile()
Return the file that is loaded.
|
IStreamableFile |
M4AService.getStreamableFile(File file)
Return streamable file reference.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMP3
Informations about a MP3 file.
|
Modifier and Type | Class and Description |
---|---|
class |
MP3
Represents MP3 file
|
Modifier and Type | Method and Description |
---|---|
IStreamableFile |
MP3Reader.getFile()
Return the file that is loaded.
|
IStreamableFile |
MP3Service.getStreamableFile(File file)
Return streamable file reference.
|
Modifier and Type | Interface and Description |
---|---|
interface |
IMP4
Represents MP4 file
|
Modifier and Type | Class and Description |
---|---|
class |
MP4
A MP4Impl implements the MP4 api
|
Modifier and Type | Method and Description |
---|---|
IStreamableFile |
MP4Reader.getFile()
Return the file that is loaded.
|
IStreamableFile |
MP4Service.getStreamableFile(File file)
Return streamable file reference.
|
Copyright © 2006-2012 The Red5 Project