Uses of Interface
org.red5.io.ITagWriter
Packages that use ITagWriter
Package
Description
-
Uses of ITagWriter in org.red5.io
Methods in org.red5.io that return ITagWriterModifier 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
Methods in org.red5.io.flv that return ITagWriterModifier and TypeMethodDescriptionIFLV.writerFromNearestKeyFrame
(int seekPoint) Returns a Writer based on the nearest key frame -
Uses of ITagWriter in org.red5.io.flv.impl
Classes in org.red5.io.flv.impl that implement ITagWriterModifier and TypeClassDescriptionclass
A Writer is used to write the contents of a FLV fileMethods in org.red5.io.flv.impl that return ITagWriterModifier 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
Methods in org.red5.server.api.stream that return ITagWriterModifier 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
Fields in org.red5.server.stream.consumer declared as ITagWriter