Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit 88e8f9b

Browse files
author
Ian Macphail
committed
[[ Player ]] Add release note for Windows MediaFoundation player control
This patch adds a release note for the change of implementation in the Windows player control from DirectShow to MediaFoundation.
1 parent 0f3ea9d commit 88e8f9b

File tree

1 file changed

+26
-0
lines changed

1 file changed

+26
-0
lines changed
Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
# Windows MediaFoundation Player Control
2+
3+
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

Comments
 (0)