Skip to content

VideoThumbnail

Namespace: MJCZone.MediaMatic.Models

Assembly: MJCZone.MediaMatic

Summary

Represents a thumbnail extracted from a video.

public

Contents

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

Constructors

VideoThumbnail

csharp
VideoThumbnail()

Methods

GetType

csharp
GetType()

ToString

csharp
ToString()

Equals

csharp
Equals()

GetHashCode

csharp
GetHashCode()

Properties

Path

Gets or sets the path to the thumbnail file.

Type: string

Timestamp

Gets or sets the timestamp in the video (seconds).

Type: double

Width

Gets or sets the width in pixels.

Type: int

Height

Gets or sets the height in pixels.

Type: int

FileSize

Gets or sets the file size in bytes.

Type: long

Format

Gets or sets the image format of the thumbnail.

Type: ImageFormat