Package com.wowza.wms.dvr
Interface IDvrTextReader
-
- All Superinterfaces:
ITextReader
public interface IDvrTextReader extends ITextReader
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
init(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName)
-
Methods inherited from interface com.wowza.io.ITextReader
close, exists, getBasePath, getMediaName, getPath, init, isOpen, lastModified, length, open, read, ready
-
-
-
-
Method Detail
-
init
void init(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName)
-
-