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) |
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 © 2017 TeleStax, Inc.. All Rights Reserved.