videoplayer - part-cw/lambdanative GitHub Wiki
(videoplayer filename)
Plays a video file on iOS or Android. Note that the supported formats differ on the two platforms. A common formant is H.264 mp4.
Parameter | Description |
---|---|
filename | Video file to play |
Example
> (videoplayer (string-append (system-directory) (system-pathseparator) "test.mp4"))
#t