Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsStreamableVideoFormat ¶
IsStreamableVideoFormat returns true if the extension provided in videoExtension * is an extension of video format that can be streamed over HTML5.
Types ¶
type VideoDict ¶
VideoDict is a map whose keys are unique 32 bit integers that uniquely * identify videos in the filesystem.
type VideoDir ¶
VideoDir type that represents a directory with Videos. * DirPath is an absolute path of the directory. * Videos is an array of VideoInfo structs. Each entry represents a video that * has the directory specified in DirPath as its direct parent directory.
func NewVideoDir ¶
NewVideoDir is a public constructor for VideoDir
type VideoDirectories ¶
type VideoDirectories []VideoDir
VideoDirectories is a type of an array of VideoDir. it implements the sort.Interface
func (VideoDirectories) Len ¶
func (vd VideoDirectories) Len() int
func (VideoDirectories) Less ¶
func (vd VideoDirectories) Less(i, j int) bool
func (VideoDirectories) Swap ¶
func (vd VideoDirectories) Swap(i, j int)
Click to show internal directories.
Click to hide internal directories.