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

Implements

Constructors

new AudioMessage()

new AudioMessage(p?): AudioMessage
Defined in: WAProto/index.d.ts:5556

Parameters

p?
IAudioMessage

Returns

AudioMessage

Properties

accessibilityLabel?

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

Implementation of

IAudioMessage.accessibilityLabel

backgroundArgb?

optional backgroundArgb: null | number
Defined in: WAProto/index.d.ts:5570

Implementation of

IAudioMessage.backgroundArgb

contextInfo?

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

Implementation of

IAudioMessage.contextInfo

directPath?

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

Implementation of

IAudioMessage.directPath

fileEncSha256?

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

Implementation of

IAudioMessage.fileEncSha256

fileLength?

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

Implementation of

IAudioMessage.fileLength

fileSha256?

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

Implementation of

IAudioMessage.fileSha256

mediaKey?

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

Implementation of

IAudioMessage.mediaKey

mediaKeyDomain?

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

Implementation of

IAudioMessage.mediaKeyDomain

mediaKeyTimestamp?

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

Implementation of

IAudioMessage.mediaKeyTimestamp

mimetype?

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

Implementation of

IAudioMessage.mimetype

ptt?

optional ptt: null | boolean
Defined in: WAProto/index.d.ts:5562

Implementation of

IAudioMessage.ptt

seconds?

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

Implementation of

IAudioMessage.seconds

streamingSidecar?

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

Implementation of

IAudioMessage.streamingSidecar

url?

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

Implementation of

IAudioMessage.url

viewOnce?

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

Implementation of

IAudioMessage.viewOnce

waveform?

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

Implementation of

IAudioMessage.waveform

Methods

create()

static create(properties?): AudioMessage
Defined in: WAProto/index.d.ts:5574

Parameters

properties?
IAudioMessage

Returns

AudioMessage

decode()

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

Parameters

r
Uint8Array<ArrayBufferLike> | Reader
l?
number

Returns

AudioMessage

encode()

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

Parameters

m
IAudioMessage
w?
Writer

Returns

Writer

fromObject()

static fromObject(d): AudioMessage
Defined in: WAProto/index.d.ts:5577

Parameters

d

Returns

AudioMessage

getTypeUrl()

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

Parameters

typeUrlPrefix?
string

Returns

string

toJSON()

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

Returns

object

toObject()

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

Parameters

m
AudioMessage
o?
IConversionOptions

Returns

object