public static class ProresConsts.FrameHeader extends Object
Modifier and Type | Field and Description |
---|---|
int |
chromaType |
int |
frameType |
int |
height |
int |
payloadSize |
int[] |
qMatChroma |
int[] |
qMatLuma |
int[] |
scan |
boolean |
topFieldFirst |
int |
width |
Constructor and Description |
---|
FrameHeader(int frameSize,
int width,
int height,
int frameType,
boolean topFieldFirst,
int[] scan,
int[] qMatLuma,
int[] qMatChroma,
int chromaType) |
Copyright © 2019. All rights reserved.