mirror of
https://github.com/rabbibotton/clog.git
synced 2025-12-06 10:40:45 -08:00
Multimedia bindings
This commit is contained in:
parent
f5c95ee2fa
commit
c7a2f05dad
3 changed files with 1007 additions and 14 deletions
41
clog.lisp
41
clog.lisp
|
|
@ -435,9 +435,50 @@ embedded in a native template application.)"
|
|||
"CLOG-Multimedia - Base Class for CLOG multimedia objects"
|
||||
(clog-multimedia class)
|
||||
|
||||
(loop-mediap generic-function)
|
||||
(media-duration generic-function)
|
||||
(media-source generic-function)
|
||||
(media-position generic-function)
|
||||
(mutedp generic-function)
|
||||
(pausedp generic-function)
|
||||
(seekingp generic-function)
|
||||
(playback-ended-p generic-function)
|
||||
(playback-rate generic-function)
|
||||
(ready-to-play-p generic-function)
|
||||
(media-volume generic-function)
|
||||
(play-media generic-function)
|
||||
(pause-media generic-function)
|
||||
(load-media generic-function)
|
||||
(can-play-type-p generic-function)
|
||||
|
||||
(set-on-media-abort generic-function)
|
||||
(set-on-media-error generic-function)
|
||||
(set-on-can-play generic-function)
|
||||
(set-on-can-play-through generic-function)
|
||||
(set-on-duration-change generic-function)
|
||||
(set-on-emptied generic-function)
|
||||
(set-on-ended generic-function)
|
||||
(set-on-loaded-data generic-function)
|
||||
(set-on-loaded-meta-data generic-function)
|
||||
(set-on-load-start generic-function)
|
||||
(set-on-play generic-function)
|
||||
(set-on-pause generic-function)
|
||||
(set-on-playing generic-function)
|
||||
(set-on-progress generic-function)
|
||||
(set-on-rate-change generic-function)
|
||||
(set-on-seeked generic-function)
|
||||
(set-on-seeking generic-function)
|
||||
(set-on-stalled generic-function)
|
||||
(set-on-suspend generic-function)
|
||||
(set-on-time-update generic-function)
|
||||
(set-on-volume-change generic-function)
|
||||
(set-on-waiting generic-function)
|
||||
|
||||
"Clog-Audio - Class for CLOG Audio Control"
|
||||
(clog-audio class)
|
||||
(create-audio generic-function)
|
||||
|
||||
"Clog-Video - Class for CLOG Video Control"
|
||||
(clog-video class)
|
||||
(create-video generic-function))
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue