zencoder:用于 Go 的 Zencoder 客户端

时间:2024-06-30 18:42:43
【文件属性】:

文件名称:zencoder:用于 Go 的 Zencoder 客户端

文件大小:5KB

文件格式:ZIP

更新时间:2024-06-30 18:42:43

Go

编码器 用于 Go 的 Zencoder 客户端 用法 使用别名导入包以方便使用 import ( zencoder "github.com/streamrail/zencoder" ) 使用 zencoder.Options 指针引用初始化 zencoder.Client。 默认选项: type Options struct { ApiKey string // mandatory ApiEndpoint string // https://app.zencoder.com/api/v2/jobs ResponseType string // application/json Timeout int // 30 seconds } 例如,如果您的 Zencoder 密钥有一个名为 apiKey 的字符串标志: if client , err


【文件预览】:
zencoder-master
----zencoder.go(4KB)
----LICENSE(1KB)
----README.md(3KB)
----example()
--------example.go(1KB)

网友评论