public class MediaDescription extends Object
| Constructor | Description |
|---|---|
MediaDescription() |
| Modifier and Type | Method | Description |
|---|---|---|
Hashtable<String,String> |
getAttributes() |
|
List<Codec> |
getCodecs() |
|
InetAddress |
getIpAddress() |
|
int |
getPort() |
|
String |
getType() |
|
void |
setAttributes(Hashtable<String,String> attributes) |
|
void |
setCodecs(List<Codec> codecs) |
|
void |
setIpAddress(InetAddress ipAddress) |
|
void |
setPort(int port) |
|
void |
setType(String type) |
|
String |
toString() |
public String getType()
public void setType(String type)
public InetAddress getIpAddress()
public void setIpAddress(InetAddress ipAddress)
public int getPort()
public void setPort(int port)
Copyright © 2018. All rights reserved.