Interface IMediaStreamActionNotify2

All Superinterfaces:
IMediaStreamActionNotify
All Known Subinterfaces:
IMediaStreamActionNotify3
All Known Implementing Classes:
MediaStreamActionNotify3Base, MediaStreamActionNotifyBase

public interface IMediaStreamActionNotify2 extends IMediaStreamActionNotify
  • Method Details

    • 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 - mediaStream
      isPause - pause or unpause
      location - location (milliseconds)