Added functions to be able to play on more renderers.

This commit is contained in:
2026-08-08 14:22:21 +02:00
parent f026e51bd1
commit cc6757d0f6
4 changed files with 201 additions and 31 deletions
+2
View File
@@ -38,6 +38,8 @@
(check-equal? (dlna-info-position info) 12)
(check-equal? (dlna-info-volume info) 35)
(check-true (dlna-info-reachable? info))
(check-true (procedure? dlna-player-play-uri!))
(check-true (procedure? dlna-player-set-next-uri!))
(check-exn exn:fail:contract?
(lambda () (make-dlna-player #f)))