Documentation
¶
Index ¶
- type Client
- type MP4Client
- func (c *MP4Client) Close()
- func (c *MP4Client) CloseCh() <-chan any
- func (c *MP4Client) CodecData() ([]stream.Codec, error)
- func (c *MP4Client) Dial() error
- func (c *MP4Client) DialWithHTTPClient(client *http.Client) error
- func (c *MP4Client) PacketQueue() <-chan *stream.Packet
- func (c *MP4Client) Secure() (bool, bool, map[string]string)
- type StreamingReadSeeker
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
// contains filtered or unexported fields
}
func (*Client) PacketQueue ¶
type MP4Client ¶
type MP4Client struct {
// contains filtered or unexported fields
}
func NewMP4Client ¶
func (*MP4Client) DialWithHTTPClient ¶
func (*MP4Client) PacketQueue ¶
type StreamingReadSeeker ¶
type StreamingReadSeeker struct {
// contains filtered or unexported fields
}
func NewStreamingReadSeeker ¶
func NewStreamingReadSeeker(url string, client *http.Client) (*StreamingReadSeeker, error)
func (*StreamingReadSeeker) Close ¶
func (s *StreamingReadSeeker) Close() error
func (*StreamingReadSeeker) DownloadRange ¶
func (s *StreamingReadSeeker) DownloadRange(start, end int64) error
Click to show internal directories.
Click to hide internal directories.