Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MetadataRequest ¶
func (MetadataRequest) Query ¶
func (r MetadataRequest) Query() url.Values
Query returns no parameters - Reader is excluded from JSON (it's supplied as the request body, not the query string), leaving nothing to encode.
func (*MetadataRequest) Task ¶
func (r *MetadataRequest) Task() string
Task identifies this task's kind, for Status.Task.
type MetadataResponse ¶
type MetadataResponse struct {
Name string `json:"name,omitempty" help:"Name of the probed input, if known (e.g. the uploaded filename)." example:"sample.mp3"`
Type string `json:"type,omitempty" help:"Detected content type (MIME type) of the input, e.g. \"video/mp4\"." example:"video/mp4"`
Metadata []profile.Metadata `json:"metadata,omitempty" help:"Container-level metadata tags, e.g. \"title\", \"artist\"; excludes artwork and chapters."`
Artwork []profile.Artwork `json:"artwork,omitempty" help:"Artwork images embedded in the input, e.g. album cover art."`
}
Click to show internal directories.
Click to hide internal directories.