public static class TransportCandidate.Channel
extends java.lang.Object
| Modifier and Type | Field and Description |
|---|---|
static TransportCandidate.Channel |
MYRTCPVOICE |
static TransportCandidate.Channel |
MYRTPVOICE |
| Constructor and Description |
|---|
Channel(java.lang.String value) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
static TransportCandidate.Channel |
fromString(java.lang.String value)
Returns the MediaChannel constant associated with the String value.
|
int |
hashCode() |
boolean |
isNull()
Return true if the channel is not valid.
|
java.lang.String |
toString() |
public static final TransportCandidate.Channel MYRTPVOICE
public static final TransportCandidate.Channel MYRTCPVOICE
public java.lang.String toString()
toString in class java.lang.Objectpublic static TransportCandidate.Channel fromString(java.lang.String value)
value - the input String.public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean isNull()