Documentation
¶
Index ¶
- type Stream
- func (s *Stream) DASH(ref string) (dash.Representations, error)
- func (s Stream) DASH_Get(items dash.Representations, index int) error
- func (s *Stream) HLS(ref string) (*hls.Master, error)
- func (s Stream) HLS_Media(items hls.Media, index int) error
- func (s Stream) HLS_Streams(items hls.Streams, index int) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Stream ¶ added in v1.55.5
type Stream struct {
Client_ID string
Info bool
Private_Key string
Poster widevine.Poster
Name string
// contains filtered or unexported fields
}
func (*Stream) DASH ¶ added in v1.55.5
func (s *Stream) DASH(ref string) (dash.Representations, error)
func (Stream) DASH_Get ¶ added in v1.55.5
func (s Stream) DASH_Get(items dash.Representations, index int) error
Click to show internal directories.
Click to hide internal directories.