Interface AudioInfo

Information on media attachments of msgtype m.audio

Used within m.room.message events that reference audio files.

interface AudioInfo {
    duration?: number;
    mimetype?: string;
    size?: number;
}

Hierarchy (view full)

Properties

duration?: number

The duration of the audio in milliseconds.

mimetype?: string
size?: number