Class ChromaFormat
- java.lang.Object
-
- org.mp4parser.streaming.input.h264.spspps.ChromaFormat
-
public class ChromaFormat extends Object
Chroma format enum- Author:
- Stanislav Vitvitskiy
-
-
Field Summary
Fields Modifier and Type Field Description static ChromaFormatMONOCHROMEstatic ChromaFormatYUV_420static ChromaFormatYUV_422static ChromaFormatYUV_444
-
Constructor Summary
Constructors Constructor Description ChromaFormat(int id, int subWidth, int subHeight)
-
-
-
Field Detail
-
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
-
-
Method Detail
-
fromId
public static ChromaFormat fromId(int id)
-
getId
public int getId()
-
getSubWidth
public int getSubWidth()
-
getSubHeight
public int getSubHeight()
-
-