types

package
v0.0.0-...-bc4155e Latest Latest
Warning

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

Go to latest
Published: Jun 13, 2023 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Audio

type Audio struct {
	File  string
	Start float64
}

type Option

type Option struct {
	Fps        int    `json:"fps"`
	Frames     int    `json:"frames"`
	Width      int    `json:"width"`
	Height     int    `json:"height"`
	CacheDir   string `json:"cacheDir"`
	ResultFile string `json:"resultFile"`
	Number     int    `json:"number"`
	Audios     []struct {
		Link  string  `json:"link"`
		Start float64 `json:"start"`
	} `json:"audios"`
}

Jump to

Keyboard shortcuts

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