Package com.wowza.wms.stream
Interface IMediaStreamMetaDataProvider
public interface IMediaStreamMetaDataProvider
IMediaStreamMetaDataProvider: Live streaming metadata provider.
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onStreamStart
(List metaDataList, long timecode) Called to get the onMetadata data at a particular point in time in the stream
-
Method Details
-
onStreamStart
Called to get the onMetadata data at a particular point in time in the stream- Parameters:
metaDataList
- list of onMetadata data (should always be one item in list)timecode
- timecode in milliseconds
-