Package com.wowza.wms.dvr
Interface IDvrTextWriter
- 
- All Superinterfaces:
- ITextWriter
 
 public interface IDvrTextWriter extends ITextWriter 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidinit(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName)voidinit(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName, IDvrStreamStore store)- 
Methods inherited from interface com.wowza.io.ITextWriterclose, exists, getBasePath, getMediaName, getPath, init, isAppend, isOpen, lastModified, length, open, setAppend, write, write, write, write
 
- 
 
- 
- 
- 
Method Detail- 
initvoid init(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName) 
 - 
initvoid init(IApplicationInstance appInstance, IMediaStream stream, com.wowza.wms.dvr.io.IDvrFileSystem fileSystem, String artifactName, IDvrStreamStore store) 
 
- 
 
-