Documentation ¶ Index ¶ type Client func NewClient(rawURL string, server *srtp.Server) (*Client, error) func (c *Client) Dial() error func (c *Client) GetMedias() []*streamer.Media func (c *Client) GetTrack(media *streamer.Media, codec *streamer.Codec) *streamer.Track func (c *Client) MarshalJSON() ([]byte, error) func (c *Client) Start() error func (c *Client) Stop() error Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Client ¶ type Client struct { streamer.Element // contains filtered or unexported fields } func NewClient ¶ func NewClient(rawURL string, server *srtp.Server) (*Client, error) func (*Client) Dial ¶ func (c *Client) Dial() error func (*Client) GetMedias ¶ func (c *Client) GetMedias() []*streamer.Media func (*Client) GetTrack ¶ func (c *Client) GetTrack(media *streamer.Media, codec *streamer.Codec) *streamer.Track func (*Client) MarshalJSON ¶ func (c *Client) MarshalJSON() ([]byte, error) func (*Client) Start ¶ func (c *Client) Start() error func (*Client) Stop ¶ func (c *Client) Stop() error Source Files ¶ View all Source files client.go Click to show internal directories. Click to hide internal directories.