com.wowza.wms.stream
Interface IMediaStreamActionNotify2
- All Superinterfaces:
- IMediaStreamActionNotify
public interface IMediaStreamActionNotify2
- extends IMediaStreamActionNotify
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)