SrcList

A list of videos that the browser should play.

The videos are not played one after the other, but the browser tries to play each video 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/VideoSourceList

Attribute getter

public getSrcList(): TcHmi.Controls.Beckhoff.TcHmiVideo.VideoSource[] | null;

Parameter

Name

Type

Description

-

-

-

Return value

Type

Description

TcHmi.Controls.Beckhoff.TcHmiVideo.VideoSource[], null

The current value of the attribute.

Attribute setter

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

Parameter

Name

Type

Description

valueNew

TcHmi.Controls.Beckhoff.TcHmiVideo.VideoSource[], 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 1.8