Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerateImageForUrlResult ¶
type GenerateImageForUrlResult struct { Reader io.ReadCloser ContentType string }
type VideoManipulatorService ¶
type VideoManipulatorService struct {
// contains filtered or unexported fields
}
func NewVideoManipulatorService ¶
func NewVideoManipulatorService(baseUrl, apiKey string) *VideoManipulatorService
NewVideoManipulatorService creates a new VideoManipulatorService
func (*VideoManipulatorService) GenerateImageForUrl ¶
func (i *VideoManipulatorService) GenerateImageForUrl(params GenerateImageForUrlParams) (*GenerateImageForUrlResult, error)
GenerateImageForUrl generates an image from a video URL
IMPORTANT: the caller is responsible for closing the returned io.ReadCloser
Click to show internal directories.
Click to hide internal directories.