Commandes BASIC
Video
18 commandes
- LoadVideoLoadVideo(fileName string) → integer
- DeleteVideoDeleteVideo()
- VideoDimensionsVideoDimensions(x float, y float, width float, height float)
- PlayVideoToImagePlayVideoToImage(imageID integer)
- PlayVideoPlayVideo()
- PauseVideoPauseVideo()
- StopVideoStopVideo()
- VideoPlayingVideoPlaying() → integer
- VideoPositionVideoPosition() → float
- VideoDurationVideoDuration() → float
- VideoVolumeVideoVolume(volume float)
- VideoWidthVideoWidth() → float
- VideoHeightVideoHeight() → float
- VideoSetPositionVideoSetPosition(seconds float)
- StartScreenRecordingStartScreenRecording(szFilename string, microphone integer)
- StopScreenRecordingStopScreenRecording()
- IsScreenRecordingIsScreenRecording() → integer
- PlayYoutubeVideoPlayYoutubeVideo(developerKey string, videoID string, startTime float)