Code/Resource
Windows Develop
Linux-Unix program
Internet-Socket-Network
Web Server
Browser Client
Ftp Server
Ftp Client
Browser Plugins
Proxy Server
Email Server
Email Client
WEB Mail
Firewall-Security
Telnet Server
Telnet Client
ICQ-IM-Chat
Search Engine
Sniffer Package capture
Remote Control
xml-soap-webservice
P2P
WEB(ASP,PHP,...)
TCP/IP Stack
SNMP
Grid Computing
SilverLight
DNS
Cluster Service
Network Security
Communication-Mobile
Game Program
Editor
Multimedia program
Graph program
Compiler program
Compress-Decompress algrithms
Crypt_Decrypt algrithms
Mathimatics-Numerical algorithms
MultiLanguage
Disk/Storage
Java Develop
assembly language
Applications
Other systems
Database system
Embeded-SCM Develop
FlashMX/Flex
source in ebook
Delphi VCL
OS Develop
MiddleWare
MPI
MacOS develop
LabView
ELanguage
Software/Tools
E-Books
Artical/Document
vlc.scriptTerminology
Package: vlc-1.0.5.zip [view]
Upload User: kjfoods
Upload Date: 2020-07-06
Package Size: 29949k
Code Size: 3k
Category:
midi program
Development Platform:
Unix_Linux
- <?xml version="1.0" encoding="UTF-8"?>
- <!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
- <plist version="1.0">
- <dict>
- <key>Name</key>
- <string>VLC suite</string>
- <key>Description</key>
- <string>VLC commands.</string>
- <key>Classes</key>
- <dict>
- <key>VLCApplication</key>
- <dict>
- <key>Description</key>
- <string>VLC's top level scripting object</string>
- <key>Name</key>
- <string>application</string>
- <key>PluralName</key>
- <string>applications</string>
- <key>Attributes</key>
- <dict>
- <key>scriptFullscreenMode</key>
- <dict>
- <key>Description</key>
- <string>indicates wheter fullscreen is enabled or not</string>
- <key>Name</key>
- <string>fullscreen mode</string>
- </dict>
- </dict>
- </dict>
- </dict>
- <key>Commands</key>
- <dict>
- <key>OpenURL</key>
- <dict>
- <key>Name</key>
- <string>OpenURL</string>
- <key>Description</key>
- <string>Open a URL</string>
- </dict>
- <key>GetURL</key>
- <dict>
- <key>Name</key>
- <string>GetURL</string>
- <key>Description</key>
- <string>Get a URL</string>
- </dict>
- <key>play</key>
- <dict>
- <key>Name</key>
- <string>play</string>
- <key>Description</key>
- <string>Start playing the current playlistitem or pause it when it is already playing.</string>
- </dict>
- <key>stop</key>
- <dict>
- <key>Name</key>
- <string>stop</string>
- <key>Description</key>
- <string>Stop playing the current playlistitem</string>
- </dict>
- <key>previous</key>
- <dict>
- <key>Name</key>
- <string>previous</string>
- <key>Description</key>
- <string>Go to the previous item in the playlist or the previous chapter in the DVD/VCD.</string>
- </dict>
- <key>next</key>
- <dict>
- <key>Name</key>
- <string>next</string>
- <key>Description</key>
- <string>Go to the next item in the playlist or the next chapter in the DVD/VCD.</string>
- </dict>
- <key>fullscreen</key>
- <dict>
- <key>Name</key>
- <string>fullscreen</string>
- <key>Description</key>
- <string>Toggle between fullscreen and windowed mode.</string>
- </dict>
- <key>mute</key>
- <dict>
- <key>Name</key>
- <string>mute</string>
- <key>Description</key>
- <string>Mute the audio</string>
- </dict>
- <key>volumeUp</key>
- <dict>
- <key>Name</key>
- <string>volumeUp</string>
- <key>Description</key>
- <string>Bring the volume up by one step. There are 32 steps from 0 to 400% volume.</string>
- </dict>
- <key>volumeDown</key>
- <dict>
- <key>Name</key>
- <string>volumeDown</string>
- <key>Description</key>
- <string>Bring the volume down by one step. There are 32 steps from 0 to 400% volume.</string>
- </dict>
- </dict>
- </dict>
- </plist>