Uses of Interface
com.wowza.wms.livestreamrecord.manager.IStreamRecorderFileVersionDelegate
- 
Packages that use IStreamRecorderFileVersionDelegate Package Description com.wowza.wms.livestreamrecord.manager 
- 
- 
Uses of IStreamRecorderFileVersionDelegate in com.wowza.wms.livestreamrecord.managerClasses in com.wowza.wms.livestreamrecord.manager that implement IStreamRecorderFileVersionDelegate Modifier and Type Class Description classStreamRecorderFileVersionDelegateDefault FileVersionDelegate classclassStreamRecorderSimpleFileVersionDelegateStreamRecorderSimpleFileVersionDelegate classFields in com.wowza.wms.livestreamrecord.manager declared as IStreamRecorderFileVersionDelegate Modifier and Type Field Description IStreamRecorderFileVersionDelegateStreamRecorderParameters. fileVersionDelegateConfigures the fileVersionDelegate for the recorder
 Valid values are the fully qualified class path to the class which implements the IStreamRecorderFileVersionDelegate interface.
 Default value iscom.wowza.wms.livestreamrecord.manager.StreamRecorderFileVersionDelegateMethods in com.wowza.wms.livestreamrecord.manager that return IStreamRecorderFileVersionDelegate Modifier and Type Method Description IStreamRecorderFileVersionDelegateIStreamRecorder. getFileVersionDelegate()Called to get the IStreamRecorderFileVersionDelegate being used by the recorder.
 
-