public interface BandWidth extends Field
| Modifier and Type | Field and Description |
|---|---|
static String |
AS
"Application Specific" bandwidth modifier, "AS".
|
static String |
CT
"Conference Total" bandwidth modifier, "CT".
|
| Modifier and Type | Method and Description |
|---|---|
String |
getType()
Returns the bandwidth type.
|
int |
getValue()
Returns the bandwidth value measured in kilobits per second.
|
void |
setType(String type)
Sets the bandwidth type.
|
void |
setValue(int value)
Sets the bandwidth value.
|
clone, getTypeCharstatic final String CT
static final String AS
String getType() throws SdpParseException
SdpParseExceptionvoid setType(String type) throws SdpException
SdpExceptionint getValue()
throws SdpParseException
SdpParseExceptionvoid setValue(int value)
throws SdpException
SdpExceptionCopyright © 2014. All Rights Reserved.