public enum TagEncoding extends Enum<TagEncoding>
| Enum Constant and Description |
|---|
IMAGE_ASPECTRATIO |
IMAGE_COLOUR |
IMAGE_COLOURSPACE |
IMAGE_SIZE |
MEDIA_TYPE |
MIME_TYPE |
SOUND_DURATION |
SOUND_QUALITY |
TAG_TYPE |
VIDEO_DURATION |
VIDEO_QUALITY |
| Modifier and Type | Method and Description |
|---|---|
int |
extractValue(int tag) |
int |
getBitPos() |
int |
getMask() |
int |
getNumOfBits() |
static TagEncoding |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TagEncoding[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TagEncoding TAG_TYPE
public static final TagEncoding MEDIA_TYPE
public static final TagEncoding MIME_TYPE
public static final TagEncoding IMAGE_SIZE
public static final TagEncoding IMAGE_COLOURSPACE
public static final TagEncoding IMAGE_ASPECTRATIO
public static final TagEncoding IMAGE_COLOUR
public static final TagEncoding SOUND_QUALITY
public static final TagEncoding SOUND_DURATION
public static final TagEncoding VIDEO_QUALITY
public static final TagEncoding VIDEO_DURATION
public static TagEncoding[] values()
for (TagEncoding c : TagEncoding.values()) System.out.println(c);
public static TagEncoding valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullpublic int getBitPos()
public int getNumOfBits()
public int getMask()
public int extractValue(int tag)
Copyright © 2019 Europeana Foundation. All rights reserved.