SingleMediaItem

Processor requires a single media item of any of the mediaTypes.

NOTE: for backward compatibility purposes, MediaType.AllOriginal is used as first item of a set when mediaTypes contains both MediaType.Videos.Original and MediaType.Images.Original types.

Constructors

SingleMediaItem
Link copied to clipboard
fun SingleMediaItem(vararg mediaTypes: MediaProcessor.Input.Requirements.MediaType)
SingleMediaItem
Link copied to clipboard
fun SingleMediaItem(mediaTypes: Set<MediaProcessor.Input.Requirements.MediaType>)

Functions

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

Properties

mediaType
Link copied to clipboard
Represents the first item of the mediaTypes.
mediaTypes
Link copied to clipboard