Class PlayerEvent


  • public class PlayerEvent
    extends java.lang.Object
    • Constructor Detail

      • PlayerEvent

        public PlayerEvent​(PlayerEventType type,
                           Timestamp timestamp,
                           java.lang.String name,
                           java.lang.String value)
    • Method Detail

      • getTimestamp

        public Timestamp getTimestamp()
        Events are timestamped relative to the start of the player creation not relative to the start of playback.
      • getName

        public java.lang.String getName()
      • getValue

        public java.lang.String getValue()