AudioInfo
Defined in: src/@types/media.ts:122
Information on media attachments of msgtype m.audio
Used within m.room.message events that reference audio files.
https://spec.matrix.org/v1.11/client-server-api/#maudio
Extends
Section titled “Extends”BaseInfo
Extended by
Section titled “Extended by”Properties
Section titled “Properties”duration?
Section titled “duration?”
optionalduration?:number
Defined in: src/@types/media.ts:126
The duration of the audio in milliseconds.
mimetype?
Section titled “mimetype?”
optionalmimetype?:string
Defined in: src/@types/media.ts:78
Inherited from
Section titled “Inherited from”BaseInfo.mimetype
optionalsize?:number
Defined in: src/@types/media.ts:79
Inherited from
Section titled “Inherited from”BaseInfo.size