Class StoppedEvent

  • All Implemented Interfaces:
    Event

    public class StoppedEvent
    extends MediaEvent
    Fired when the recorder has been stopped and all the media has been written to storage.
    • Constructor Detail

      • StoppedEvent

        public StoppedEvent​(MediaObject source,
                            String timestampMillis,
                            List<Tag> tags,
                            String type)
        Fired when the recorder has been stopped and all the media has been written to storage.
        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