Skip to main content

Class: ProcessedVideo

Defined in: WAProto/index.d.ts:9095

Implements

Constructors

new ProcessedVideo()

new ProcessedVideo(p?): ProcessedVideo

Defined in: WAProto/index.d.ts:9096

Parameters

p?

IProcessedVideo

Returns

ProcessedVideo

Properties

bitrate?

optional bitrate: null | number

Defined in: WAProto/index.d.ts:9102

Implementation of

IProcessedVideo.bitrate


capabilities

capabilities: string[]

Defined in: WAProto/index.d.ts:9104

Implementation of

IProcessedVideo.capabilities


directPath?

optional directPath: null | string

Defined in: WAProto/index.d.ts:9097

Implementation of

IProcessedVideo.directPath


fileLength?

optional fileLength: null | number | Long

Defined in: WAProto/index.d.ts:9101

Implementation of

IProcessedVideo.fileLength


fileSha256?

optional fileSha256: null | Uint8Array<ArrayBufferLike>

Defined in: WAProto/index.d.ts:9098

Implementation of

IProcessedVideo.fileSha256


height?

optional height: null | number

Defined in: WAProto/index.d.ts:9099

Implementation of

IProcessedVideo.height


quality?

optional quality: null | VideoQuality

Defined in: WAProto/index.d.ts:9103

Implementation of

IProcessedVideo.quality


width?

optional width: null | number

Defined in: WAProto/index.d.ts:9100

Implementation of

IProcessedVideo.width

Methods

toJSON()

toJSON(): object

Defined in: WAProto/index.d.ts:9110

Returns

object


create()

static create(properties?): ProcessedVideo

Defined in: WAProto/index.d.ts:9105

Parameters

properties?

IProcessedVideo

Returns

ProcessedVideo


decode()

static decode(r, l?): ProcessedVideo

Defined in: WAProto/index.d.ts:9107

Parameters

r

Uint8Array<ArrayBufferLike> | Reader

l?

number

Returns

ProcessedVideo


encode()

static encode(m, w?): Writer

Defined in: WAProto/index.d.ts:9106

Parameters

m

IProcessedVideo

w?

Writer

Returns

Writer


fromObject()

static fromObject(d): ProcessedVideo

Defined in: WAProto/index.d.ts:9108

Parameters

d

Returns

ProcessedVideo


getTypeUrl()

static getTypeUrl(typeUrlPrefix?): string

Defined in: WAProto/index.d.ts:9111

Parameters

typeUrlPrefix?

string

Returns

string


toObject()

static toObject(m, o?): object

Defined in: WAProto/index.d.ts:9109

Parameters

m

ProcessedVideo

o?

IConversionOptions

Returns

object