Documentation ¶
Overview ¶
Package recordstore contains utilities to store/retrieve recordings to/from disk.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrNoSegmentsFound = errors.New("no recording segments found")
ErrNoSegmentsFound is returned when no recording segments have been found.
Functions ¶
func CommonPath ¶
CommonPath returns the common path between all segments with given recording path.
func FindAllPathsWithSegments ¶
FindAllPathsWithSegments returns all paths that do have segments.
func PathAddExtension ¶
func PathAddExtension(path string, format conf.RecordFormat) string
PathAddExtension adds the file extension to the path.
Types ¶
type Segment ¶
Segment is a recording segment.
func FindSegments ¶
FindSegments returns all segments of a path.
Click to show internal directories.
Click to hide internal directories.