Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Territory = "US"
Functions ¶
This section is empty.
Types ¶
type QueryNode ¶
type VideoPlayout ¶
type VideoPlayout struct { Asset struct { Endpoints []struct { CDN string URL string } } Protection struct { LicenceAcquisitionUrl string // wikipedia.org/wiki/License } }
func (VideoPlayout) Akamai ¶
func (v VideoPlayout) Akamai() (string, bool)
func (VideoPlayout) RequestBody ¶
func (VideoPlayout) RequestBody(b []byte) ([]byte, error)
func (VideoPlayout) RequestHeader ¶
func (VideoPlayout) RequestHeader() (http.Header, error)
func (VideoPlayout) RequestUrl ¶
func (v VideoPlayout) RequestUrl() (string, bool)
func (VideoPlayout) ResponseBody ¶
func (VideoPlayout) ResponseBody(b []byte) ([]byte, error)
Click to show internal directories.
Click to hide internal directories.