Uses of Interface
com.wowza.wms.livestreamrecord.manager.IStreamRecorderFileVersionDelegate
Packages that use IStreamRecorderFileVersionDelegate
-
Uses of IStreamRecorderFileVersionDelegate in com.wowza.wms.livestreamrecord.manager
Classes in com.wowza.wms.livestreamrecord.manager that implement IStreamRecorderFileVersionDelegateModifier and TypeClassDescriptionclass
Default FileVersionDelegate classclass
StreamRecorderSimpleFileVersionDelegate classFields in com.wowza.wms.livestreamrecord.manager declared as IStreamRecorderFileVersionDelegateModifier and TypeFieldDescriptionStreamRecorderParameters.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 IStreamRecorderFileVersionDelegateModifier and TypeMethodDescriptionIStreamRecorder.getFileVersionDelegate()
Called to get the IStreamRecorderFileVersionDelegate being used by the recorder.