AudioSource

[ Interface ]

export interface AudioSource {
    source: string;
    type: string;
}

Properties

Name

Type

Description

source

string

The source of the audio file

type

string

The type of audio file

See also

Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiAudio.AudioSourceList

AudioSource 1:

Available from version 1.12.744