Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoTimeInformation = errors.New("No timecode information in string")
ErrNoTimeInformation _
View Source
var ErrNoTimeMatches = errors.New("No time matches")
ErrNoTimeMatches _
Functions ¶
Types ¶
type ExtractTimeHandler ¶
type ExtractTimeHandler interface { IsMatch(file files.Filer) bool Extract(file files.Filer) (time.Time, error) HandlerName() string }
ExtractTimeHandler _
type Instance ¶ added in v0.8.0
type Instance struct {
// contains filtered or unexported fields
}
Instance _
func (*Instance) GetTimecode ¶ added in v0.8.0
GetTimecode _
type RecursiveInstance ¶ added in v0.8.0
type RecursiveInstance struct {
// contains filtered or unexported fields
}
RecursiveInstance _
func NewRecursive ¶ added in v0.8.0
func NewRecursive(path files.Pather) *RecursiveInstance
NewRecursive _
func (*RecursiveInstance) Perform ¶ added in v0.8.0
func (rt *RecursiveInstance) Perform() (chan Result, chan bool)
Perform _
type TimecodeExtractor ¶ added in v0.8.0
TimecodeExtractor _
Click to show internal directories.
Click to hide internal directories.