Package | Description |
---|---|
org.jaudiotagger.tag.asf |
Support for a pseudo-tag representing ASF metadata.
|
Modifier and Type | Class and Description |
---|---|
class |
AsfTagBannerField
This field represents the image content of the banner image which is stored
in the content branding chunk of ASF files.
|
class |
AsfTagCoverField
Encapsulates the WM/Pictures provides some convenience methods for decoding
the binary data it contains
The value of a WM/Pictures metadata descriptor is as follows:
byte0 Picture Type byte1-4 Length of the image data mime type encoded as
UTF-16LE null byte null byte description encoded as UTF-16LE (optional) null
byte null byte image data
|
class |
AsfTagTextField
Represents a tag text field for ASF fields.
|
Modifier and Type | Method and Description |
---|---|
AsfTagField |
AsfTag.getFirstField(FieldKey genericKey) |
Modifier and Type | Method and Description |
---|---|
Iterator<AsfTagField> |
AsfTag.getAsfFields()
This method iterates through all stored fields.
This method can only be used if this class has been created with field conversion turned on. |
Copyright © 2005–2020 jthink.net. All rights reserved.