Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func IsSubtitleFile ¶
func IsVideoFile ¶
Types ¶
type Directory ¶
type Directory struct {
// contains filtered or unexported fields
}
func ReadDirectory ¶
func (*Directory) SubtitleFiles ¶
func (d *Directory) SubtitleFiles() []SubtitleFile
func (*Directory) VideoFiles ¶
type RawStream ¶
type RawStream struct {
// contains filtered or unexported fields
}
func NewRawStream ¶
type SubtitleFile ¶
type SubtitleFile struct {
// contains filtered or unexported fields
}
func (*SubtitleFile) Basename ¶
func (s *SubtitleFile) Basename() string
func (*SubtitleFile) Extension ¶
func (s *SubtitleFile) Extension() string
func (*SubtitleFile) Path ¶
func (s *SubtitleFile) Path() string
type VideoFile ¶
type VideoFile struct {
// contains filtered or unexported fields
}
func NewVideoFile ¶
func (*VideoFile) DirectoryPath ¶
func (*VideoFile) RawStreams ¶
Click to show internal directories.
Click to hide internal directories.