tidal

package
v0.0.0-...-b46446b Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 20, 2021 License: MPL-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func DispatchIngestJob

func DispatchIngestJob(jobName string, s3In string, videoID string) *resty.Response

DispatchIngestJob asks tidal to transcode a video

func DispatchThumbnailJob

func DispatchThumbnailJob(
	jobName string,
	s3In string,
	s3Out string) *resty.Response

DispatchThumbnailJob asks tidal to create a thumbnail

Types

type DispatchIngestJobBody

type DispatchIngestJobBody struct {
	Meta struct {
		S3In    string `json:"s3_in"`
		VideoID string `json:"video_id"`
	} `json:"Meta"`
}

type DispatchThumbnailJobBody

type DispatchThumbnailJobBody struct {
	Meta struct {
		S3In  string `json:"s3_in"`
		S3Out string `json:"s3_out"`
	} `json:"Meta"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL