Package | Description |
---|---|
org.red5.io | |
org.red5.io.flv | |
org.red5.io.flv.impl | |
org.red5.io.m4a.impl | |
org.red5.io.mp3.impl | |
org.red5.io.mp4 | |
org.red5.io.mp4.impl | |
org.red5.server.stream |
Modifier and Type | Method and Description |
---|---|
ITagReader |
IStreamableFile.getReader()
Returns a reader to parse and read the tags inside the file.
|
Modifier and Type | Method and Description |
---|---|
ITagReader |
IFLV.readerFromNearestKeyFrame(int seekPoint)
Returns a Reader closest to the nearest keyframe
|
Modifier and Type | Class and Description |
---|---|
class |
FLVReader
A Reader is used to read the contents of a FLV file.
|
Modifier and Type | Method and Description |
---|---|
ITagReader |
FLV.getReader()
Returns a reader to parse and read the tags inside the file.
|
ITagReader |
FLV.readerFromNearestKeyFrame(int seekPoint)
Returns a Reader closest to the nearest keyframe
|
Modifier and Type | Class and Description |
---|---|
class |
M4AReader
A Reader is used to read the contents of a M4A file.
|
Modifier and Type | Method and Description |
---|---|
ITagReader |
M4A.getReader()
Returns a reader to parse and read the tags inside the file.
|
Modifier and Type | Class and Description |
---|---|
class |
MP3Reader
Read MP3 files
|
Modifier and Type | Method and Description |
---|---|
ITagReader |
MP3.getReader()
Returns a reader to parse and read the tags inside the file.
|
Modifier and Type | Method and Description |
---|---|
ITagReader |
IMP4.readerFromNearestKeyFrame(int seekPoint)
Returns a Reader closest to the nearest keyframe
|
Modifier and Type | Class and Description |
---|---|
class |
MP4Reader
This reader is used to read the contents of an MP4 file.
|
Modifier and Type | Method and Description |
---|---|
ITagReader |
MP4.getReader()
Returns a reader to parse and read the tags inside the file.
|
ITagReader |
MP4.readerFromNearestKeyFrame(int seekPoint)
Returns a Reader closest to the nearest keyframe
|
Constructor and Description |
---|
FileStreamSource(ITagReader reader)
Creates file stream source with tag reader
|
Copyright © 2006-2012 The Red5 Project