Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func BuildManifest ¶
func BuildManifest( videoStream StreamRepresentations, audioStreams []StreamRepresentations, subtitleStreams []SubtitleStreamRepresentation) string
Types ¶
type StreamRepresentations ¶
type StreamRepresentations struct {
Stream ffmpeg.Stream
Representations []ffmpeg.StreamRepresentation
}
type SubtitleStreamRepresentation ¶
type SubtitleStreamRepresentation struct {
ffmpeg.StreamRepresentation
URI string
}
NOTE(Leon Handreke): Duplicated from hls/manifest.go - factor out, but where to?
Click to show internal directories.
Click to hide internal directories.