Hierarchy

Properties

deviceType: VMIX
filePath?: string

Media file path

inputType?: VMixInputType

Set only when dealing with media. If provided, TSR will attempt to automatically create and potentially remove the input.

layers?: VMixLayers

List of input Layers. Indexes start from 1. Requires vMix 27+.

listFilePaths?: string[]

An array of file paths to load into a List input. Uses Windows-style path separators (\). Only applies to List inputs.

loop?: boolean

If media should loop

List of input (Multi View) overlays; indexes start from 1

Deprecated

Use layers instead. If both layers and overlays are provided, overlays will be discarded

playing?: boolean

If media should be playing

restart?: boolean

If media should start from the beginning or resume from where it left off

seek?: number

Media starting position in milliseconds

transform?: VMixTransform
type: INPUT

Generated using TypeDoc