Package com.wowza.wms.stream
Interface IMediaWriterActionNotify
- All Known Implementing Classes:
MediaWriterActionNotifyBase
public interface IMediaWriterActionNotify
IMediaWriterActionNotify: listener interface for file writing with regard to recording streams.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onFLVAddMetadata
(IMediaStream stream, Map<String, Object> extraMetadata) Called just before metadata is written to the file (FLV only)void
onWriteComplete
(IMediaStream stream, File file) Called when writing is complete
-
Method Details
-
onWriteComplete
Called when writing is complete- Parameters:
stream
- streamfile
- file handle
-
onFLVAddMetadata
Called just before metadata is written to the file (FLV only)- Parameters:
stream
- streamextraMetadata
- additional metadata, add to this collection to add items to onMetadata event written to FLV file.
-