videoClipPlayer

Typeproperty
DictionaryLCS
LibraryLiveCode Script
Syntax
set the videoClipPlayer to <playerPath>
Synonymsvcplayer
Summary

Specifies the name of the program used to play movies and sounds.

Introduced1.0
OSlinux
Platformsdesktop
Example
set the videoClipPlayer to "/usr/bin/xanim.new"
Values
NameTypeDescription
Value

The videoClipPlayer is a string consisting of the file path of a program.

RelatedKeyword: string
Property: shellCommand, dontRefresh
Command: play
Function: QTVersion
Glossary: property, Unix, file path, command
Object: videoClip
Description

Use the videoClipPlayer property to specify the video player used on Unix systems.

LiveCode uses the program specified by the videoClipPlayer when you use the play command.

By default, on Unix systems, audio clips and video clips are played with the "xanim" player.

Tagsmultimedia