public abstract class MXFMetadata extends Object
Constructor and Description |
---|
MXFMetadata(UL ul) |
Modifier and Type | Method and Description |
---|---|
UL |
getUid() |
UL |
getUl() |
abstract void |
readBuf(ByteBuffer bb) |
protected static Date |
readDate(ByteBuffer _bb) |
protected static int[] |
readInt32Batch(ByteBuffer _bb)
Utility method to read a batch of int32
|
protected static UL[] |
readULBatch(ByteBuffer _bb)
Utility method to read a batch of ULS
|
protected String |
readUtf16String(ByteBuffer _bb) |
public MXFMetadata(UL ul)
public abstract void readBuf(ByteBuffer bb)
protected static UL[] readULBatch(ByteBuffer _bb)
_bb
- protected static int[] readInt32Batch(ByteBuffer _bb)
_bb
- protected static Date readDate(ByteBuffer _bb)
protected String readUtf16String(ByteBuffer _bb)
public UL getUl()
public UL getUid()
Copyright © 2019. All rights reserved.