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, getTypeChar
static final String CT
static final String AS
String getType() throws SdpParseException
SdpParseException
void setType(String type) throws SdpException
SdpException
int getValue() throws SdpParseException
SdpParseException
void setValue(int value) throws SdpException
SdpException
Copyright © 2016. All Rights Reserved.