AsfCodec

Inheritance: java.lang.Object, com.groupdocs.metadata.core.MetadataPackage, com.groupdocs.metadata.core.CustomPackage

public class AsfCodec extends CustomPackage

Represents ASF codec metadata.

Learn more

Methods

Method Description
getName() Gets the property name.
getCodecType() Gets the type of the codec.
getDescription() Gets the description.
getInformation() Gets the information string.

getName()

public final String getName()

Gets the property name.

Returns: java.lang.String - The property name.

getCodecType()

public final AsfCodecType getCodecType()

Gets the type of the codec.

Returns: AsfCodecType - The type of the codec.

getDescription()

public final String getDescription()

Gets the description.

Returns: java.lang.String - The description.

getInformation()

public final String getInformation()

Gets the information string.

Returns: java.lang.String - The information string.