projection

package
v0.0.6 Latest Latest
Warning

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

Go to latest
Published: Mar 29, 2026 License: CC0-1.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type MediaProjectionCallbackClient added in v0.0.6

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

MediaProjectionCallbackClient wraps the gRPC MediaProjectionCallbackService client.

func NewMediaProjectionCallbackClient added in v0.0.6

func NewMediaProjectionCallbackClient(cc grpc.ClientConnInterface) *MediaProjectionCallbackClient

NewMediaProjectionCallbackClient creates a new MediaProjectionCallback client.

func (*MediaProjectionCallbackClient) OnCapturedContentResize added in v0.0.6

func (c *MediaProjectionCallbackClient) OnCapturedContentResize(ctx context.Context, arg0 int32, arg1 int32) error

OnCapturedContentResize calls the OnCapturedContentResize RPC.

func (*MediaProjectionCallbackClient) OnCapturedContentVisibilityChanged added in v0.0.6

func (c *MediaProjectionCallbackClient) OnCapturedContentVisibilityChanged(ctx context.Context, arg0 bool) error

OnCapturedContentVisibilityChanged calls the OnCapturedContentVisibilityChanged RPC.

func (*MediaProjectionCallbackClient) OnStop added in v0.0.6

OnStop calls the OnStop RPC.

type MediaProjectionClient added in v0.0.6

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

MediaProjectionClient wraps the gRPC MediaProjectionService client.

func NewMediaProjectionClient added in v0.0.6

func NewMediaProjectionClient(cc grpc.ClientConnInterface) *MediaProjectionClient

NewMediaProjectionClient creates a new MediaProjection client.

func (*MediaProjectionClient) Stop added in v0.0.6

Stop calls the Stop RPC.

func (*MediaProjectionClient) UnregisterCallback added in v0.0.6

func (c *MediaProjectionClient) UnregisterCallback(ctx context.Context, arg0 int64) error

UnregisterCallback calls the UnregisterCallback RPC.

type MediaProjectionConfigClient added in v0.0.6

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

MediaProjectionConfigClient wraps the gRPC MediaProjectionConfigService client.

func NewMediaProjectionConfigClient added in v0.0.6

func NewMediaProjectionConfigClient(cc grpc.ClientConnInterface) *MediaProjectionConfigClient

NewMediaProjectionConfigClient creates a new MediaProjectionConfig client.

func (*MediaProjectionConfigClient) CreateConfigForDefaultDisplay added in v0.0.6

func (c *MediaProjectionConfigClient) CreateConfigForDefaultDisplay(ctx context.Context) (int64, error)

CreateConfigForDefaultDisplay calls the CreateConfigForDefaultDisplay RPC.

func (*MediaProjectionConfigClient) CreateConfigForUserChoice added in v0.0.6

func (c *MediaProjectionConfigClient) CreateConfigForUserChoice(ctx context.Context) (int64, error)

CreateConfigForUserChoice calls the CreateConfigForUserChoice RPC.

func (*MediaProjectionConfigClient) DescribeContents added in v0.0.6

func (c *MediaProjectionConfigClient) DescribeContents(ctx context.Context) (int32, error)

DescribeContents calls the DescribeContents RPC.

func (*MediaProjectionConfigClient) Equals added in v0.0.6

func (c *MediaProjectionConfigClient) Equals(ctx context.Context, arg0 int64) (bool, error)

Equals calls the Equals RPC.

func (*MediaProjectionConfigClient) HashCode added in v0.0.6

HashCode calls the HashCode RPC.

func (*MediaProjectionConfigClient) ToString added in v0.0.6

ToString calls the ToString RPC.

func (*MediaProjectionConfigClient) WriteToParcel added in v0.0.6

func (c *MediaProjectionConfigClient) WriteToParcel(ctx context.Context, arg0 int64, arg1 int32) error

WriteToParcel calls the WriteToParcel RPC.

type MediaProjectionManagerClient added in v0.0.6

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

