Built-in function to detect the kind of a request (like Audio, Video, Image, MIDI, Stream, …)? #3839
Unanswered
Moonbase59
asked this question in
Q&A
Replies: 1 comment
-
That's a good idea. I'll try to implement something. Meanwhile, you can access the file that was resolved and inspect it via |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
For use in the
autocue2
protocol (or in general), do we have a builtin function to say what we got in a request or file?I’d like to start processing on audio and video content only, not on images, MIDI, remote streams or other types. (See also: Moonbase59/autocue#1)
If that doesn’t exist, can we somehow use the
kind
metadata returned when resolving a request, and is this always available?Beta Was this translation helpful? Give feedback.
All reactions