Documentation ¶ Index ¶ type Client func NewClient(rawURL string, server *srtp.Server) (*Client, error) func (c *Client) Dial() error func (c *Client) GetMedias() []*core.Media func (c *Client) GetTrack(media *core.Media, codec *core.Codec) (*core.Receiver, error) 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 { core.Listener // 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() []*core.Media func (*Client) GetTrack ¶ func (c *Client) GetTrack(media *core.Media, codec *core.Codec) (*core.Receiver, error) 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.