forked from livecode/livecode
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathMCISendString.lcdoc
More file actions
52 lines (35 loc) · 1.31 KB
/
MCISendString.lcdoc
File metadata and controls
52 lines (35 loc) · 1.31 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
Name: MCISendString
Type: function
Syntax: MCISendString(<MCICommand>)
Summary:
Sends a command to the Media Control Interface system, and
<return|returns> the result of the command.
Introduced: 1.0
OS: windows
Platforms: desktop, server
Example:
MCISendString("capability overlay can freeze")
Example:
MCISendString(field "Media Commands")
Parameters:
MCICommand (string):
A string containing an MCI command.
Returns:
The <MCISendString> <function> <return|returns> the <value> the device
sends back.
The result:
If the device sends back an error message, the result is set to that
<message>. If the command was successful, the <result> is set to empty.
Description:
Use the <MCISendString> <function> on <Windows|Windows systems> to
control multimedia devices.
The Media Control Interface is a Microsoft standard that enables Windows
systems to communicate with digitizers, laser-disc players, TV cards,
and other multimedia devices.
For information about the MCI commands that can be used with a device,
contact the manufacturer of the device.
References: play (command), function (control structure),
result (function), setRegistry (function), platform (function),
value (function), queryRegistry (function), Windows (glossary),
return (glossary), message (glossary), lowResolutionTimers (property)
Tags: multimedia