Documentation ¶
Index ¶
- Constants
- type Client
- func (client *Client) Close() error
- func (client *Client) CodecUpdatePCMAlaw()
- func (client *Client) CodecUpdatePPS(val []byte)
- func (client *Client) CodecUpdateSPS(val []byte)
- func (client *Client) Command(command requestCode, data interface{}) (*Payload, []byte, error)
- func (client *Client) Login() error
- func (client *Client) Monitor()
- func (client *Client) SetKeepAlive() error
- func (client *Client) SetTime() error
- type ClientOptions
- type Frame
- type LoginResp
- type MetaInfo
- type Payload
Constants ¶
View Source
const ( SignalStreamStop = iota SignalCodecUpdate )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct { CodecData []av.CodecData OutgoingPacketQueue chan *av.Packet Signals chan int // contains filtered or unexported fields }
func (*Client) CodecUpdatePCMAlaw ¶
func (client *Client) CodecUpdatePCMAlaw()
func (*Client) CodecUpdatePPS ¶
func (*Client) CodecUpdateSPS ¶
type ClientOptions ¶
Click to show internal directories.
Click to hide internal directories.