You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Due to the recent decision by Apple to end support for QuickTime on
4
+
Windows, the player implementation on that platform has been replaced
5
+
with one based on DirectShow. This is a multimedia API that is
6
+
available by default on all versions of Windows supported by LiveCode.
7
+
8
+
The new implementation should function as a drop-in replacement for
9
+
the old one, though some properties are not yet implemented.
10
+
11
+
### Property Changes
12
+
On Windows, the behaviour of some properties of the player control have changed.
13
+
14
+
- The **tracks**, **trackCount**, and **enabledTracks** previousy did not work
15
+
on Windows but now do.
16
+
- The **loadedTime** property no longer works on Windows, but will be re-enabled
17
+
if possible in a subsequent release.
18
+
19
+
### Supported File Formats
20
+
21
+
Media format support in the new Windows player control depends on
22
+
which codecs are installed.
23
+
24
+
A list of the
25
+
[file formats and compression types available as standard](https://docs.microsoft.com/en-us/windows/win32/medfound/supported-media-formats-in-media-foundation)
26
+
on Windows is available in the Windows Dev Center documentation
0 commit comments