Skip to main content
Defined in: WAProto/index.d.ts:10540

Implements

Constructors

new ProcessedVideo()

new ProcessedVideo(p?): ProcessedVideo
Defined in: WAProto/index.d.ts:10541

Parameters

p?
IProcessedVideo

Returns

ProcessedVideo

Properties

bitrate?

optional bitrate: null | number
Defined in: WAProto/index.d.ts:10547

Implementation of

IProcessedVideo.bitrate

capabilities

capabilities: string[]
Defined in: WAProto/index.d.ts:10549

Implementation of

IProcessedVideo.capabilities

directPath?

optional directPath: null | string
Defined in: WAProto/index.d.ts:10542

Implementation of

IProcessedVideo.directPath

fileLength?

optional fileLength: null | number | Long
Defined in: WAProto/index.d.ts:10546

Implementation of

IProcessedVideo.fileLength

fileSha256?

optional fileSha256: null | Uint8Array<ArrayBufferLike>
Defined in: WAProto/index.d.ts:10543

Implementation of

IProcessedVideo.fileSha256

height?

optional height: null | number
Defined in: WAProto/index.d.ts:10544

Implementation of

IProcessedVideo.height

quality?

optional quality: null | VideoQuality
Defined in: WAProto/index.d.ts:10548

Implementation of

IProcessedVideo.quality

width?

optional width: null | number
Defined in: WAProto/index.d.ts:10545

Implementation of

IProcessedVideo.width

Methods

create()

static create(properties?): ProcessedVideo
Defined in: WAProto/index.d.ts:10550

Parameters

properties?
IProcessedVideo

Returns

ProcessedVideo

decode()

static decode(r, l?): ProcessedVideo
Defined in: WAProto/index.d.ts:10552

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

ProcessedVideo

encode()

static encode(m, w?): Writer
Defined in: WAProto/index.d.ts:10551

Parameters

m
IProcessedVideo
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): ProcessedVideo
Defined in: WAProto/index.d.ts:10553

Parameters

d

Returns

ProcessedVideo

getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string
Defined in: WAProto/index.d.ts:10556

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

toJSON(): object
Defined in: WAProto/index.d.ts:10555

Returns

object

toObject()

static toObject(m, o?): object
Defined in: WAProto/index.d.ts:10554

Parameters

m
ProcessedVideo
o?
IConversionOptions

Returns

object