Documentation
¶
Index ¶
- type Client
- func (c *Client) AddTrack(media *streamer.Media, track *streamer.Track) *streamer.Track
- func (c *Client) Close() (err error)
- func (c *Client) Dial() (err error)
- func (c *Client) GetMedias() []*streamer.Media
- func (c *Client) GetTrack(media *streamer.Media, codec *streamer.Codec) (track *streamer.Track)
- func (c *Client) Handle() error
- func (c *Client) Request(conn net.Conn, body []byte) (string, error)
- func (c *Client) SetupBackchannel() (err error)
- func (c *Client) SetupStream() (err error)
- func (c *Client) Start() error
- func (c *Client) Stop() error
- func (c *Client) WriteBackchannel(body []byte) (err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
func (*Client) SetupBackchannel ¶
func (*Client) SetupStream ¶
func (*Client) WriteBackchannel ¶
Click to show internal directories.
Click to hide internal directories.