public class SessionNameField extends Object implements SdpField
The "s=" field is the textual session name.
There MUST be one and only one "s=" field per session description.
The "s=" field MUST NOT be empty. If a session has no meaningful name, the
value "s= " SHOULD be used (i.e., a single space as the session name).
| Modifier and Type | Field and Description |
|---|---|
static char |
FIELD_TYPE |
FIELD_SEPARATOR| Constructor and Description |
|---|
SessionNameField() |
SessionNameField(String name) |
| Modifier and Type | Method and Description |
|---|---|
char |
getFieldType()
Gets the type of the field
|
String |
getName() |
void |
setName(String name) |
String |
toString() |
public static final char FIELD_TYPE
public SessionNameField(String name)
public SessionNameField()
public String getName()
public void setName(String name)
public char getFieldType()
SdpFieldgetFieldType in interface SdpFieldCopyright © 2018 TeleStax, Inc.. All rights reserved.