Complete refactoring for rktplayer, in order to make it play on DLNA renderers and also use UpNP media server resources.
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
#lang racket/base
|
||||
|
||||
(require racket/class)
|
||||
|
||||
(provide image-provider%)
|
||||
|
||||
(define image-provider%
|
||||
(class object%
|
||||
(abstract
|
||||
has-image?
|
||||
image->file
|
||||
image->mimetype)
|
||||
(super-new)))
|
||||
Reference in New Issue
Block a user