public class FormatParameterAttribute extends AttributeField
This attribute allows parameters that are specific to a particular format to
be conveyed in a way that SDP does not have to understand them.
The format must be one of the formats specified for the media.
Format-specific parameters may be any set of parameters required to be
conveyed by SDP and given unchanged to the media tool that will use this
format. At most one instance of this attribute is allowed for each format.
It is a media-level attribute, and it is not dependent on charset.
| Modifier and Type | Field and Description |
|---|---|
static String |
ATTRIBUTE_TYPE |
ATTRIBUTE_SEPARATOR, BEGIN, BEGIN_LENGTH, builder, FIELD_TYPE, key, valueFIELD_SEPARATOR| Constructor and Description |
|---|
FormatParameterAttribute() |
FormatParameterAttribute(int format,
String params) |
| Modifier and Type | Method and Description |
|---|---|
int |
getFormat() |
String |
getParams() |
void |
setFormat(int format) |
void |
setParams(String params) |
String |
toString() |
getFieldType, getKey, getValuepublic static final String ATTRIBUTE_TYPE
public FormatParameterAttribute(int format,
String params)
public FormatParameterAttribute()
public int getFormat()
public void setFormat(int format)
public String getParams()
public void setParams(String params)
public String toString()
toString in class AttributeFieldCopyright © 2018 TeleStax, Inc.. All rights reserved.