public final class VideoTrackInfo
extends java.lang.Object
VideoTrackInfo
- video track specific info.Modifier and Type | Field and Description |
---|---|
int |
depth
frame pixel depth.
|
int |
height
frame height.
|
int[] |
palette
frame palette.
|
java.lang.Object |
tag
tag associated with the video track info.
|
int |
width
frame width.
|
Constructor and Description |
---|
VideoTrackInfo(int width,
int height)
Constructor.
|
VideoTrackInfo(int width,
int height,
int depth,
int[] palette)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object o) |
static VideoTrackInfo |
getVideoTrackInfo(VideoFrame frame) |
int |
hashCode() |
java.lang.String |
toString() |
public final int width
public final int height
public final int depth
public final int[] palette
public java.lang.Object tag
public VideoTrackInfo(int width, int height)
width
- height
- public VideoTrackInfo(int width, int height, int depth, int[] palette)
width
- height
- depth
- palette
- public static VideoTrackInfo getVideoTrackInfo(VideoFrame frame)
frame
- public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object