com.googlecode.mp4parser.h264.model
Class ChromaFormat
java.lang.Object
com.googlecode.mp4parser.h264.model.ChromaFormat
public class ChromaFormat
- extends java.lang.Object
Chroma format enum
- Author:
- Stanislav Vitvitskiy
Constructor Summary |
ChromaFormat(int id,
int subWidth,
int subHeight)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MONOCHROME
public static ChromaFormat MONOCHROME
YUV_420
public static ChromaFormat YUV_420
YUV_422
public static ChromaFormat YUV_422
YUV_444
public static ChromaFormat YUV_444
ChromaFormat
public ChromaFormat(int id,
int subWidth,
int subHeight)
fromId
public static ChromaFormat fromId(int id)
getId
public int getId()
getSubWidth
public int getSubWidth()
getSubHeight
public int getSubHeight()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2012. All Rights Reserved.