Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Capture ¶
type Capture struct {
// contains filtered or unexported fields
}
func NewCapture ¶
func (*Capture) RequestKeyframe ¶
func (c *Capture) RequestKeyframe()
type Conn ¶
type Conn struct { SendTrack *webrtc.Track OnPLI func() OnFrame func([]byte) OnMessage func(string) OnICEConnectionStateChange func(webrtc.ICEConnectionState) OnBye func() OnDataOpen func() // contains filtered or unexported fields }
func (*Conn) IsConnected ¶
func (*Conn) SendMessage ¶
Click to show internal directories.
Click to hide internal directories.