Skip to content

VideoUploadResult

Namespace: MJCZone.MediaMatic.Models

Assembly: MJCZone.MediaMatic

Summary

Result of a video upload operation.

public

Contents

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

Constructors

VideoUploadResult

csharp
VideoUploadResult()

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Path

Gets or sets the path to the uploaded video.

Type: string

Width

Gets or sets the video width in pixels.

Type: int?

Height

Gets or sets the video 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?

MimeType

Gets or sets the MIME type.

Type: string?

Format

Gets or sets the detected video format.

Type: VideoFormat?

VideoCodec

Gets or sets the video codec.

Type: string?

AudioCodec

Gets or sets the audio codec.

Type: string?

Bitrate

Gets or sets the bitrate in kbps.

Type: int?

FrameRate

Gets or sets the frame rate (fps).

Type: double?

Metadata

Gets or sets the extracted metadata.

Type: MediaMetadata?

Thumbnails

Gets or sets the generated thumbnails.

Type: List<VideoThumbnail>

Success

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

Type: bool?

ErrorMessage

Gets or sets error message if upload failed.

Type: string?