Package com.wowza.wms.dvr
Interface IDvrTextWriter
-
- All Superinterfaces:
ITextWriter
public interface IDvrTextWriter extends ITextWriter
-
-
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)
void
init(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName, IDvrStreamStore store)
-
Methods inherited from interface com.wowza.io.ITextWriter
close, exists, getBasePath, getMediaName, getPath, init, isAppend, isOpen, lastModified, length, open, setAppend, write, write, write, write
-
-
-
-
Method Detail
-
init
void init(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName)
-
init
void init(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName, IDvrStreamStore store)
-
-