VideoBlock
Defined in: src/types/media.ts:240
Video content block.
Implements
Section titled “Implements”Constructors
Section titled “Constructors”Constructor
Section titled “Constructor”new VideoBlock(data): VideoBlock;Defined in: src/types/media.ts:256
Parameters
Section titled “Parameters”| Parameter | Type |
|---|---|
data | VideoBlockData |
Returns
Section titled “Returns”VideoBlock
Properties
Section titled “Properties”readonly type: "videoBlock";Defined in: src/types/media.ts:244
Discriminator for video content.
format
Section titled “format”readonly format: VideoFormat;Defined in: src/types/media.ts:249
Video format.
Implementation of
Section titled “Implementation of”source
Section titled “source”readonly source: VideoSource;Defined in: src/types/media.ts:254
Video source.