|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jaudiotagger.tag.asf.AsfTagField
org.jaudiotagger.tag.asf.AbstractAsfTagImageField
org.jaudiotagger.tag.asf.AsfTagBannerField
public class AsfTagBannerField
This field represents the image content of the banner image which is stored
in the content branding chunk of ASF files.
| Field Summary |
|---|
| Fields inherited from class org.jaudiotagger.tag.asf.AsfTagField |
|---|
toWrap |
| Constructor Summary | |
|---|---|
AsfTagBannerField()
Creates an instance with no image data. |
|
AsfTagBannerField(byte[] imageData)
Creates an instance with specified data as image content. |
|
AsfTagBannerField(MetadataDescriptor descriptor)
Creates an instance with given descriptor as image content. |
|
| Method Summary | |
|---|---|
int |
getImageDataSize()
Returns the size of the image data. |
byte[] |
getRawImageData()
Returns the raw data of the represented image. |
| Methods inherited from class org.jaudiotagger.tag.asf.AbstractAsfTagImageField |
|---|
getImage |
| Methods inherited from class org.jaudiotagger.tag.asf.AsfTagField |
|---|
clone, copyContent, getDescriptor, getId, getRawContent, isBinary, isBinary, isCommon, isEmpty, toString |
| Methods inherited from class java.lang.Object |
|---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AsfTagBannerField()
public AsfTagBannerField(MetadataDescriptor descriptor)
descriptor - image content.public AsfTagBannerField(byte[] imageData)
imageData - image content.| Method Detail |
|---|
public int getImageDataSize()
getImageDataSize in class AbstractAsfTagImageFieldpublic byte[] getRawImageData()
getRawImageData in class AbstractAsfTagImageField
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||