SrcList

A list of audio files that the browser should play back.

The audio files are not played one after the other, but the browser tries to play each audio file until it finds a format that it supports.

If the format type is not set, the browser tries to detect the code itself.

You can check the current status of browser support on the external web page http://caniuse.com/.

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

Attribute getter

public getSrcList(): TcHmi.Controls.Beckhoff.TcHmiAudio.AudioSource[] | null | undefined;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

TcHmi.Controls.Beckhoff.TcHmiAudio.AudioSource[], null, undefined

The current value of the attribute.

Attribute setter

public setSrcList(valueNew: TcHmi.Controls.Beckhoff.TcHmiAudio.AudioSource[] | null): void;

Parameter

Name

Type

Description

valueNew

TcHmi.Controls.Beckhoff.TcHmiAudio.AudioSource[], null

The new value of the attribute. If null is passed, the internal default value is used.

Return value

Type

Description

void

No return value.

SrcList 1:

Available from version 1.12.744