public class VideoDecodeAcceleratorCapability extends Object
| Constructor and Description |
|---|
VideoDecodeAcceleratorCapability() |
| Modifier and Type | Method and Description |
|---|---|
Size |
getMaxResolution()
Maximum video dimensions in pixels supported for this |profile|.
|
Size |
getMinResolution()
Minimum video dimensions in pixels supported for this |profile|.
|
String |
getProfile()
Video codec profile that is supported, e.g.
|
void |
setMaxResolution(Size maxResolution)
Maximum video dimensions in pixels supported for this |profile|.
|
void |
setMinResolution(Size minResolution)
Minimum video dimensions in pixels supported for this |profile|.
|
void |
setProfile(String profile)
Video codec profile that is supported, e.g.
|
public String getProfile()
public void setProfile(String profile)
public Size getMaxResolution()
public void setMaxResolution(Size maxResolution)
public Size getMinResolution()
public void setMinResolution(Size minResolution)
Copyright © 2020. All rights reserved.