Skip to content

openrv-web / SourceInfo

Interface: SourceInfo

Defined in: api/MediaAPI.ts:17

Public source information returned by the API

Properties

duration

duration: number

Defined in: api/MediaAPI.ts:23


fps

fps: number

Defined in: api/MediaAPI.ts:24


height

height: number

Defined in: api/MediaAPI.ts:22


name

name: string

Defined in: api/MediaAPI.ts:18


type

type: "image" | "video" | "sequence"

Defined in: api/MediaAPI.ts:20


url

url: string

Defined in: api/MediaAPI.ts:19


width

width: number

Defined in: api/MediaAPI.ts:21

Released under the MIT License.