VideoSourceData
type VideoSourceData = | { bytes: Uint8Array;} | { s3Location: S3LocationData;};Defined in: src/types/media.ts:213
Source for a video (Data version).
type VideoSourceData = | { bytes: Uint8Array;} | { s3Location: S3LocationData;};Defined in: src/types/media.ts:213
Source for a video (Data version).