This repository was archived by the owner on Aug 31, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 224
[Bugfix-22778] Add deprecation note to play videoClip #7393
Merged
Merged
Changes from all commits
Commits
Show all changes
2 commits
Select commit
Hold shift + click to select a range
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -11,6 +11,8 @@ Plays a movie or sound. | |
|
|
||
| Introduced: 1.0 | ||
|
|
||
| Deprecated: 8.1 | ||
|
|
||
| OS: mac, windows, linux, ios | ||
|
|
||
| Platforms: desktop, server, mobile | ||
|
|
@@ -102,6 +104,12 @@ by using the put <command> : | |
| > and <videoClip> for details. To play a wider variety of formats, | ||
| > use a <player> object. | ||
|
|
||
| Changes: | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @livecodesam I suggest replacing the whole paragraph with something like: The use of QuickTime was deprecated in version 8.1 of LiveCode. Thus, the |
||
| The use of <QuickTime> was deprecated in version 8.1 of LiveCode. The | ||
| Windows build of LiveCode no longer supports any <QuickTime> features. | ||
| Additionally <QuickTime> does not include 64 bit support and therefore | ||
| can not be supported on OS X 64-bit builds of LiveCode. | ||
|
|
||
| References: audioClip (object), beep (command), callbacks (property), | ||
| command (glossary), current card (glossary), currentTime (property), | ||
| dontRefresh (property), environment variable (glossary), | ||
|
|
@@ -110,10 +118,10 @@ import (command), iphoneSetAudioCategory (command), looping (property), | |
| MCISendString (function), message (glossary), | ||
| playDestination (property), player (object), playLoudness (property), | ||
| playRate (property), playStarted (message), playStopped (message), | ||
| prepare (command), QTVersion (function), result (function), | ||
| return (glossary), revStopAnimation (command), showSelection (property), | ||
| sound (function), start (command), stop (command), Unix (glossary), | ||
| videoClip (object) | ||
| prepare (command), QTVersion (function), QuickTime (glossary), | ||
| result (function), return (glossary), revStopAnimation (command), | ||
| showSelection (property), sound (function), start (command), | ||
| stop (command), Unix (glossary), videoClip (object) | ||
|
|
||
| Tags: multimedia | ||
|
|
||
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| # Added deprecation note to play videoClip |
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@livecodesam My bad - this line ^^^ should be removed, since the
playcommand is not deprecated. It is just theplay videoClip ..form that is deprecated.