|
|
|
|
|
ScreenCastInProgress (Property) In french: ScreenCastEnCours
The ScreenCastInProgress property is used to determine if the video played in a Multimedia control is being played on an external device (compatible with Air Play). IF MM_Multi.ScreenCastInProgress = True THEN // Code if the video is being played on an external device (compatible with Air Play) END
Syntax
<Result> = <Multimedia control>.ScreenCastInProgress
<Result>: Boolean - True if the video is being displayed on an external device,
- False otherwise.
<Multimedia control>: Control name Name of Multimedia control to use.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|