Skip to content

openrv-web / RepresentationInfo

Interface: RepresentationInfo

Defined in: api/MediaAPI.ts:340

Public representation info returned by the API (no internal objects exposed).

Properties

id

id: string

Defined in: api/MediaAPI.ts:341


kind

kind: string

Defined in: api/MediaAPI.ts:343


label

label: string

Defined in: api/MediaAPI.ts:342


priority

priority: number

Defined in: api/MediaAPI.ts:346


resolution

resolution: object

Defined in: api/MediaAPI.ts:345

height

height: number

width

width: number


status

status: string

Defined in: api/MediaAPI.ts:344

Released under the MIT License.