Class MediaStreamActionNotifyBase

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void onCodecInfoAudio​(IMediaStream stream, com.wowza.wms.media.model.MediaCodecInfoAudio codecInfoAudio)
      Triggered when publishing stream receives codec information.
      void onCodecInfoVideo​(IMediaStream stream, com.wowza.wms.media.model.MediaCodecInfoVideo codecInfoVideo)
      Triggered when publishing stream receives codec information.
      void onMetaData​(IMediaStream stream, AMFPacket metaDataPacket)
      Triggered when a published streams metadata is set or changes
      void onPause​(IMediaStream stream, boolean isPause, double location)
      Triggered on mediaStream pause
      void onPauseRaw​(IMediaStream stream, boolean isPause, double location)
      Triggered on mediaStream pauseRaw.
      void onPlay​(IMediaStream stream, String streamName, double playStart, double playLen, int playReset)
      Triggered on mediaStream play
      void onPublish​(IMediaStream stream, String streamName, boolean isRecord, boolean isAppend)
      Triggered on mediaStream publish
      void onSeek​(IMediaStream stream, double location)
      Triggered on mediaStream seek
      void onStop​(IMediaStream stream)
      Triggered on mediaStream stop
      void onUnPublish​(IMediaStream stream, String streamName, boolean isRecord, boolean isAppend)
      Triggered on mediaStream unpublish
      • Methods inherited from class java.lang.Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MediaStreamActionNotifyBase

        public MediaStreamActionNotifyBase()