Data

data class Data(val fileName: String, val data: ByteArray, val clientId: ClientIdentifier)

The thumbnail data for a video, including the thumbnail as ByteArray itself.

Parameters

fileName

The filename of the video

data

The content of the thumbnail

clientId

The ClientIdentifier that should receive this thumbnail

Constructors

Link copied to clipboard
constructor(fileName: String, data: ByteArray, clientId: ClientIdentifier)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String