AsfMetadataDescriptor

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataProperty, com.groupdocs.metadata.core.AsfBaseDescriptor

public final class AsfMetadataDescriptor extends AsfBaseDescriptor

Represents an ASF metadata descriptor.

Learn more

Methods

Method Description
getLanguage() Gets the language.
getStreamNumber() Gets the stream number.
getOriginalName() Gets the original name of the descriptor.

getLanguage()

public final String getLanguage()

Gets the language.

Returns: java.lang.String - The language.

getStreamNumber()

public final int getStreamNumber()

Gets the stream number.

Returns: int - The stream number.

getOriginalName()

public final String getOriginalName()

Gets the original name of the descriptor.

Returns: java.lang.String - The original name of the descriptor.