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.manager
Classes in com.wowza.wms.livestreamrecord.manager that implement IStreamRecorderFileVersionDelegate Modifier and Type Class Description class
StreamRecorderFileVersionDelegate
Default FileVersionDelegate classclass
StreamRecorderSimpleFileVersionDelegate
StreamRecorderSimpleFileVersionDelegate classFields in com.wowza.wms.livestreamrecord.manager declared as IStreamRecorderFileVersionDelegate Modifier and Type Field Description IStreamRecorderFileVersionDelegate
StreamRecorderParameters. fileVersionDelegate
Configures 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.StreamRecorderFileVersionDelegate
Methods in com.wowza.wms.livestreamrecord.manager that return IStreamRecorderFileVersionDelegate Modifier and Type Method Description IStreamRecorderFileVersionDelegate
IStreamRecorder. getFileVersionDelegate()
Called to get the IStreamRecorderFileVersionDelegate being used by the recorder.
-