Package com.wowza.wms.stream
Interface IMediaStreamActionNotify2
-
- All Superinterfaces:
IMediaStreamActionNotify
- All Known Subinterfaces:
IMediaStreamActionNotify3
- All Known Implementing Classes:
MediaStreamActionNotify3Base
,MediaStreamActionNotifyBase
public interface IMediaStreamActionNotify2 extends IMediaStreamActionNotify
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
onMetaData(IMediaStream stream, AMFPacket metaDataPacket)
Triggered when a published streams metadata is set or changesvoid
onPauseRaw(IMediaStream stream, boolean isPause, double location)
Triggered on mediaStream pauseRaw.-
Methods inherited from interface com.wowza.wms.stream.IMediaStreamActionNotify
onPause, onPlay, onPublish, onSeek, onStop, onUnPublish
-
-
-
-
Method Detail
-
onMetaData
void onMetaData(IMediaStream stream, AMFPacket metaDataPacket)
Triggered when a published streams metadata is set or changes
-
onPauseRaw
void onPauseRaw(IMediaStream stream, boolean isPause, double location)
Triggered on mediaStream pauseRaw. The pauseRaw method is called when a pause occurs in the player.- Parameters:
stream
- mediaStreamisPause
- pause or unpauselocation
- location (milliseconds)
-
-