HeifMetadataBlockInfo Class

Represents the type information of a meta-data item.

Definition

Namespace: LibHeifSharp
Assembly: LibHeifSharp (in LibHeifSharp.dll) Version: 3.2.0
C#
public sealed class HeifMetadataBlockInfo
Inheritance
Object    HeifMetadataBlockInfo

Properties

ContentType Gets a string describing the meta-data content type.
Id Gets the meta-data item identifier.
ItemType Gets a string describing the meta-data item type.
Size Gets the size in bytes of the meta-data block.

Methods

EqualsDetermines whether the specified object is equal to the current object.
(Inherited from Object)
GetHashCodeServes as the default hash function.
(Inherited from Object)
GetTypeGets the Type of the current instance.
(Inherited from Object)
ToStringReturns a string that represents the current object.
(Inherited from Object)

Thread Safety

Static members of this type are safe for multi-threaded operations. Instance members of this type are safe for multi-threaded operations.

See Also