|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.smaxe.uv.media.core.VideoTrackInfo
public final class VideoTrackInfo
VideoTrackInfo - video track specific info.
| Field Summary | |
|---|---|
int |
depth
frame pixel depth. |
int |
height
frame height. |
int[] |
palette
frame palette. |
int |
width
frame width. |
| Constructor Summary | |
|---|---|
VideoTrackInfo(int width,
int height)
Constructor. |
|
VideoTrackInfo(int width,
int height,
int depth,
int[] palette)
Constructor. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public final int width
public final int height
public final int depth
public final int[] palette
| Constructor Detail |
|---|
public VideoTrackInfo(int width,
int height)
width - height -
public VideoTrackInfo(int width,
int height,
int depth,
int[] palette)
width - height - depth - palette - | Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||