Skip to content

Scrypted Documentation / MediaConverter

Interface: MediaConverter

Properties

converters?

optional converters: MediaConverterTypes[]

Methods

convertMedia()

convertMedia(data, fromMimeType, toMimeType, options?): Promise<any>

Parameters

data: any

fromMimeType: string

toMimeType: string

options?: MediaObjectOptions

Returns

Promise<any>