Documentation
¶
Index ¶
Constants ¶
View Source
const ( Audio = "audio/mp4" Video = "video/mp4" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Adaptation ¶
type AdaptationSet ¶ added in v1.31.4
type AdaptationSet []Adaptation
func NewAdaptationSet ¶ added in v1.32.9
func NewAdaptationSet(body io.Reader) (AdaptationSet, error)
func (AdaptationSet) MimeType ¶ added in v1.31.4
func (a AdaptationSet) MimeType(typ string) AdaptationSet
func (AdaptationSet) Represent ¶ added in v1.32.9
func (a AdaptationSet) Represent(bandwidth int64) *Represent
type Represent ¶ added in v1.32.5
Click to show internal directories.
Click to hide internal directories.