Skip to content

TransformVariantDto

Namespace: MJCZone.MediaMatic.AspNetCore.Models.Dtos

Assembly: MJCZone.MediaMatic.AspNetCore

Summary

Represents a single transformation variant in a batch request.

sealed public

Contents

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

Constructors

TransformVariantDto

csharp
TransformVariantDto()

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Transformations

Gets or sets the transformation parameters (e.g., "w_400,h_300,f_webp").

Type: string

SaveTo

Gets or sets the destination path to save this transformed variant.

Type: string