| Package | Description |
|---|---|
| com.qeagle.devtools.protocol.types.systeminfo |
| Modifier and Type | Method and Description |
|---|---|
Size |
ImageDecodeAcceleratorCapability.getMaxDimensions()
Maximum supported dimensions of the image in pixels.
|
Size |
VideoDecodeAcceleratorCapability.getMaxResolution()
Maximum video dimensions in pixels supported for this |profile|.
|
Size |
VideoEncodeAcceleratorCapability.getMaxResolution()
Maximum video dimensions in pixels supported for this |profile|.
|
Size |
ImageDecodeAcceleratorCapability.getMinDimensions()
Minimum supported dimensions of the image in pixels.
|
Size |
VideoDecodeAcceleratorCapability.getMinResolution()
Minimum video dimensions in pixels supported for this |profile|.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ImageDecodeAcceleratorCapability.setMaxDimensions(Size maxDimensions)
Maximum supported dimensions of the image in pixels.
|
void |
VideoDecodeAcceleratorCapability.setMaxResolution(Size maxResolution)
Maximum video dimensions in pixels supported for this |profile|.
|
void |
VideoEncodeAcceleratorCapability.setMaxResolution(Size maxResolution)
Maximum video dimensions in pixels supported for this |profile|.
|
void |
ImageDecodeAcceleratorCapability.setMinDimensions(Size minDimensions)
Minimum supported dimensions of the image in pixels.
|
void |
VideoDecodeAcceleratorCapability.setMinResolution(Size minResolution)
Minimum video dimensions in pixels supported for this |profile|.
|
Copyright © 2020. All rights reserved.