1. GroupDocs.Metadata
  2. /
  3. GroupDocs.Metadata for .NET
  4. /
  5. GroupDocs.Metadata.Formats.Video
  6. /
  7. AsfBaseDescriptor

AsfBaseDescriptor

AsfBaseDescriptor class

Represents an ASF base metadata descriptor object.

public abstract class AsfBaseDescriptor : MetadataProperty

Properties

Name Description
AsfContentType { get; } Gets the type of the content.
Descriptor { get; } Gets the descriptor associated with the metadata property.
InterpretedValue { get; } Gets the interpreted property value, if available. The interpreted value is a user-friendly form of the original property value. For example, it returns a human-readable string instead of numeric flags and ids, if necessary, translates byte arrays to text, etc.
Name { get; } Gets the property name.
Tags { get; } Gets a collection of tags associated with the property.
Value { get; } Gets the property value.

Remarks

Learn more

See Also