|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.mobicents.media.server.spi.format.Format
public class Format
Media format descriptor.
| Constructor Summary | |
|---|---|
Format(EncodingName name)
Creates new descriptor. |
|
| Method Summary | |
|---|---|
Format |
clone()
|
EncodingName |
getName()
Gets the encoding name. |
Text |
getOptions()
Gets options |
boolean |
matches(Format fmt)
Compares two format descriptors. |
void |
setName(EncodingName name)
Modifies encoding name. |
void |
setOptions(Text options)
Modify options. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Format(EncodingName name)
name - the encoding name| Method Detail |
|---|
public EncodingName getName()
public void setName(EncodingName name)
name - new encoding name.public Text getOptions()
public void setOptions(Text options)
options - new options.public String toString()
toString in class Objectpublic boolean matches(Format fmt)
fmt - the another format descriptor
public Format clone()
clone in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||