rtc

package
v0.0.0-...-2d5f753 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 15, 2023 License: MIT Imports: 14 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type RemoteScreenConnection

type RemoteScreenConnection interface {
	io.Closer
	ProcessOffer(offer string) (string, error)
}

type RemoteScreenPeerConn

type RemoteScreenPeerConn struct {
	// contains filtered or unexported fields
}

func (*RemoteScreenPeerConn) Close

func (p *RemoteScreenPeerConn) Close() error

func (*RemoteScreenPeerConn) ProcessOffer

func (p *RemoteScreenPeerConn) ProcessOffer(strOffer string) (string, error)

type RemoteScreenService

type RemoteScreenService struct {
	// contains filtered or unexported fields
}

func (*RemoteScreenService) CreateRemoteScreenConnection

func (svc *RemoteScreenService) CreateRemoteScreenConnection(screenIx int, fps int) (RemoteScreenConnection, error)

type Service

type Service interface {
	CreateRemoteScreenConnection(screenIx int, fps int) (RemoteScreenConnection, error)
}

func NewRemoteScreenService

func NewRemoteScreenService(stun string, video rdisplay.Service, enc encoders.Service) Service

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL