Documentation
¶
Index ¶
Constants ¶
View Source
const FFmetaComment = ";FFMETADATA1\n"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type FFMeta ¶ added in v0.1.45
func (FFMeta) Chapters ¶ added in v0.1.45
func (ff FFMeta) Chapters() []avtools.ChapterMeta
type FFMetaChapter ¶ added in v0.1.45
type FFMetaChapter struct {
Base string `ini:"TIMEBASE"`
StartTime float64 `ini:"START"`
EndTime float64 `ini:"END"`
ChTitle string `ini:"title"`
}
func (FFMetaChapter) End ¶ added in v0.1.45
func (ch FFMetaChapter) End() time.Duration
func (FFMetaChapter) Start ¶ added in v0.1.45
func (ch FFMetaChapter) Start() time.Duration
func (FFMetaChapter) Title ¶ added in v0.1.45
func (ch FFMetaChapter) Title() string
Click to show internal directories.
Click to hide internal directories.