@Immutable public static final class JPEG2000PictureSubDescriptor.JPEG2000PictureSubDescriptorBO extends SubDescriptor.SubDescriptorBO
InterchangeObject.InterchangeObjectBO.StrongRef
Modifier and Type | Field and Description |
---|---|
protected java.lang.Short |
cSiz |
protected byte[] |
generation_uid |
protected java.lang.Short |
rSiz |
protected java.lang.Integer |
xoSiz |
protected java.lang.Integer |
xSiz |
protected java.lang.Integer |
xtoSiz |
protected java.lang.Integer |
xtSiz |
protected java.lang.Integer |
yoSiz |
protected java.lang.Integer |
ySiz |
protected java.lang.Integer |
ytoSiz |
protected java.lang.Integer |
ytSiz |
header, instance_uid
Constructor and Description |
---|
JPEG2000PictureSubDescriptorBO(KLVPacket.Header header,
ByteProvider byteProvider,
java.util.Map<java.lang.Integer,MXFUID> localTagToUIDMap,
IMFErrorLogger imfErrorLogger)
Instantiates a new JPEG2000 picture sub descriptor ByteObject.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
toString()
A method that returns a string representation of a JPEG2000PictureSubDescriptorBO object
|
getHeader, getInstanceUID
protected final byte[] generation_uid
protected final java.lang.Short rSiz
protected final java.lang.Integer xSiz
protected final java.lang.Integer ySiz
protected final java.lang.Integer xoSiz
protected final java.lang.Integer yoSiz
protected final java.lang.Integer xtSiz
protected final java.lang.Integer ytSiz
protected final java.lang.Integer xtoSiz
protected final java.lang.Integer ytoSiz
protected final java.lang.Short cSiz
public JPEG2000PictureSubDescriptorBO(KLVPacket.Header header, ByteProvider byteProvider, java.util.Map<java.lang.Integer,MXFUID> localTagToUIDMap, IMFErrorLogger imfErrorLogger) throws java.io.IOException
header
- the headerbyteProvider
- the mxf byte providerlocalTagToUIDMap
- the local tag to uID mapimfErrorLogger
- the imf error loggerjava.io.IOException
- - any I/O related error will be exposed through an IOException