Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrClipOutside is returned when the clip operation is outside the video ErrClipOutside = errors.New("clip zone is outside video") // ErrInvalidDuration is returned when the provided duration is invalid ErrInvalidDuration = errors.New("invalid duration") )
Functions ¶
This section is empty.
Types ¶
type ErrorChunkTrunc ¶
type ErrorChunkTrunc struct {
// contains filtered or unexported fields
}
ErrorChunkTrunc is custom error type for when a chunk is truncated
func (*ErrorChunkTrunc) Error ¶
func (e *ErrorChunkTrunc) Error() string
Click to show internal directories.
Click to hide internal directories.