Documentation
¶
Index ¶
- type MediaProjectionManagerServer
- func (s *MediaProjectionManagerServer) CreateScreenCaptureIntent0(_ context.Context, req *pb.CreateScreenCaptureIntent0Request) (*pb.CreateScreenCaptureIntent0Response, error)
- func (s *MediaProjectionManagerServer) CreateScreenCaptureIntent1_1(_ context.Context, req *pb.CreateScreenCaptureIntent1_1Request) (*pb.CreateScreenCaptureIntent1_1Response, error)
- func (s *MediaProjectionManagerServer) GetMediaProjection(_ context.Context, req *pb.GetMediaProjectionRequest) (*pb.GetMediaProjectionResponse, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MediaProjectionManagerServer ¶
type MediaProjectionManagerServer struct {
pb.UnimplementedMediaProjectionManagerServiceServer
Ctx *app.Context
Handles *handlestore.HandleStore
}
MediaProjectionManagerServer implements pb.MediaProjectionManagerServiceServer.
func (*MediaProjectionManagerServer) CreateScreenCaptureIntent0 ¶
func (s *MediaProjectionManagerServer) CreateScreenCaptureIntent0(_ context.Context, req *pb.CreateScreenCaptureIntent0Request) (*pb.CreateScreenCaptureIntent0Response, error)
func (*MediaProjectionManagerServer) CreateScreenCaptureIntent1_1 ¶
func (s *MediaProjectionManagerServer) CreateScreenCaptureIntent1_1(_ context.Context, req *pb.CreateScreenCaptureIntent1_1Request) (*pb.CreateScreenCaptureIntent1_1Response, error)
func (*MediaProjectionManagerServer) GetMediaProjection ¶
func (s *MediaProjectionManagerServer) GetMediaProjection(_ context.Context, req *pb.GetMediaProjectionRequest) (*pb.GetMediaProjectionResponse, error)
Click to show internal directories.
Click to hide internal directories.