Skip to content

VFileTypeInfo

Namespace: MJCZone.MediaMatic.Models

Assembly: MJCZone.MediaMatic

Summary

Internal representation of a virtual file type with full metadata.

public

Contents

Constructors (1) | Methods (4) | Properties (7)

Constructors

VFileTypeInfo

csharp
VFileTypeInfo()

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

ContentType

Gets or sets the virtual file type name (e.g., "image/png", "video/mp4").

Type: string

Description

Gets or sets an optional description or documentation for the virtual file type.

Type: string?

Category

Gets or sets the file type category associated with this virtual file type (e.g., ".png", ".mp4").

Type: VFileTypeCategory

IsBinary

Gets or sets a value indicating whether the file type is binary.

Type: bool

SupportsWidthHeight

Gets or sets a value indicating whether the file type supports width and height metadata.

Type: bool

SupportsDuration

Gets or sets a value indicating whether the file type supports duration metadata.

Type: bool

SupportsMetadata

Gets or sets a value indicating whether the file type supports general metadata.

Type: bool