@@ -212,58 +212,46 @@ to play fullscreen.
212212should preserve its aspect ratio when scaled to fit within the control's
213213bounds.
214214
215- - "useApplicationAudioSession" (iOS Only): returns true if the movie
216- uses a system-supplied audio session or not (maps to the native
217- useApplicationAudioSession property).
215+ - ~~"useApplicationAudioSession" (iOS Only): returns true if the movie
216+ uses a system-supplied audio session or not.~~ *Note*: removed in LiveCode 9.6
218217
219218- "shouldAutoplay" (iOS Only): returns true if the playback of
220219network-based content begins automatically when there is enough buffered
221- data to ensure uninterrupted playback (maps to the native shouldAutoplay
222- property).
220+ data to ensure uninterrupted playback.
223221
224222- "allowsAirPlay" (iOS Only): returns true if a control is presented to
225- allow the user to choose AirPlay-enabled hardware for playback (maps to
226- the native allowsAirPlay property). Note: This property is only
227- supported on iOS 4.3 and later.
223+ allow the user to choose AirPlay-enabled hardware for playback. Note: This
224+ property is only supported on iOS 4.3 and later.
228225
229226- "duration": returns the duration of a movie, measured in
230- milliseconds (maps to the native duration property on iOS). This is an integer
231- value.
227+ milliseconds. This is an integer value.
232228
233229- "playableDuration": returns the amount of currently
234- playable content, measured in milliseconds (maps to the native
235- playableDuration property on iOS). This is an integer value.
230+ playable content, measured in milliseconds. This is an integer value.
236231
237232- "startTime" (iOS Only): returns the position at which playback starts,
238- measured in milliseconds (maps to the native initialPlaybackTime
239- property). This is an integer value.
233+ measured in milliseconds. This is an integer value.
240234
241235- "endTime" (iOS Only): returns the position at which playback ends,
242- measured in milliseconds (maps to the native endPlaybackTime property).
243- This is an integer value.
236+ measured in milliseconds. This is an integer value.
244237
245238- "playRate" (iOS Only): returns the current playback rate for the
246- player (maps to the native currentPlaybackRate property). This
247- represents a multiplier for the default playback rate of the current
248- content. A value of 0.0 indicates playback is stopped, while a value of
239+ player. This represents a multiplier for the default playback rate of the
240+ current content. A value of 0.0 indicates playback is stopped, while a value of
2492411.0 indicates normal speed. Positive values indicate forward playback,
250242while negative values indicate reverse playback. This is real value.
251243
252-
253- - "loadState" (iOS Only): returns the network load state of the player
254- (maps to the native loadStateproperty). This is a comma delimited list
255- of zero or more of the following:
244+ - "loadState" (iOS Only): returns the network load state of the player. This is
245+ a comma delimited list of zero or more of the following:
256246 - "playable": enough data is available to start playing, but it may
257247run out before playback finishes.
258248 - "playthrough": enough data has been buffered for playback to
259249continue uninterrupted.
260250 - "stalled": buffer of data has stalled and playback may pause
261251automatically if the player runs out of data.
262252
263-
264253- "playbackState" (iOS Only): returns the current playback state of the
265- player (maps to the native playbackState property). This is one of the
266- following:
254+ player. This is one of the following:
267255 - "stopped": playback is stopped and commences from the
268256beginning when started.
269257 - "playing": playback is current underway.
@@ -276,10 +264,9 @@ of the movie.
276264 - "seeking backward": the player is currently seeking towards the
277265beginning of the movie.
278266
279-
280- - "naturalSize" (iOS Only): The raw size of a video frame in pixels
281- (maps to the native naturalSize property). This is a comma-separated
282- list of two integers, the first is the width, the second is the height.
267+ - "naturalSize" (iOS Only): The raw size of a video frame in pixels.
268+ This is a comma-separated list of two integers, the first is the width,
269+ the second is the height.
283270
284271
285272**Text Input Specific Properties**
0 commit comments