| Modifier | Constructor and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
VideoFormat |
clone() |
int |
getFrameRate()
Gets the frame rate.
|
void |
setFrameRate(int frameRate)
Modifies frame rate.
|
String |
toString() |
getName, getOptions, matches, setName, setOptions, setSendPTime, shouldSendPTimeprotected 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.public int getFrameRate()
public void setFrameRate(int frameRate)
frameRate - the new value in frames per second.public VideoFormat clone()
Copyright © 2016 TeleStax, Inc.. All Rights Reserved.