clip

package
v0.0.0-...-50cf7ee Latest Latest
Warning

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

Go to latest
Published: May 14, 2024 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Clip

type Clip struct {
	// contains filtered or unexported fields
}

Clip represents a collection of Frame's that represent a sequence to be rendered into an animation.

func ReadClip

func ReadClip(r io.Reader) (c *Clip, err error)

func (*Clip) Write

func (c *Clip) Write(w io.Writer) error

Write saves a clip to a Writer.

Important: The format of this is not guaranteed to remain the same between versions. Persistence of Clip's is only for temporary persistence only, e.g. Parsing a timeline as part of the workflow.

type Frame

type Frame struct {
	// contains filtered or unexported fields
}

Jump to

Keyboard shortcuts

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