Versions in this module Expand all Collapse all v1 v1.8.2 Dec 3, 2019 Changes in this version + type NewTranscodeJobInputPayload struct + Outputs []struct{ ... } + Provider string + Source string + StreamingParams db.StreamingParams + type PartialJob struct + JobID string + type TranscodingService struct + func NewTranscodingService(cfg *config.Config, logger *logrus.Logger) (*TranscodingService, error) + func (s *TranscodingService) Endpoints() map[string]map[string]http.HandlerFunc + func (s *TranscodingService) JSONEndpoints() map[string]map[string]server.JSONEndpoint + func (s *TranscodingService) JSONMiddleware(j server.JSONEndpoint) server.JSONEndpoint + func (s *TranscodingService) Middleware(h http.Handler) http.Handler + func (s *TranscodingService) Prefix() string Other modules containing this package github.com/video-dev/video-transcoding-api/v2