Documentation ¶
Index ¶
Constants ¶
View Source
const Action4TimeLayout = "02-01-2006 15-04-05"
Action4TimeLayout _
View Source
const AverMediaTimeLayout = "20060102_150405"
AverMediaTimeLayout _
View Source
const GeforceDVRTimeLayout = "2006.01.02 - 15.04.05.99"
GeforceDVRTimeLayout _
View Source
const GeforceFullTimeLayout = "2006.01.02 - 15.04.05.99"
GeforceFullTimeLayout _
View Source
const PlaysTvTimeLayout = "2006_01_02_15_04_05"
PlaysTvTimeLayout _
Variables ¶
View Source
var Action4Regexp = regexp.MustCompile("(\\d{2}-\\d{2}-\\d{4} \\d{2}-\\d{2}-\\d{2})")
Action4Regexp _
View Source
var AverMediaRegexp = regexp.MustCompile("(\\d{8}\\_\\d{6})")
AverMediaRegexp _
View Source
var ErrNoTimeMatches = errors.New("No time matches")
ErrNoTimeMatches _
View Source
var GeforceDVRRegexp = regexp.MustCompile("(\\d{4}\\.\\d{2}\\.\\d{2} - \\d{2}\\.\\d{2}\\.\\d{2}\\.\\d{2})")
GeforceDVRRegexp _
View Source
var GeforceDVRRegexpFull = regexp.MustCompile("(\\d{4}\\.\\d{2}\\.\\d{2} - \\d{2}\\.\\d{2}\\.\\d{2}\\.\\d{2})(\\.DVR)")
GeforceDVRRegexpFull _
View Source
var GeforceFullRegexp = regexp.MustCompile("(\\d{4}\\.\\d{2}\\.\\d{2} - \\d{2}\\.\\d{2}\\.\\d{2}\\.\\d{2})")
GeforceFullRegexp _
View Source
var PlaysTvRegexp = regexp.MustCompile("(\\d{4}_\\d{2}_\\d{2}_\\d{2}_\\d{2}_\\d{2})")
PlaysTvRegexp _
Functions ¶
This section is empty.
Types ¶
type DurationCalculator ¶
DurationCalculator _
type GeforceDVR ¶
type GeforceDVR struct {
// contains filtered or unexported fields
}
GeforceDVR _
func NewGeforceDVR ¶
func NewGeforceDVR(durationCalculator DurationCalculator) *GeforceDVR
NewGeforceDVR _
type GeforceFull ¶
type GeforceFull struct { }
GeforceFull _
Click to show internal directories.
Click to hide internal directories.