public class IceCandidate
extends java.lang.Object
Modifier | Constructor and Description |
---|---|
protected |
IceCandidate()
Default private constructor of IceCandidate for serialization with Jackson
|
|
IceCandidate(java.lang.String candidate,
java.lang.String sdpMid,
int sdpMLineIndex)
Create a IceCandidate
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCandidate()
get The candidate-attribute as defined in section 15.1 of ICE (rfc5245).
|
java.lang.String |
getSdpMid()
get If present, this contains the identifier of the 'media stream identification'.
|
int |
getSdpMLineIndex()
get The index (starting at zero) of the m-line in the SDP this candidate is associated with.
|
void |
setCandidate(java.lang.String candidate)
set The candidate-attribute as defined in section 15.1 of ICE (rfc5245).
|
void |
setSdpMid(java.lang.String sdpMid)
set If present, this contains the identifier of the 'media stream identification'.
|
void |
setSdpMLineIndex(int sdpMLineIndex)
set The index (starting at zero) of the m-line in the SDP this candidate is associated with.
|
protected IceCandidate()
public IceCandidate(java.lang.String candidate, java.lang.String sdpMid, int sdpMLineIndex)
public java.lang.String getCandidate()
public void setCandidate(java.lang.String candidate)
public java.lang.String getSdpMid()
public void setSdpMid(java.lang.String sdpMid)
public int getSdpMLineIndex()
public void setSdpMLineIndex(int sdpMLineIndex)