| Modifier and Type | Field and Description |
|---|---|
protected VideoInformation.HdrType |
VideoInformation.hdrType
HDR type
|
| Modifier and Type | Method and Description |
|---|---|
VideoInformation.HdrType |
VideoInformation.getHdrType() |
static VideoInformation.HdrType |
VideoInformation.HdrType.typeOf(String hdrType)
Parses the specified string and returns the corresponding
VideoInformation.HdrType, or null if no match could be found. |
static VideoInformation.HdrType |
VideoInformation.HdrType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static VideoInformation.HdrType[] |
VideoInformation.HdrType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
VideoInformation(VideoInformation.HdrType hdrType,
int height,
int width)
Creates a new instance using the specified parameters.
|
Copyright © 2022. All rights reserved.