Package | Description |
---|---|
org.jaudiotagger.audio.asf.data |
Classes for data components of the Microsoft Advanced Systems Format header.
|
org.jaudiotagger.tag.asf |
Support for a pseudo-tag representing ASF metadata.
|
Modifier and Type | Method and Description |
---|---|
ContainerType |
MetadataContainer.getContainerType()
Returns the type of container this instance represents.
|
ContainerType |
MetadataDescriptor.getContainerType()
Returns the container type this descriptor ist restricted to.
|
static ContainerType[] |
ContainerType.getOrdered()
Returns the elements in an order, that indicates more capabilities
(ascending).
|
static ContainerType |
ContainerType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ContainerType[] |
ContainerType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
ContainerType.areInCorrectOrder(ContainerType low,
ContainerType high)
Determines if low has index as high, in respect to
getOrdered() |
MetadataContainer |
MetadataContainerFactory.createContainer(ContainerType type)
Creates an appropriate container
implementation for the given container type.
|
MetadataContainer |
MetadataContainerFactory.createContainer(ContainerType type,
long pos,
BigInteger chunkSize)
Convenience Method for I/O.
|
MetadataContainer[] |
MetadataContainerFactory.createContainers(ContainerType[] types)
Convenience method which calls
MetadataContainerFactory.createContainer(ContainerType)
for each given container type. |
MetadataContainer |
AsfHeader.findMetadataContainer(ContainerType type)
This method searches for a metadata container of the given type.
|
int |
MetadataDescriptor.getCurrentAsfSize(ContainerType type)
Returns the size (in bytes) this descriptor will take when written to an
ASF file.
|
int |
MetadataDescriptor.writeInto(OutputStream out,
ContainerType contType)
Writes this descriptor into the specified output stream.
|
Constructor and Description |
---|
MetadataContainer(ContainerType type)
Creates an instance.
|
MetadataContainer(ContainerType type,
long pos,
BigInteger size)
Creates an instance.
|
MetadataDescriptor(ContainerType type,
String propName,
int propType)
Creates an Instance.
|
MetadataDescriptor(ContainerType type,
String propName,
int propType,
int stream,
int language)
Creates an Instance.
|
Modifier and Type | Method and Description |
---|---|
ContainerType |
AsfFieldKey.getHighestContainer() |
ContainerType |
AsfFieldKey.getLowestContainer() |
Copyright © 2005–2020 jthink.net. All rights reserved.