A video configuration. More...
Public Member Functions | |
double | getFrameDuration () |
Gets the frame duration in milliseconds. More... | |
double | getFrameRate () |
Gets the frame-rate. More... | |
int | getHeight () |
Gets the size height. More... | |
fm.liveswitch.Size | getSize () |
Gets the size. More... | |
int | getWidth () |
Gets the size width. More... | |
boolean | isEquivalent (fm.liveswitch.VideoConfig config) |
Determines whether the specified configuration is equivalent. More... | |
void | setFrameRate (double value) |
Sets the frame-rate. More... | |
void | setSize (fm.liveswitch.Size value) |
Sets the size. More... | |
String | toString () |
Returns a string that represents this instance. More... | |
VideoConfig (fm.liveswitch.Size size, double frameRate) | |
Initializes a new instance of the fm.liveswitch.VideoConfig class. More... | |
VideoConfig (fm.liveswitch.Size size, double frameRate, int clockRate) | |
Initializes a new instance of the fm.liveswitch.VideoConfig class. More... | |
VideoConfig (int width, int height, double frameRate) | |
Initializes a new instance of the fm.liveswitch.VideoConfig class. More... | |
VideoConfig (int width, int height, double frameRate, int clockRate) | |
Initializes a new instance of the fm.liveswitch.VideoConfig class. More... | |
A video configuration.
fm.liveswitch.VideoConfig.VideoConfig | ( | fm.liveswitch.Size | size, |
double | frameRate | ||
) |
Initializes a new instance of the fm.liveswitch.VideoConfig class.
size | The size. |
frameRate | The frame rate. |
fm.liveswitch.VideoConfig.VideoConfig | ( | fm.liveswitch.Size | size, |
double | frameRate, | ||
int | clockRate | ||
) |
Initializes a new instance of the fm.liveswitch.VideoConfig class.
size | The size. |
frameRate | The frame rate. |
clockRate | The clock rate. |
fm.liveswitch.VideoConfig.VideoConfig | ( | int | width, |
int | height, | ||
double | frameRate | ||
) |
Initializes a new instance of the fm.liveswitch.VideoConfig class.
width | The width. |
height | The height. |
frameRate | The frame rate. |
fm.liveswitch.VideoConfig.VideoConfig | ( | int | width, |
int | height, | ||
double | frameRate, | ||
int | clockRate | ||
) |
Initializes a new instance of the fm.liveswitch.VideoConfig class.
width | The width. |
height | The height. |
frameRate | The frame rate. |
clockRate | The clock rate. |
double fm.liveswitch.VideoConfig.getFrameDuration | ( | ) |
Gets the frame duration in milliseconds.
double fm.liveswitch.VideoConfig.getFrameRate | ( | ) |
Gets the frame-rate.
int fm.liveswitch.VideoConfig.getHeight | ( | ) |
Gets the size height.
fm.liveswitch.Size fm.liveswitch.VideoConfig.getSize | ( | ) |
Gets the size.
int fm.liveswitch.VideoConfig.getWidth | ( | ) |
Gets the size width.
boolean fm.liveswitch.VideoConfig.isEquivalent | ( | fm.liveswitch.VideoConfig | config | ) |
Determines whether the specified configuration is equivalent.
config | The configuration. |
void fm.liveswitch.VideoConfig.setFrameRate | ( | double | value | ) |
Sets the frame-rate.
void fm.liveswitch.VideoConfig.setSize | ( | fm.liveswitch.Size | value | ) |
Sets the size.
String fm.liveswitch.VideoConfig.toString | ( | ) |
Returns a string that represents this instance.