TransformBatchRequestDto
Namespace: MJCZone.MediaMatic.AspNetCore.Models.Dtos
Assembly: MJCZone.MediaMatic.AspNetCore
Summary
Request body for batch transform operations.
sealed public
Contents
Constructors (1) | Methods (4) | Properties (2)
Constructors
TransformBatchRequestDto
csharp
TransformBatchRequestDto()Methods
GetType
csharp
GetType()ToString
csharp
ToString()Equals
csharp
Equals()GetHashCode
csharp
GetHashCode()Properties
Source
Gets or sets the source file path to transform.
Type: string
Variants
Gets or sets the list of transformation variants to generate.
Type: List<TransformVariantDto>