Documentation
¶
Overview ¶
This package provides utilities for transcoding/chunking in compliance with DASH's requirements
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type H264Transcoder ¶
type H264Transcoder struct { }
func (H264Transcoder) TranscodeAndGenerateManifest ¶
func (h H264Transcoder) TranscodeAndGenerateManifest(path string, local bool) (*DASHVideo, error)
type NullTrancoder ¶
type NullTrancoder struct{}
func (NullTrancoder) TranscodeAndGenerateManifest ¶
func (h NullTrancoder) TranscodeAndGenerateManifest(path string, local bool) (*DASHVideo, error)
Click to show internal directories.
Click to hide internal directories.