Class MediaFlowInStateChangeEvent

  • All Implemented Interfaces:
    Event

    public class MediaFlowInStateChangeEvent
    extends MediaEvent
    Deprecated.
    Use MediaFlowInStateChanged instead.
    • Constructor Detail

      • MediaFlowInStateChangeEvent

        public MediaFlowInStateChangeEvent​(MediaObject source,
                                           String timestampMillis,
                                           List<Tag> tags,
                                           String type,
                                           MediaFlowState state,
                                           String padName,
                                           MediaType mediaType)
        Deprecated.
        Use MediaFlowInStateChanged instead.
        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
        state - Current media state
        padName - Name of the pad which has media
        mediaType - Type of media that is flowing
    • Method Detail

      • getState

        public MediaFlowState getState()
        Deprecated.
        Getter for the state property
        Returns:
        Current media state *
      • setState

        public void setState​(MediaFlowState state)
        Deprecated.
        Setter for the state property
        Parameters:
        state - Current media state
      • getPadName

        public String getPadName()
        Deprecated.
        Getter for the padName property
        Returns:
        Name of the pad which has media *
      • setPadName

        public void setPadName​(String padName)
        Deprecated.
        Setter for the padName property
        Parameters:
        padName - Name of the pad which has media
      • getMediaType

        public MediaType getMediaType()
        Deprecated.
        Getter for the mediaType property
        Returns:
        Type of media that is flowing *
      • setMediaType

        public void setMediaType​(MediaType mediaType)
        Deprecated.
        Setter for the mediaType property
        Parameters:
        mediaType - Type of media that is flowing