public static class ResolutionInfo.DiscreteResolution extends Object
FrameInterval object returned by
the getFrameInterval() method.ResolutionInfo.DiscreteResolution object is not instantiated directly.
Instead, a list of supported ResolutionInfo.DiscreteResolutions for a given
video device can be obtained through a ResolutionInfo for that
device.| Modifier and Type | Field and Description |
|---|---|
int |
height
The resolution height
|
FrameInterval |
interval
The frame interval object containing information on supported
frame intervals for capture at this resolution.
|
int |
width
The resolution width
|
| Modifier and Type | Method and Description |
|---|---|
FrameInterval |
getFrameInterval()
This method returns the frame interval object, containing
information on supported frame intervals for this discrete
resolution.
|
int |
getHeight()
This method returns the resolution height
|
int |
getWidth()
This method returns the resolution width
|
String |
toString() |
public final int width
public final int height
public final FrameInterval interval
public int getWidth()
public int getHeight()
public FrameInterval getFrameInterval()
Copyright © 2013-2015 Bartosz Firyn (sarxos). All Rights Reserved.