public class OnIceComponentStateChangedEvent extends MediaEvent
Constructor and Description |
---|
OnIceComponentStateChangedEvent(MediaObject source,
java.lang.String timestamp,
java.util.List<Tag> tags,
java.lang.String type,
int streamId,
int componentId,
IceComponentState state) |
Modifier and Type | Method and Description |
---|---|
int |
getComponentId()
Getter for the componentId property
|
IceComponentState |
getState()
Getter for the state property
|
int |
getStreamId()
Getter for the streamId property
|
void |
setComponentId(int componentId)
Setter for the componentId property
|
void |
setState(IceComponentState state)
Setter for the state property
|
void |
setStreamId(int streamId)
Setter for the streamId property
|
getType, setType
getSource, getTags, getTimestamp, setSource, setTags, setTimestamp
public OnIceComponentStateChangedEvent(MediaObject source, java.lang.String timestamp, java.util.List<Tag> tags, java.lang.String type, int streamId, int componentId, IceComponentState state)
source
- Object that raised the eventtimestamp
- tags
- type
- Type of event that was raisedstreamId
- The ID of the streamcomponentId
- The ID of the componentstate
- The state of the componentpublic int getStreamId()
public void setStreamId(int streamId)
streamId
- The ID of the streampublic int getComponentId()
public void setComponentId(int componentId)
componentId
- The ID of the componentpublic IceComponentState getState()
public void setState(IceComponentState state)
state
- The state of the component