Uses of Interface
org.red5.io.ITagReader
Package
Description
-
Uses of ITagReader in org.red5.io
Modifier and TypeMethodDescriptionIStreamableFile.getReader()
Returns a reader to parse and read the tags inside the file. -
Uses of ITagReader in org.red5.io.flv
Modifier and TypeMethodDescriptionIFLV.readerFromNearestKeyFrame
(int seekPoint) Returns a Reader closest to the nearest keyframe -
Uses of ITagReader in org.red5.io.flv.impl
Modifier and TypeClassDescriptionclass
A Reader is used to read the contents of a FLV file.Modifier and TypeMethodDescriptionFLV.getReader()
Returns a reader to parse and read the tags inside the file.FLV.readerFromNearestKeyFrame
(int seekPoint) Returns a Reader closest to the nearest keyframe -
Uses of ITagReader in org.red5.server.api.stream
Modifier and TypeMethodDescriptionIStreamableFile.getReader()
Returns a reader to parse and read the tags inside the file. -
Uses of ITagReader in org.red5.server.stream
ModifierConstructorDescriptionFileStreamSource
(ITagReader reader) Creates file stream source with tag reader -
Uses of ITagReader in org.red5.server.stream.provider