| Package | Description |
|---|---|
| org.jcodec.containers.mp4.boxes | |
| org.jcodec.movtool |
| Modifier and Type | Method and Description |
|---|---|
static MetaValue |
MetaValue.createFloat(float value) |
static MetaValue |
MetaValue.createInt(int value) |
static MetaValue |
MetaValue.createOther(int type,
byte[] data) |
static MetaValue |
MetaValue.createOtherWithLocale(int type,
int locale,
byte[] data) |
static MetaValue |
MetaValue.createString(String value) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,MetaValue> |
MetaBox.getItunesMeta() |
Map<String,MetaValue> |
MetaBox.getKeyedMeta() |
| Modifier and Type | Method and Description |
|---|---|
void |
MetaBox.setItunesMeta(Map<Integer,MetaValue> map) |
void |
MetaBox.setKeyedMeta(Map<String,MetaValue> map) |
| Modifier and Type | Method and Description |
|---|---|
Map<Integer,MetaValue> |
MetadataEditor.getItunesMeta() |
Map<String,MetaValue> |
MetadataEditor.getKeyedMeta() |
| Constructor and Description |
|---|
MetadataEditor(File source,
Map<String,MetaValue> keyedMeta,
Map<Integer,MetaValue> itunesMeta) |
MetadataEditor(File source,
Map<String,MetaValue> keyedMeta,
Map<Integer,MetaValue> itunesMeta) |
Copyright © 2019. All rights reserved.