public class VideoEncodeAcceleratorCapability extends Object
| Constructor and Description |
|---|
VideoEncodeAcceleratorCapability() |
| Modifier and Type | Method and Description |
|---|---|
Integer |
getMaxFramerateDenominator() |
Integer |
getMaxFramerateNumerator()
Maximum encoding framerate in frames per second supported for this |profile|, as fraction's
numerator and denominator, e.g.
|
Size |
getMaxResolution()
Maximum video dimensions in pixels supported for this |profile|.
|
String |
getProfile()
Video codec profile that is supported, e.g H264 Main.
|
void |
setMaxFramerateDenominator(Integer maxFramerateDenominator) |
void |
setMaxFramerateNumerator(Integer maxFramerateNumerator)
Maximum encoding framerate in frames per second supported for this |profile|, as fraction's
numerator and denominator, e.g.
|
void |
setMaxResolution(Size maxResolution)
Maximum video dimensions in pixels supported for this |profile|.
|
void |
setProfile(String profile)
Video codec profile that is supported, e.g H264 Main.
|
public String getProfile()
public void setProfile(String profile)
public Size getMaxResolution()
public void setMaxResolution(Size maxResolution)
public Integer getMaxFramerateNumerator()
public void setMaxFramerateNumerator(Integer maxFramerateNumerator)
public Integer getMaxFramerateDenominator()
public void setMaxFramerateDenominator(Integer maxFramerateDenominator)
Copyright © 2020. All rights reserved.