|
||||||||||
| 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
org.mobicents.media.server.spi.format.VideoFormat
public class VideoFormat
| Constructor Summary | |
|---|---|
protected |
VideoFormat(EncodingName name)
Creates new format descriptor. |
protected |
VideoFormat(EncodingName name,
int frameRate)
Creates new format descriptor. |
protected |
VideoFormat(String name)
Creates new format descriptor. |
protected |
VideoFormat(String name,
int frameRate)
Creates new format descriptor. |
| Method Summary | |
|---|---|
VideoFormat |
clone()
|
int |
getFrameRate()
Gets the frame rate. |
void |
setFrameRate(int frameRate)
Modifies frame rate. |
String |
toString()
|
| Methods inherited from class org.mobicents.media.server.spi.format.Format |
|---|
getName, getOptions, matches, setName, setOptions |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
protected VideoFormat(EncodingName name)
name - format encoding name.
protected VideoFormat(EncodingName name,
int frameRate)
name - format encoding name.frameRate - the number of frames per second.protected VideoFormat(String name)
name - format encoding name.
protected VideoFormat(String name,
int frameRate)
name - format encoding name.frameRate - the number of frames per second.| Method Detail |
|---|
public int getFrameRate()
public void setFrameRate(int frameRate)
frameRate - the new value in frames per second.public VideoFormat clone()
clone in class Formatpublic String toString()
toString in class Format
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||