@Immutable public class VideoInformation extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
VideoInformation.HdrType
Represents video High Dynamic Range (HDR) types.
|
| Modifier and Type | Field and Description |
|---|---|
protected VideoInformation.HdrType |
hdrType
HDR type
|
protected int |
height
Video height
|
protected int |
width
Video width
|
| Constructor and Description |
|---|
VideoInformation(VideoInformation.HdrType hdrType,
int height,
int width)
Creates a new instance using the specified parameters.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
VideoInformation.HdrType |
getHdrType() |
int |
getHeight() |
int |
getWidth() |
int |
hashCode() |
String |
toString() |
@Nonnull protected final VideoInformation.HdrType hdrType
protected int height
protected int width
public VideoInformation(VideoInformation.HdrType hdrType, int height, int width)
hdrType - the HDR type.height - the video height.width - the video width.@Nonnull public VideoInformation.HdrType getHdrType()
public int getHeight()
public int getWidth()
Copyright © 2022. All rights reserved.