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

Implements

Constructors

new VideoMessage()

new VideoMessage(p?): VideoMessage
Defined in: WAProto/index.d.ts:9351

Parameters

p?
IVideoMessage

Returns

VideoMessage

Properties

accessibilityLabel?

optional accessibilityLabel: null | string
Defined in: WAProto/index.d.ts:9376

Implementation of

IVideoMessage.accessibilityLabel

annotations

annotations: IInteractiveAnnotation[]
Defined in: WAProto/index.d.ts:9375

Implementation of

IVideoMessage.annotations

caption?

optional caption: null | string
Defined in: WAProto/index.d.ts:9358

Implementation of

IVideoMessage.caption

contextInfo?

optional contextInfo: null | IContextInfo
Defined in: WAProto/index.d.ts:9367

Implementation of

IVideoMessage.contextInfo

directPath?

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

Implementation of

IVideoMessage.directPath

externalShareFullVideoDurationInSeconds?

optional externalShareFullVideoDurationInSeconds: null | number
Defined in: WAProto/index.d.ts:9378

Implementation of

IVideoMessage.externalShareFullVideoDurationInSeconds

fileEncSha256?

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

Implementation of

IVideoMessage.fileEncSha256

fileLength?

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

Implementation of

IVideoMessage.fileLength

fileSha256?

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

Implementation of

IVideoMessage.fileSha256

gifAttribution?

optional gifAttribution: null | Attribution
Defined in: WAProto/index.d.ts:9369

Implementation of

IVideoMessage.gifAttribution

gifPlayback?

optional gifPlayback: null | boolean
Defined in: WAProto/index.d.ts:9359

Implementation of

IVideoMessage.gifPlayback

height?

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

Implementation of

IVideoMessage.height

interactiveAnnotations

interactiveAnnotations: IInteractiveAnnotation[]
Defined in: WAProto/index.d.ts:9363

Implementation of

IVideoMessage.interactiveAnnotations

jpegThumbnail?

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

Implementation of

IVideoMessage.jpegThumbnail

mediaKey?

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

Implementation of

IVideoMessage.mediaKey

mediaKeyDomain?

optional mediaKeyDomain: null | MediaKeyDomain
Defined in: WAProto/index.d.ts:9382

Implementation of

IVideoMessage.mediaKeyDomain

mediaKeyTimestamp?

optional mediaKeyTimestamp: null | number | Long
Defined in: WAProto/index.d.ts:9365

Implementation of

IVideoMessage.mediaKeyTimestamp

metadataUrl?

optional metadataUrl: null | string
Defined in: WAProto/index.d.ts:9380

Implementation of

IVideoMessage.metadataUrl

mimetype?

optional mimetype: null | string
Defined in: WAProto/index.d.ts:9353

Implementation of

IVideoMessage.mimetype

motionPhotoPresentationOffsetMs?

optional motionPhotoPresentationOffsetMs: null | number | Long
Defined in: WAProto/index.d.ts:9379

Implementation of

IVideoMessage.motionPhotoPresentationOffsetMs

processedVideos

processedVideos: IProcessedVideo[]
Defined in: WAProto/index.d.ts:9377

Implementation of

IVideoMessage.processedVideos

seconds?

optional seconds: null | number
Defined in: WAProto/index.d.ts:9356

Implementation of

IVideoMessage.seconds

staticUrl?

optional staticUrl: null | string
Defined in: WAProto/index.d.ts:9374

Implementation of

IVideoMessage.staticUrl

streamingSidecar?

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

Implementation of

IVideoMessage.streamingSidecar

thumbnailDirectPath?

optional thumbnailDirectPath: null | string
Defined in: WAProto/index.d.ts:9371

Implementation of

IVideoMessage.thumbnailDirectPath

thumbnailEncSha256?

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

Implementation of

IVideoMessage.thumbnailEncSha256

thumbnailSha256?

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

Implementation of

IVideoMessage.thumbnailSha256

url?

optional url: null | string
Defined in: WAProto/index.d.ts:9352

Implementation of

IVideoMessage.url

videoSourceType?

optional videoSourceType: null | VideoSourceType
Defined in: WAProto/index.d.ts:9381

Implementation of

IVideoMessage.videoSourceType

viewOnce?

optional viewOnce: null | boolean
Defined in: WAProto/index.d.ts:9370

Implementation of

IVideoMessage.viewOnce

width?

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

Implementation of

IVideoMessage.width

Methods

create()

static create(properties?): VideoMessage
Defined in: WAProto/index.d.ts:9383

Parameters

properties?
IVideoMessage

Returns

VideoMessage

decode()

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

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

VideoMessage

encode()

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

Parameters

m
IVideoMessage
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): VideoMessage
Defined in: WAProto/index.d.ts:9386

Parameters

d

Returns

VideoMessage

getTypeUrl()

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

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

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

Returns

object

toObject()

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

Parameters

m
VideoMessage
o?
IConversionOptions

Returns

object