Class RecordingEvent

  • All Implemented Interfaces:
    Event

    public class RecordingEvent
    extends MediaEvent
    Fired when the recoding effectively starts. ie: Media is received by the recorder, and record() method has been called.
    • Constructor Detail

      • RecordingEvent

        public RecordingEvent​(MediaObject source,
                              String timestampMillis,
                              List<Tag> tags,
                              String type)
        Fired when the recoding effectively starts. ie: Media is received by the recorder, and record() method has been called.
        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