MediaProjectionManagerClient wraps the gRPC MediaProjectionManagerService client.

func NewMediaProjectionManagerClient added in v0.0.6

func NewMediaProjectionManagerClient(cc grpc.ClientConnInterface) *MediaProjectionManagerClient

NewMediaProjectionManagerClient creates a new MediaProjectionManager client.

func (*MediaProjectionManagerClient) CreateScreenCaptureIntent0 added in v0.0.6

func (c *MediaProjectionManagerClient) CreateScreenCaptureIntent0(ctx context.Context) (int64, error)

CreateScreenCaptureIntent0 calls the CreateScreenCaptureIntent0 RPC.

func (*MediaProjectionManagerClient) CreateScreenCaptureIntent1_1 added in v0.0.6

func (c *MediaProjectionManagerClient) CreateScreenCaptureIntent1_1(ctx context.Context, arg0 int64) (int64, error)

CreateScreenCaptureIntent1_1 calls the CreateScreenCaptureIntent1_1 RPC.

func (*MediaProjectionManagerClient) GetMediaProjection added in v0.0.6

func (c *MediaProjectionManagerClient) GetMediaProjection(ctx context.Context, arg0 int32, arg1 int64) (int64, error)

GetMediaProjection calls the GetMediaProjection RPC.

type VirtualDisplayCallbackClient added in v0.0.6

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

VirtualDisplayCallbackClient wraps the gRPC VirtualDisplayCallbackService client.

func NewVirtualDisplayCallbackClient added in v0.0.6

func NewVirtualDisplayCallbackClient(cc grpc.ClientConnInterface) *VirtualDisplayCallbackClient

NewVirtualDisplayCallbackClient creates a new VirtualDisplayCallback client.

func (*VirtualDisplayCallbackClient) OnPaused added in v0.0.6

OnPaused calls the OnPaused RPC.

func (*VirtualDisplayCallbackClient) OnResumed added in v0.0.6

OnResumed calls the OnResumed RPC.

func (*VirtualDisplayCallbackClient) OnStopped added in v0.0.6

OnStopped calls the OnStopped RPC.

type VirtualDisplayClient added in v0.0.6

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

VirtualDisplayClient wraps the gRPC VirtualDisplayService client.

func NewVirtualDisplayClient added in v0.0.6

func NewVirtualDisplayClient(cc grpc.ClientConnInterface) *VirtualDisplayClient

NewVirtualDisplayClient creates a new VirtualDisplay client.

func (*VirtualDisplayClient) GetDisplay added in v0.0.6

func (c *VirtualDisplayClient) GetDisplay(ctx context.Context) (int64, error)

GetDisplay calls the GetDisplay RPC.

func (*VirtualDisplayClient) GetSurface added in v0.0.6

func (c *VirtualDisplayClient) GetSurface(ctx context.Context) (int64, error)

GetSurface calls the GetSurface RPC.

func (*VirtualDisplayClient) Release added in v0.0.6

func (c *VirtualDisplayClient) Release(ctx context.Context) error

Release calls the Release RPC.

func (*VirtualDisplayClient) Resize added in v0.0.6

func (c *VirtualDisplayClient) Resize(ctx context.Context, arg0 int32, arg1 int32, arg2 int32) error

Resize calls the Resize RPC.

func (*VirtualDisplayClient) SetRotation added in v0.0.6

func (c *VirtualDisplayClient) SetRotation(ctx context.Context, arg0 int32) error

SetRotation calls the SetRotation RPC.

func (*VirtualDisplayClient) SetSurface added in v0.0.6

func (c *VirtualDisplayClient) SetSurface(ctx context.Context, arg0 int64) error

SetSurface calls the SetSurface RPC.

func (*VirtualDisplayClient) ToString added in v0.0.6

func (c *VirtualDisplayClient) ToString(ctx context.Context) (string, error)

ToString calls the ToString RPC.

Jump to

Keyboard shortcuts

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