Documentation ¶
Index ¶
Constants ¶
View Source
const (
// Name describes the name of the transcoder
Name = "hybrik"
)
Variables ¶
View Source
var ( // ErrBitrateNan is an error returned when the bitrate field of db.Preset is not a valid number ErrBitrateNan = errors.New("bitrate not a number") // ErrPresetOutputMatch represents an error in the hybrik encoding-wrapper provider. ErrPresetOutputMatch = errors.New("preset retrieved does not map to hybrik.Preset struct") // ErrVideoWidthNan is an error returned when the preset video width of db.Preset is not a valid number ErrVideoWidthNan = errors.New("preset video width not a number") // ErrVideoHeightNan is an error returned when the preset video height of db.Preset is not a valid number ErrVideoHeightNan = errors.New("preset video height not a number") // ErrUnsupportedContainer is returned when the container format is not present in the provider's capabilities list ErrUnsupportedContainer = errors.New("container format unsupported. Hybrik provider capabilities may need to be updated") )
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.