Class MediaEvent

    • Constructor Detail

      • MediaEvent

        public MediaEvent​(MediaObject source,
                          String timestampMillis,
                          List<Tag> tags,
                          String type)
        Base for all events raised by elements in the Kurento media server.
        Parameters:
        source - Object that raised the event
        timestampMillis - The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).
        tags -
        type - Type of event that was raised
    • Method Detail

      • getType

        public String getType()
        Getter for the type property
        Returns:
        Type of event that was raised *
      • setType

        public void setType​(String type)
        Setter for the type property
        Parameters:
        type - Type of event that was raised