Skip to content

VideoProcessingResult

Namespace: MJCZone.MediaMatic.Models

Assembly: MJCZone.MediaMatic

Summary

Result of a video processing operation.

public

Contents

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

Constructors

VideoProcessingResult

csharp
VideoProcessingResult()

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Path

Gets or sets the path to the processed video.

Type: string

Width

Gets or sets the width in pixels.

Type: int

Height

Gets or sets the height in pixels.

Type: int

Duration

Gets or sets the duration in seconds.

Type: double

FileSize

Gets or sets the file size in bytes.

Type: long

Format

Gets or sets the video format.

Type: VideoFormat

Bitrate

Gets or sets the bitrate in kbps.

Type: int

Success

Gets or sets a value indicating whether the operation was successful.

Type: bool

ErrorMessage

Gets or sets error message if processing failed.

Type: string?

ProcessingTimeMs

Gets or sets the processing time in milliseconds.

Type: long