Skip to content

openrv-web / SourceInfo

Interface: SourceInfo

Defined in: api/MediaAPI.ts:13

Public source information returned by the API

Properties

duration

duration: number

Defined in: api/MediaAPI.ts:18


fps

fps: number

Defined in: api/MediaAPI.ts:19


height

height: number

Defined in: api/MediaAPI.ts:17


name

name: string

Defined in: api/MediaAPI.ts:14


type

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

Defined in: api/MediaAPI.ts:15


width

width: number

Defined in: api/MediaAPI.ts:16

Released under the MIT License.