IVideoBlob Interface
Packages > @fluidframework/container-definitions > IVideoBlob
Blob containing video data
Signature:
export interface IVideoBlob extends IBaseBlob
Extends: IBaseBlob
Properties
Property | Type | Description |
---|---|---|
height | number | |
length | number | |
type | "video" | |
width | number |
Events
height
Signature:
height: number;
length
Signature:
length: number;
type
Signature:
type: "video";
width
Signature:
width: number;