Uses of Interface
org.red5.io.ITagWriter
Package
Description
-
Uses of ITagWriter in org.red5.io
Modifier and TypeMethodDescriptionIStreamableFile.getAppendWriter()
Returns a Writer which is setup to append to the file.IStreamableFile.getWriter()
Returns a writer that creates a new file or truncates existing contents. -
Uses of ITagWriter in org.red5.io.flv
Modifier and TypeMethodDescriptionIFLV.writerFromNearestKeyFrame
(int seekPoint) Returns a Writer based on the nearest key frame -
Uses of ITagWriter in org.red5.io.flv.impl
Modifier and TypeClassDescriptionclass
A Writer is used to write the contents of a FLV fileModifier and TypeMethodDescriptionFLV.getAppendWriter()
Returns a Writer which is setup to append to the file.FLV.getWriter()
Returns a writer that creates a new file or truncates existing contents.FLV.writerFromNearestKeyFrame
(int seekPoint) Returns a Writer based on the nearest key frame -
Uses of ITagWriter in org.red5.server.api.stream
Modifier and TypeMethodDescriptionIStreamableFile.getAppendWriter()
Returns a Writer which is setup to append to the file.IStreamableFile.getWriter()
Returns a writer that creates a new file or truncates existing contents. -
Uses of ITagWriter in org.red5.server.stream.consumer