AsfCodec
Leave feedback
On this page
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
| Method | Description |
|---|---|
| getName() | Gets the property name. |
| getCodecType() | Gets the type of the codec. |
| getDescription() | Gets the description. |
| getInformation() | Gets the information string. |
public final String getName()
Gets the property name.
Returns: java.lang.String - The property name.
public final AsfCodecType getCodecType()
Gets the type of the codec.
Returns: AsfCodecType - The type of the codec.
public final String getDescription()
Gets the description.
Returns: java.lang.String - The description.
public final String getInformation()
Gets the information string.
Returns: java.lang.String - The information string.
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.