public class UriEndpointStateChangedEvent extends MediaEvent
| Constructor and Description |
|---|
UriEndpointStateChangedEvent(MediaObject source,
String timestamp,
String timestampMillis,
List<Tag> tags,
String type,
UriEndpointState state)
Indicates the new state of the endpoint
|
| Modifier and Type | Method and Description |
|---|---|
UriEndpointState |
getState()
Getter for the state property
|
void |
setState(UriEndpointState state)
Setter for the state property
|
getType, setTypegetSource, getTags, getTimestamp, getTimestampMillis, setSource, setTags, setTimestamp, setTimestampMillispublic UriEndpointStateChangedEvent(MediaObject source, String timestamp, String timestampMillis, List<Tag> tags, String type, UriEndpointState state)
source - Object that raised the eventtimestamp - [DEPRECATED: Use timestampMillis] The timestamp associated with this object: Seconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).timestampMillis - The timestamp associated with this event: Milliseconds elapsed since the UNIX Epoch (Jan 1, 1970, UTC).tags - type - Type of event that was raisedstate - the new statepublic UriEndpointState getState()
public void setState(UriEndpointState state)
state - the new stateCopyright © 2022 Kurento. All rights reserved.