Documentation
¶
Index ¶
Constants ¶
View Source
const Version = "8.0.1"
Version is the FFmpeg library version (major.minor.patch) The downloader will find the latest internal release (e.g., lib-8.0.1.0)
Variables ¶
This section is empty.
Functions ¶
func DownloadLibs ¶
func DownloadLibs() error
DownloadLibs downloads the FFmpeg static libraries for the current platform
Types ¶
type GitHubAsset ¶
type GitHubRelease ¶
type GitHubReleaseDetail ¶
type GitHubReleaseDetail struct {
Assets []GitHubAsset `json:"assets"`
}
Click to show internal directories.
Click to hide internal directories.