VideoSource
type VideoSource = | { type: "videoSourceBytes"; bytes: Uint8Array;} | { type: "videoSourceS3Location"; location: S3Location;};Defined in: src/types/media.ts:270
Source for a video (Class version).
type VideoSource = | { type: "videoSourceBytes"; bytes: Uint8Array;} | { type: "videoSourceS3Location"; location: S3Location;};Defined in: src/types/media.ts:270
Source for a video (Class version).