public class NewCandidatePairSelectedEvent extends MediaEvent
Constructor and Description |
---|
NewCandidatePairSelectedEvent(MediaObject source,
java.lang.String timestamp,
java.util.List<Tag> tags,
java.lang.String type,
IceCandidatePair candidatePair)
Event fired when a new pair of ICE candidates is used by the ICE library.
|
Modifier and Type | Method and Description |
---|---|
IceCandidatePair |
getCandidatePair()
Getter for the candidatePair property
|
void |
setCandidatePair(IceCandidatePair candidatePair)
Setter for the candidatePair property
|
getType, setType
getSource, getTags, getTimestamp, setSource, setTags, setTimestamp
public NewCandidatePairSelectedEvent(MediaObject source, java.lang.String timestamp, java.util.List<Tag> tags, java.lang.String type, IceCandidatePair candidatePair)
source
- Object that raised the eventtimestamp
- tags
- type
- Type of event that was raisedcandidatePair
- The new pair of candidatespublic IceCandidatePair getCandidatePair()
public void setCandidatePair(IceCandidatePair candidatePair)
candidatePair
- The new pair of candidates