public final class GenericContainerElementKind extends Object
Information about each stream in a generic container.
| Constructor and Description |
|---|
GenericContainerElementKind(boolean isValid,
byte item,
byte count,
byte elementType,
byte number) |
| Modifier and Type | Method and Description |
|---|---|
byte |
getCount() |
byte |
getElementType() |
static GenericContainerElementKind |
getGenericContainerElementKind(UL universalLabel) |
static int |
getGenericContainerTrackNumber(UL universalLabel) |
byte |
getItem() |
byte |
getNumber() |
boolean |
isValid() |
static void |
registerGenericContainerElementKey(ByteBuffer key) |
public static final void registerGenericContainerElementKey(ByteBuffer key)
public static final GenericContainerElementKind getGenericContainerElementKind(UL universalLabel)
@UInt32 public static final int getGenericContainerTrackNumber(UL universalLabel)
public boolean isValid()
@UInt8 public byte getItem()
@UInt8 public byte getCount()
@UInt8 public byte getElementType()
@UInt8 public byte getNumber()
(c)2007-2016 Richard Cartwright, all rights reserved. Licensed under Apache 2 license and subject to the AMWA IPR policy.