AudioSource
[ Interface ]
export interface AudioSource {
source: string;
type: string;
}Properties
Name | Type | Description |
|---|---|---|
source | The source of the audio file | |
type | The type of audio file |
See also
Schema: tchmi:framework#/definitions/TcHmi.Controls.Beckhoff.TcHmiAudio.AudioSourceList
![]() | Available from version 1.12.744 |
