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 |
Modifier and Type | Method and Description |
---|---|
ITagWriter |
IStreamableFile.getAppendWriter()
Returns a Writer which is setup to append to the file.
|
ITagWriter |
IStreamableFile.getWriter()
Returns a writer that creates a new file or truncates existing contents.
|
Modifier and Type | Method and Description |
---|---|
ITagWriter |
IFLV.writerFromNearestKeyFrame(int seekPoint)
Returns a Writer based on the nearest key frame
|
Modifier and Type | Class and Description |
---|---|
class |
FLVWriter
A Writer is used to write the contents of a FLV file
|
Modifier and Type | Method and Description |
---|---|
ITagWriter |
FLV.getAppendWriter()
Returns a Writer which is setup to append to the file.
|
ITagWriter |
FLV.getWriter()
Returns a writer that creates a new file or truncates existing contents.
|
ITagWriter |
FLV.writerFromNearestKeyFrame(int seekPoint)
Returns a Writer based on the nearest key frame
|
Modifier and Type | Method and Description |
---|---|
ITagWriter |
M4A.getAppendWriter() |
ITagWriter |
M4A.getWriter()
Returns a writer that creates a new file or truncates existing contents.
|
Modifier and Type | Method and Description |
---|---|
ITagWriter |
MP3.getAppendWriter()
Returns a Writer which is setup to append to the file.
|
ITagWriter |
MP3.getWriter()
Returns a writer that creates a new file or truncates existing contents.
|
Modifier and Type | Method and Description |
---|---|
ITagWriter |
IMP4.writerFromNearestKeyFrame(int seekPoint)
Returns a Writer based on the nearest key frame
|
Modifier and Type | Method and Description |
---|---|
ITagWriter |
MP4.getAppendWriter() |
ITagWriter |
MP4.getWriter()
Returns a writer that creates a new file or truncates existing contents.
|
ITagWriter |
MP4.writerFromNearestKeyFrame(int seekPoint)
Returns a Writer based on the nearest key frame
|
Copyright © 2006-2012 The Red5 Project