| Package | Description |
|---|---|
| com.wowza.wms.livestreamrecord.manager |
| Modifier and Type | Class | Description |
|---|---|---|
class |
StreamRecorderFileVersionDelegate |
Default FileVersionDelegate class
|
class |
StreamRecorderSimpleFileVersionDelegate |
StreamRecorderSimpleFileVersionDelegate class
|
| 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 is com.wowza.wms.livestreamrecord.manager.StreamRecorderFileVersionDelegate |
| Modifier and Type | Method | Description |
|---|---|---|
IStreamRecorderFileVersionDelegate |
IStreamRecorder.getFileVersionDelegate() |
Called to get the IStreamRecorderFileVersionDelegate being used by the recorder.
|