Documentation
¶
Index ¶
- func RegisterAudioChannelLayoutHandlers(router *http.ServeMux, prefix string, manager *task.Manager)
- func RegisterCodecHandlers(router *http.ServeMux, prefix string, manager *task.Manager)
- func RegisterFilterHandlers(router *http.ServeMux, prefix string, manager *task.Manager)
- func RegisterFormatHandlers(router *http.ServeMux, prefix string, manager *task.Manager)
- func RegisterHandlers(router *http.ServeMux, prefix string, manager *task.Manager)
- func RegisterPixelFormatHandlers(router *http.ServeMux, prefix string, manager *task.Manager)
- func RegisterSampleFormatHandlers(router *http.ServeMux, prefix string, manager *task.Manager)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func RegisterAudioChannelLayoutHandlers ¶
func RegisterAudioChannelLayoutHandlers(router *http.ServeMux, prefix string, manager *task.Manager)
RegisterAudioChannelLayoutHandlers registers HTTP handlers for audio channel layout listing and retrieval on the provided router with the given path prefix. The manager must be non-nil.
func RegisterCodecHandlers ¶
RegisterCodecHandlers registers HTTP handlers for codec listing and retrieval on the provided router with the given path prefix. The manager must be non-nil.
func RegisterFilterHandlers ¶
RegisterFilterHandlers registers HTTP handlers for filter listing and retrieval on the provided router with the given path prefix. The manager must be non-nil.
func RegisterFormatHandlers ¶
RegisterFormatHandlers registers HTTP handlers for format listing and retrieval on the provided router with the given path prefix. The manager must be non-nil.
func RegisterHandlers ¶
func RegisterPixelFormatHandlers ¶
RegisterPixelFormatHandlers registers HTTP handlers for pixel format listing and retrieval on the provided router with the given path prefix. The manager must be non-nil.
func RegisterSampleFormatHandlers ¶
RegisterSampleFormatHandlers registers HTTP handlers for sample format listing and retrieval on the provided router with the given path prefix. The manager must be non-nil.
Types ¶
This section is empty.