Skip to content

VideoSourceData

type VideoSourceData =
| {
bytes: Uint8Array;
}
| {
location: S3LocationData;
};

Defined in: src/types/media.ts:265

Source for a video (Data version).