Skip to content 

IVideoBlob Interface

Packages > @fluidframework/container-definitions > IVideoBlob

Blob containing video data

Signature:

export interface IVideoBlob extends IBaseBlob 

Extends: IBaseBlob

Properties

List of properties of this interface
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;