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: 9 Imported by: 0

Documentation

Index

Constants

View Source
const (
	MediaProjectionConfigService_DescribeContents_FullMethodName              = "/projection.MediaProjectionConfigService/DescribeContents"
	MediaProjectionConfigService_Equals_FullMethodName                        = "/projection.MediaProjectionConfigService/Equals"
	MediaProjectionConfigService_HashCode_FullMethodName                      = "/projection.MediaProjectionConfigService/HashCode"
	MediaProjectionConfigService_ToString_FullMethodName                      = "/projection.MediaProjectionConfigService/ToString"
	MediaProjectionConfigService_WriteToParcel_FullMethodName                 = "/projection.MediaProjectionConfigService/WriteToParcel"
	MediaProjectionConfigService_CreateConfigForDefaultDisplay_FullMethodName = "/projection.MediaProjectionConfigService/CreateConfigForDefaultDisplay"
	MediaProjectionConfigService_CreateConfigForUserChoice_FullMethodName     = "/projection.MediaProjectionConfigService/CreateConfigForUserChoice"
)
View Source
const (
	VirtualDisplayService_GetDisplay_FullMethodName  = "/projection.VirtualDisplayService/GetDisplay"
	VirtualDisplayService_GetSurface_FullMethodName  = "/projection.VirtualDisplayService/GetSurface"
	VirtualDisplayService_Release_FullMethodName     = "/projection.VirtualDisplayService/Release"
	VirtualDisplayService_Resize_FullMethodName      = "/projection.VirtualDisplayService/Resize"
	VirtualDisplayService_SetRotation_FullMethodName = "/projection.VirtualDisplayService/SetRotation"
	VirtualDisplayService_SetSurface_FullMethodName  = "/projection.VirtualDisplayService/SetSurface"
	VirtualDisplayService_ToString_FullMethodName    = "/projection.VirtualDisplayService/ToString"
)
View Source
const (
	VirtualDisplayCallbackService_OnPaused_FullMethodName  = "/projection.VirtualDisplayCallbackService/OnPaused"
	VirtualDisplayCallbackService_OnResumed_FullMethodName = "/projection.VirtualDisplayCallbackService/OnResumed"
	VirtualDisplayCallbackService_OnStopped_FullMethodName = "/projection.VirtualDisplayCallbackService/OnStopped"
)
View Source
const (
	MediaProjectionManagerService_CreateScreenCaptureIntent0_FullMethodName   = "/projection.MediaProjectionManagerService/CreateScreenCaptureIntent0"
	MediaProjectionManagerService_CreateScreenCaptureIntent1_1_FullMethodName = "/projection.MediaProjectionManagerService/CreateScreenCaptureIntent1_1"
	MediaProjectionManagerService_GetMediaProjection_FullMethodName           = "/projection.MediaProjectionManagerService/GetMediaProjection"
)
View Source
const (
	MediaProjectionService_Stop_FullMethodName               = "/projection.MediaProjectionService/Stop"
	MediaProjectionService_UnregisterCallback_FullMethodName = "/projection.MediaProjectionService/UnregisterCallback"
)
View Source
const (
	MediaProjectionCallbackService_OnCapturedContentResize_FullMethodName            = "/projection.MediaProjectionCallbackService/OnCapturedContentResize"
	MediaProjectionCallbackService_OnCapturedContentVisibilityChanged_FullMethodName = "/projection.MediaProjectionCallbackService/OnCapturedContentVisibilityChanged"
	MediaProjectionCallbackService_OnStop_FullMethodName                             = "/projection.MediaProjectionCallbackService/OnStop"
)

Variables

View Source
var File_proto_projection_projection_proto protoreflect.FileDescriptor
View Source
var MediaProjectionCallbackService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "projection.MediaProjectionCallbackService",
	HandlerType: (*MediaProjectionCallbackServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnCapturedContentResize",
			Handler:    _MediaProjectionCallbackService_OnCapturedContentResize_Handler,
		},
		{
			MethodName: "OnCapturedContentVisibilityChanged",
			Handler:    _MediaProjectionCallbackService_OnCapturedContentVisibilityChanged_Handler,
		},
		{
			MethodName: "OnStop",
			Handler:    _MediaProjectionCallbackService_OnStop_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/projection/projection.proto",
}

MediaProjectionCallbackService_ServiceDesc is the grpc.ServiceDesc for MediaProjectionCallbackService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var MediaProjectionConfigService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "projection.MediaProjectionConfigService",
	HandlerType: (*MediaProjectionConfigServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "DescribeContents",
			Handler:    _MediaProjectionConfigService_DescribeContents_Handler,
		},
		{
			MethodName: "Equals",
			Handler:    _MediaProjectionConfigService_Equals_Handler,
		},
		{
			MethodName: "HashCode",
			Handler:    _MediaProjectionConfigService_HashCode_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _MediaProjectionConfigService_ToString_Handler,
		},
		{
			MethodName: "WriteToParcel",
			Handler:    _MediaProjectionConfigService_WriteToParcel_Handler,
		},
		{
			MethodName: "CreateConfigForDefaultDisplay",
			Handler:    _MediaProjectionConfigService_CreateConfigForDefaultDisplay_Handler,
		},
		{
			MethodName: "CreateConfigForUserChoice",
			Handler:    _MediaProjectionConfigService_CreateConfigForUserChoice_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/projection/projection.proto",
}

MediaProjectionConfigService_ServiceDesc is the grpc.ServiceDesc for MediaProjectionConfigService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var MediaProjectionManagerService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "projection.MediaProjectionManagerService",
	HandlerType: (*MediaProjectionManagerServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "CreateScreenCaptureIntent0",
			Handler:    _MediaProjectionManagerService_CreateScreenCaptureIntent0_Handler,
		},
		{
			MethodName: "CreateScreenCaptureIntent1_1",
			Handler:    _MediaProjectionManagerService_CreateScreenCaptureIntent1_1_Handler,
		},
		{
			MethodName: "GetMediaProjection",
			Handler:    _MediaProjectionManagerService_GetMediaProjection_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/projection/projection.proto",
}

MediaProjectionManagerService_ServiceDesc is the grpc.ServiceDesc for MediaProjectionManagerService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var MediaProjectionService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "projection.MediaProjectionService",
	HandlerType: (*MediaProjectionServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "Stop",
			Handler:    _MediaProjectionService_Stop_Handler,
		},
		{
			MethodName: "UnregisterCallback",
			Handler:    _MediaProjectionService_UnregisterCallback_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/projection/projection.proto",
}

MediaProjectionService_ServiceDesc is the grpc.ServiceDesc for MediaProjectionService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var VirtualDisplayCallbackService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "projection.VirtualDisplayCallbackService",
	HandlerType: (*VirtualDisplayCallbackServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "OnPaused",
			Handler:    _VirtualDisplayCallbackService_OnPaused_Handler,
		},
		{
			MethodName: "OnResumed",
			Handler:    _VirtualDisplayCallbackService_OnResumed_Handler,
		},
		{
			MethodName: "OnStopped",
			Handler:    _VirtualDisplayCallbackService_OnStopped_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/projection/projection.proto",
}

VirtualDisplayCallbackService_ServiceDesc is the grpc.ServiceDesc for VirtualDisplayCallbackService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

View Source
var VirtualDisplayService_ServiceDesc = grpc.ServiceDesc{
	ServiceName: "projection.VirtualDisplayService",
	HandlerType: (*VirtualDisplayServiceServer)(nil),
	Methods: []grpc.MethodDesc{
		{
			MethodName: "GetDisplay",
			Handler:    _VirtualDisplayService_GetDisplay_Handler,
		},
		{
			MethodName: "GetSurface",
			Handler:    _VirtualDisplayService_GetSurface_Handler,
		},
		{
			MethodName: "Release",
			Handler:    _VirtualDisplayService_Release_Handler,
		},
		{
			MethodName: "Resize",
			Handler:    _VirtualDisplayService_Resize_Handler,
		},
		{
			MethodName: "SetRotation",
			Handler:    _VirtualDisplayService_SetRotation_Handler,
		},
		{
			MethodName: "SetSurface",
			Handler:    _VirtualDisplayService_SetSurface_Handler,
		},
		{
			MethodName: "ToString",
			Handler:    _VirtualDisplayService_ToString_Handler,
		},
	},
	Streams:  []grpc.StreamDesc{},
	Metadata: "proto/projection/projection.proto",
}

VirtualDisplayService_ServiceDesc is the grpc.ServiceDesc for VirtualDisplayService service. It's only intended for direct use with grpc.RegisterService, and not to be introspected or modified (even as a copy)

Functions

func RegisterMediaProjectionCallbackServiceServer added in v0.0.6

func RegisterMediaProjectionCallbackServiceServer(s grpc.ServiceRegistrar, srv MediaProjectionCallbackServiceServer)

func RegisterMediaProjectionConfigServiceServer added in v0.0.6

func RegisterMediaProjectionConfigServiceServer(s grpc.ServiceRegistrar, srv MediaProjectionConfigServiceServer)

func RegisterMediaProjectionManagerServiceServer

func RegisterMediaProjectionManagerServiceServer(s grpc.ServiceRegistrar, srv MediaProjectionManagerServiceServer)

func RegisterMediaProjectionServiceServer

func RegisterMediaProjectionServiceServer(s grpc.ServiceRegistrar, srv MediaProjectionServiceServer)

func RegisterVirtualDisplayCallbackServiceServer added in v0.0.6

func RegisterVirtualDisplayCallbackServiceServer(s grpc.ServiceRegistrar, srv VirtualDisplayCallbackServiceServer)

func RegisterVirtualDisplayServiceServer

func RegisterVirtualDisplayServiceServer(s grpc.ServiceRegistrar, srv VirtualDisplayServiceServer)

Types

type CreateConfigForDefaultDisplayRequest added in v0.0.6

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

func (*CreateConfigForDefaultDisplayRequest) Descriptor deprecated added in v0.0.6

func (*CreateConfigForDefaultDisplayRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateConfigForDefaultDisplayRequest.ProtoReflect.Descriptor instead.

func (*CreateConfigForDefaultDisplayRequest) ProtoMessage added in v0.0.6

func (*CreateConfigForDefaultDisplayRequest) ProtoMessage()

func (*CreateConfigForDefaultDisplayRequest) ProtoReflect added in v0.0.6

func (*CreateConfigForDefaultDisplayRequest) Reset added in v0.0.6

func (*CreateConfigForDefaultDisplayRequest) String added in v0.0.6

type CreateConfigForDefaultDisplayResponse added in v0.0.6

type CreateConfigForDefaultDisplayResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateConfigForDefaultDisplayResponse) Descriptor deprecated added in v0.0.6

func (*CreateConfigForDefaultDisplayResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateConfigForDefaultDisplayResponse.ProtoReflect.Descriptor instead.

func (*CreateConfigForDefaultDisplayResponse) GetResult added in v0.0.6

func (*CreateConfigForDefaultDisplayResponse) ProtoMessage added in v0.0.6

func (*CreateConfigForDefaultDisplayResponse) ProtoMessage()

func (*CreateConfigForDefaultDisplayResponse) ProtoReflect added in v0.0.6

func (*CreateConfigForDefaultDisplayResponse) Reset added in v0.0.6

func (*CreateConfigForDefaultDisplayResponse) String added in v0.0.6

type CreateConfigForUserChoiceRequest added in v0.0.6

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

func (*CreateConfigForUserChoiceRequest) Descriptor deprecated added in v0.0.6

func (*CreateConfigForUserChoiceRequest) Descriptor() ([]byte, []int)

Deprecated: Use CreateConfigForUserChoiceRequest.ProtoReflect.Descriptor instead.

func (*CreateConfigForUserChoiceRequest) ProtoMessage added in v0.0.6

func (*CreateConfigForUserChoiceRequest) ProtoMessage()

func (*CreateConfigForUserChoiceRequest) ProtoReflect added in v0.0.6

func (*CreateConfigForUserChoiceRequest) Reset added in v0.0.6

func (*CreateConfigForUserChoiceRequest) String added in v0.0.6

type CreateConfigForUserChoiceResponse added in v0.0.6

type CreateConfigForUserChoiceResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateConfigForUserChoiceResponse) Descriptor deprecated added in v0.0.6

func (*CreateConfigForUserChoiceResponse) Descriptor() ([]byte, []int)

Deprecated: Use CreateConfigForUserChoiceResponse.ProtoReflect.Descriptor instead.

func (*CreateConfigForUserChoiceResponse) GetResult added in v0.0.6

func (*CreateConfigForUserChoiceResponse) ProtoMessage added in v0.0.6

func (*CreateConfigForUserChoiceResponse) ProtoMessage()

func (*CreateConfigForUserChoiceResponse) ProtoReflect added in v0.0.6

func (*CreateConfigForUserChoiceResponse) Reset added in v0.0.6

func (*CreateConfigForUserChoiceResponse) String added in v0.0.6

type CreateScreenCaptureIntent0Request

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

func (*CreateScreenCaptureIntent0Request) Descriptor deprecated

func (*CreateScreenCaptureIntent0Request) Descriptor() ([]byte, []int)

Deprecated: Use CreateScreenCaptureIntent0Request.ProtoReflect.Descriptor instead.

func (*CreateScreenCaptureIntent0Request) ProtoMessage

func (*CreateScreenCaptureIntent0Request) ProtoMessage()

func (*CreateScreenCaptureIntent0Request) ProtoReflect

func (*CreateScreenCaptureIntent0Request) Reset

func (*CreateScreenCaptureIntent0Request) String

type CreateScreenCaptureIntent0Response

type CreateScreenCaptureIntent0Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateScreenCaptureIntent0Response) Descriptor deprecated

func (*CreateScreenCaptureIntent0Response) Descriptor() ([]byte, []int)

Deprecated: Use CreateScreenCaptureIntent0Response.ProtoReflect.Descriptor instead.

func (*CreateScreenCaptureIntent0Response) GetResult

func (*CreateScreenCaptureIntent0Response) ProtoMessage

func (*CreateScreenCaptureIntent0Response) ProtoMessage()

func (*CreateScreenCaptureIntent0Response) ProtoReflect

func (*CreateScreenCaptureIntent0Response) Reset

func (*CreateScreenCaptureIntent0Response) String

type CreateScreenCaptureIntent1_1Request

type CreateScreenCaptureIntent1_1Request struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateScreenCaptureIntent1_1Request) Descriptor deprecated

func (*CreateScreenCaptureIntent1_1Request) Descriptor() ([]byte, []int)

Deprecated: Use CreateScreenCaptureIntent1_1Request.ProtoReflect.Descriptor instead.

func (*CreateScreenCaptureIntent1_1Request) GetArg0

func (*CreateScreenCaptureIntent1_1Request) ProtoMessage

func (*CreateScreenCaptureIntent1_1Request) ProtoMessage()

func (*CreateScreenCaptureIntent1_1Request) ProtoReflect

func (*CreateScreenCaptureIntent1_1Request) Reset

func (*CreateScreenCaptureIntent1_1Request) String

type CreateScreenCaptureIntent1_1Response

type CreateScreenCaptureIntent1_1Response struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*CreateScreenCaptureIntent1_1Response) Descriptor deprecated

func (*CreateScreenCaptureIntent1_1Response) Descriptor() ([]byte, []int)

Deprecated: Use CreateScreenCaptureIntent1_1Response.ProtoReflect.Descriptor instead.

func (*CreateScreenCaptureIntent1_1Response) GetResult

func (*CreateScreenCaptureIntent1_1Response) ProtoMessage

func (*CreateScreenCaptureIntent1_1Response) ProtoMessage()

func (*CreateScreenCaptureIntent1_1Response) ProtoReflect

func (*CreateScreenCaptureIntent1_1Response) Reset

func (*CreateScreenCaptureIntent1_1Response) String

type DescribeContentsRequest added in v0.0.6

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

func (*DescribeContentsRequest) Descriptor deprecated added in v0.0.6

func (*DescribeContentsRequest) Descriptor() ([]byte, []int)

Deprecated: Use DescribeContentsRequest.ProtoReflect.Descriptor instead.

func (*DescribeContentsRequest) ProtoMessage added in v0.0.6

func (*DescribeContentsRequest) ProtoMessage()

func (*DescribeContentsRequest) ProtoReflect added in v0.0.6

func (x *DescribeContentsRequest) ProtoReflect() protoreflect.Message

func (*DescribeContentsRequest) Reset added in v0.0.6

func (x *DescribeContentsRequest) Reset()

func (*DescribeContentsRequest) String added in v0.0.6

func (x *DescribeContentsRequest) String() string

type DescribeContentsResponse added in v0.0.6

type DescribeContentsResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*DescribeContentsResponse) Descriptor deprecated added in v0.0.6

func (*DescribeContentsResponse) Descriptor() ([]byte, []int)

Deprecated: Use DescribeContentsResponse.ProtoReflect.Descriptor instead.

func (*DescribeContentsResponse) GetResult added in v0.0.6

func (x *DescribeContentsResponse) GetResult() int32

func (*DescribeContentsResponse) ProtoMessage added in v0.0.6

func (*DescribeContentsResponse) ProtoMessage()

func (*DescribeContentsResponse) ProtoReflect added in v0.0.6

func (x *DescribeContentsResponse) ProtoReflect() protoreflect.Message

func (*DescribeContentsResponse) Reset added in v0.0.6

func (x *DescribeContentsResponse) Reset()

func (*DescribeContentsResponse) String added in v0.0.6

func (x *DescribeContentsResponse) String() string

type EqualsRequest added in v0.0.6

type EqualsRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*EqualsRequest) Descriptor deprecated added in v0.0.6

func (*EqualsRequest) Descriptor() ([]byte, []int)

Deprecated: Use EqualsRequest.ProtoReflect.Descriptor instead.

func (*EqualsRequest) GetArg0 added in v0.0.6

func (x *EqualsRequest) GetArg0() int64

func (*EqualsRequest) ProtoMessage added in v0.0.6

func (*EqualsRequest) ProtoMessage()

func (*EqualsRequest) ProtoReflect added in v0.0.6

func (x *EqualsRequest) ProtoReflect() protoreflect.Message

func (*EqualsRequest) Reset added in v0.0.6

func (x *EqualsRequest) Reset()

func (*EqualsRequest) String added in v0.0.6

func (x *EqualsRequest) String() string

type EqualsResponse added in v0.0.6

type EqualsResponse struct {
	Result bool `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*EqualsResponse) Descriptor deprecated added in v0.0.6

func (*EqualsResponse) Descriptor() ([]byte, []int)

Deprecated: Use EqualsResponse.ProtoReflect.Descriptor instead.

func (*EqualsResponse) GetResult added in v0.0.6

func (x *EqualsResponse) GetResult() bool

func (*EqualsResponse) ProtoMessage added in v0.0.6

func (*EqualsResponse) ProtoMessage()

func (*EqualsResponse) ProtoReflect added in v0.0.6

func (x *EqualsResponse) ProtoReflect() protoreflect.Message

func (*EqualsResponse) Reset added in v0.0.6

func (x *EqualsResponse) Reset()

func (*EqualsResponse) String added in v0.0.6

func (x *EqualsResponse) String() string

type GetDisplayRequest

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

func (*GetDisplayRequest) Descriptor deprecated

func (*GetDisplayRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetDisplayRequest.ProtoReflect.Descriptor instead.

func (*GetDisplayRequest) ProtoMessage

func (*GetDisplayRequest) ProtoMessage()

func (*GetDisplayRequest) ProtoReflect

func (x *GetDisplayRequest) ProtoReflect() protoreflect.Message

func (*GetDisplayRequest) Reset

func (x *GetDisplayRequest) Reset()

func (*GetDisplayRequest) String

func (x *GetDisplayRequest) String() string

type GetDisplayResponse

type GetDisplayResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetDisplayResponse) Descriptor deprecated

func (*GetDisplayResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetDisplayResponse.ProtoReflect.Descriptor instead.

func (*GetDisplayResponse) GetResult

func (x *GetDisplayResponse) GetResult() int64

func (*GetDisplayResponse) ProtoMessage

func (*GetDisplayResponse) ProtoMessage()

func (*GetDisplayResponse) ProtoReflect

func (x *GetDisplayResponse) ProtoReflect() protoreflect.Message

func (*GetDisplayResponse) Reset

func (x *GetDisplayResponse) Reset()

func (*GetDisplayResponse) String

func (x *GetDisplayResponse) String() string

type GetMediaProjectionRequest

type GetMediaProjectionRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int64 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMediaProjectionRequest) Descriptor deprecated

func (*GetMediaProjectionRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetMediaProjectionRequest.ProtoReflect.Descriptor instead.

func (*GetMediaProjectionRequest) GetArg0

func (x *GetMediaProjectionRequest) GetArg0() int32

func (*GetMediaProjectionRequest) GetArg1

func (x *GetMediaProjectionRequest) GetArg1() int64

func (*GetMediaProjectionRequest) ProtoMessage

func (*GetMediaProjectionRequest) ProtoMessage()

func (*GetMediaProjectionRequest) ProtoReflect

func (*GetMediaProjectionRequest) Reset

func (x *GetMediaProjectionRequest) Reset()

func (*GetMediaProjectionRequest) String

func (x *GetMediaProjectionRequest) String() string

type GetMediaProjectionResponse

type GetMediaProjectionResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetMediaProjectionResponse) Descriptor deprecated

func (*GetMediaProjectionResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetMediaProjectionResponse.ProtoReflect.Descriptor instead.

func (*GetMediaProjectionResponse) GetResult

func (x *GetMediaProjectionResponse) GetResult() int64

func (*GetMediaProjectionResponse) ProtoMessage

func (*GetMediaProjectionResponse) ProtoMessage()

func (*GetMediaProjectionResponse) ProtoReflect

func (*GetMediaProjectionResponse) Reset

func (x *GetMediaProjectionResponse) Reset()

func (*GetMediaProjectionResponse) String

func (x *GetMediaProjectionResponse) String() string

type GetSurfaceRequest

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

func (*GetSurfaceRequest) Descriptor deprecated

func (*GetSurfaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use GetSurfaceRequest.ProtoReflect.Descriptor instead.

func (*GetSurfaceRequest) ProtoMessage

func (*GetSurfaceRequest) ProtoMessage()

func (*GetSurfaceRequest) ProtoReflect

func (x *GetSurfaceRequest) ProtoReflect() protoreflect.Message

func (*GetSurfaceRequest) Reset

func (x *GetSurfaceRequest) Reset()

func (*GetSurfaceRequest) String

func (x *GetSurfaceRequest) String() string

type GetSurfaceResponse

type GetSurfaceResponse struct {
	Result int64 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*GetSurfaceResponse) Descriptor deprecated

func (*GetSurfaceResponse) Descriptor() ([]byte, []int)

Deprecated: Use GetSurfaceResponse.ProtoReflect.Descriptor instead.

func (*GetSurfaceResponse) GetResult

func (x *GetSurfaceResponse) GetResult() int64

func (*GetSurfaceResponse) ProtoMessage

func (*GetSurfaceResponse) ProtoMessage()

func (*GetSurfaceResponse) ProtoReflect

func (x *GetSurfaceResponse) ProtoReflect() protoreflect.Message

func (*GetSurfaceResponse) Reset

func (x *GetSurfaceResponse) Reset()

func (*GetSurfaceResponse) String

func (x *GetSurfaceResponse) String() string

type HashCodeRequest added in v0.0.6

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

func (*HashCodeRequest) Descriptor deprecated added in v0.0.6

func (*HashCodeRequest) Descriptor() ([]byte, []int)

Deprecated: Use HashCodeRequest.ProtoReflect.Descriptor instead.

func (*HashCodeRequest) ProtoMessage added in v0.0.6

func (*HashCodeRequest) ProtoMessage()

func (*HashCodeRequest) ProtoReflect added in v0.0.6

func (x *HashCodeRequest) ProtoReflect() protoreflect.Message

func (*HashCodeRequest) Reset added in v0.0.6

func (x *HashCodeRequest) Reset()

func (*HashCodeRequest) String added in v0.0.6

func (x *HashCodeRequest) String() string

type HashCodeResponse added in v0.0.6

type HashCodeResponse struct {
	Result int32 `protobuf:"varint,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*HashCodeResponse) Descriptor deprecated added in v0.0.6

func (*HashCodeResponse) Descriptor() ([]byte, []int)

Deprecated: Use HashCodeResponse.ProtoReflect.Descriptor instead.

func (*HashCodeResponse) GetResult added in v0.0.6

func (x *HashCodeResponse) GetResult() int32

func (*HashCodeResponse) ProtoMessage added in v0.0.6

func (*HashCodeResponse) ProtoMessage()

func (*HashCodeResponse) ProtoReflect added in v0.0.6

func (x *HashCodeResponse) ProtoReflect() protoreflect.Message

func (*HashCodeResponse) Reset added in v0.0.6

func (x *HashCodeResponse) Reset()

func (*HashCodeResponse) String added in v0.0.6

func (x *HashCodeResponse) String() string

type MediaProjectionCallbackServiceClient added in v0.0.6

type MediaProjectionCallbackServiceClient interface {
	OnCapturedContentResize(ctx context.Context, in *OnCapturedContentResizeRequest, opts ...grpc.CallOption) (*OnCapturedContentResizeResponse, error)
	OnCapturedContentVisibilityChanged(ctx context.Context, in *OnCapturedContentVisibilityChangedRequest, opts ...grpc.CallOption) (*OnCapturedContentVisibilityChangedResponse, error)
	OnStop(ctx context.Context, in *OnStopRequest, opts ...grpc.CallOption) (*OnStopResponse, error)
}

MediaProjectionCallbackServiceClient is the client API for MediaProjectionCallbackService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewMediaProjectionCallbackServiceClient added in v0.0.6

func NewMediaProjectionCallbackServiceClient(cc grpc.ClientConnInterface) MediaProjectionCallbackServiceClient

type MediaProjectionCallbackServiceServer added in v0.0.6

type MediaProjectionCallbackServiceServer interface {
	OnCapturedContentResize(context.Context, *OnCapturedContentResizeRequest) (*OnCapturedContentResizeResponse, error)
	OnCapturedContentVisibilityChanged(context.Context, *OnCapturedContentVisibilityChangedRequest) (*OnCapturedContentVisibilityChangedResponse, error)
	OnStop(context.Context, *OnStopRequest) (*OnStopResponse, error)
	// contains filtered or unexported methods
}

MediaProjectionCallbackServiceServer is the server API for MediaProjectionCallbackService service. All implementations must embed UnimplementedMediaProjectionCallbackServiceServer for forward compatibility.

type MediaProjectionConfigServiceClient added in v0.0.6

type MediaProjectionConfigServiceClient interface {
	DescribeContents(ctx context.Context, in *DescribeContentsRequest, opts ...grpc.CallOption) (*DescribeContentsResponse, error)
	Equals(ctx context.Context, in *EqualsRequest, opts ...grpc.CallOption) (*EqualsResponse, error)
	HashCode(ctx context.Context, in *HashCodeRequest, opts ...grpc.CallOption) (*HashCodeResponse, error)
	ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
	WriteToParcel(ctx context.Context, in *WriteToParcelRequest, opts ...grpc.CallOption) (*WriteToParcelResponse, error)
	CreateConfigForDefaultDisplay(ctx context.Context, in *CreateConfigForDefaultDisplayRequest, opts ...grpc.CallOption) (*CreateConfigForDefaultDisplayResponse, error)
	CreateConfigForUserChoice(ctx context.Context, in *CreateConfigForUserChoiceRequest, opts ...grpc.CallOption) (*CreateConfigForUserChoiceResponse, error)
}

MediaProjectionConfigServiceClient is the client API for MediaProjectionConfigService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewMediaProjectionConfigServiceClient added in v0.0.6

func NewMediaProjectionConfigServiceClient(cc grpc.ClientConnInterface) MediaProjectionConfigServiceClient

type MediaProjectionConfigServiceServer added in v0.0.6

MediaProjectionConfigServiceServer is the server API for MediaProjectionConfigService service. All implementations must embed UnimplementedMediaProjectionConfigServiceServer for forward compatibility.

type MediaProjectionManagerServiceClient

type MediaProjectionManagerServiceClient interface {
	CreateScreenCaptureIntent0(ctx context.Context, in *CreateScreenCaptureIntent0Request, opts ...grpc.CallOption) (*CreateScreenCaptureIntent0Response, error)
	CreateScreenCaptureIntent1_1(ctx context.Context, in *CreateScreenCaptureIntent1_1Request, opts ...grpc.CallOption) (*CreateScreenCaptureIntent1_1Response, error)
	GetMediaProjection(ctx context.Context, in *GetMediaProjectionRequest, opts ...grpc.CallOption) (*GetMediaProjectionResponse, error)
}

MediaProjectionManagerServiceClient is the client API for MediaProjectionManagerService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type MediaProjectionManagerServiceServer

type MediaProjectionManagerServiceServer interface {
	CreateScreenCaptureIntent0(context.Context, *CreateScreenCaptureIntent0Request) (*CreateScreenCaptureIntent0Response, error)
	CreateScreenCaptureIntent1_1(context.Context, *CreateScreenCaptureIntent1_1Request) (*CreateScreenCaptureIntent1_1Response, error)
	GetMediaProjection(context.Context, *GetMediaProjectionRequest) (*GetMediaProjectionResponse, error)
	// contains filtered or unexported methods
}

MediaProjectionManagerServiceServer is the server API for MediaProjectionManagerService service. All implementations must embed UnimplementedMediaProjectionManagerServiceServer for forward compatibility.

type MediaProjectionServiceClient

type MediaProjectionServiceClient interface {
	Stop(ctx context.Context, in *StopRequest, opts ...grpc.CallOption) (*StopResponse, error)
	UnregisterCallback(ctx context.Context, in *UnregisterCallbackRequest, opts ...grpc.CallOption) (*UnregisterCallbackResponse, error)
}

MediaProjectionServiceClient is the client API for MediaProjectionService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type MediaProjectionServiceServer

type MediaProjectionServiceServer interface {
	Stop(context.Context, *StopRequest) (*StopResponse, error)
	UnregisterCallback(context.Context, *UnregisterCallbackRequest) (*UnregisterCallbackResponse, error)
	// contains filtered or unexported methods
}

MediaProjectionServiceServer is the server API for MediaProjectionService service. All implementations must embed UnimplementedMediaProjectionServiceServer for forward compatibility.

type OnCapturedContentResizeRequest added in v0.0.6

type OnCapturedContentResizeRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*OnCapturedContentResizeRequest) Descriptor deprecated added in v0.0.6

func (*OnCapturedContentResizeRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnCapturedContentResizeRequest.ProtoReflect.Descriptor instead.

func (*OnCapturedContentResizeRequest) GetArg0 added in v0.0.6

func (*OnCapturedContentResizeRequest) GetArg1 added in v0.0.6

func (*OnCapturedContentResizeRequest) ProtoMessage added in v0.0.6

func (*OnCapturedContentResizeRequest) ProtoMessage()

func (*OnCapturedContentResizeRequest) ProtoReflect added in v0.0.6

func (*OnCapturedContentResizeRequest) Reset added in v0.0.6

func (x *OnCapturedContentResizeRequest) Reset()

func (*OnCapturedContentResizeRequest) String added in v0.0.6

type OnCapturedContentResizeResponse added in v0.0.6

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

func (*OnCapturedContentResizeResponse) Descriptor deprecated added in v0.0.6

func (*OnCapturedContentResizeResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnCapturedContentResizeResponse.ProtoReflect.Descriptor instead.

func (*OnCapturedContentResizeResponse) ProtoMessage added in v0.0.6

func (*OnCapturedContentResizeResponse) ProtoMessage()

func (*OnCapturedContentResizeResponse) ProtoReflect added in v0.0.6

func (*OnCapturedContentResizeResponse) Reset added in v0.0.6

func (*OnCapturedContentResizeResponse) String added in v0.0.6

type OnCapturedContentVisibilityChangedRequest added in v0.0.6

type OnCapturedContentVisibilityChangedRequest struct {
	Arg0 bool `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*OnCapturedContentVisibilityChangedRequest) Descriptor deprecated added in v0.0.6

func (*OnCapturedContentVisibilityChangedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnCapturedContentVisibilityChangedRequest.ProtoReflect.Descriptor instead.

func (*OnCapturedContentVisibilityChangedRequest) GetArg0 added in v0.0.6

func (*OnCapturedContentVisibilityChangedRequest) ProtoMessage added in v0.0.6

func (*OnCapturedContentVisibilityChangedRequest) ProtoReflect added in v0.0.6

func (*OnCapturedContentVisibilityChangedRequest) Reset added in v0.0.6

func (*OnCapturedContentVisibilityChangedRequest) String added in v0.0.6

type OnCapturedContentVisibilityChangedResponse added in v0.0.6

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

func (*OnCapturedContentVisibilityChangedResponse) Descriptor deprecated added in v0.0.6

Deprecated: Use OnCapturedContentVisibilityChangedResponse.ProtoReflect.Descriptor instead.

func (*OnCapturedContentVisibilityChangedResponse) ProtoMessage added in v0.0.6

func (*OnCapturedContentVisibilityChangedResponse) ProtoReflect added in v0.0.6

func (*OnCapturedContentVisibilityChangedResponse) Reset added in v0.0.6

func (*OnCapturedContentVisibilityChangedResponse) String added in v0.0.6

type OnPausedRequest added in v0.0.6

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

func (*OnPausedRequest) Descriptor deprecated added in v0.0.6

func (*OnPausedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnPausedRequest.ProtoReflect.Descriptor instead.

func (*OnPausedRequest) ProtoMessage added in v0.0.6

func (*OnPausedRequest) ProtoMessage()

func (*OnPausedRequest) ProtoReflect added in v0.0.6

func (x *OnPausedRequest) ProtoReflect() protoreflect.Message

func (*OnPausedRequest) Reset added in v0.0.6

func (x *OnPausedRequest) Reset()

func (*OnPausedRequest) String added in v0.0.6

func (x *OnPausedRequest) String() string

type OnPausedResponse added in v0.0.6

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

func (*OnPausedResponse) Descriptor deprecated added in v0.0.6

func (*OnPausedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnPausedResponse.ProtoReflect.Descriptor instead.

func (*OnPausedResponse) ProtoMessage added in v0.0.6

func (*OnPausedResponse) ProtoMessage()

func (*OnPausedResponse) ProtoReflect added in v0.0.6

func (x *OnPausedResponse) ProtoReflect() protoreflect.Message

func (*OnPausedResponse) Reset added in v0.0.6

func (x *OnPausedResponse) Reset()

func (*OnPausedResponse) String added in v0.0.6

func (x *OnPausedResponse) String() string

type OnResumedRequest added in v0.0.6

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

func (*OnResumedRequest) Descriptor deprecated added in v0.0.6

func (*OnResumedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnResumedRequest.ProtoReflect.Descriptor instead.

func (*OnResumedRequest) ProtoMessage added in v0.0.6

func (*OnResumedRequest) ProtoMessage()

func (*OnResumedRequest) ProtoReflect added in v0.0.6

func (x *OnResumedRequest) ProtoReflect() protoreflect.Message

func (*OnResumedRequest) Reset added in v0.0.6

func (x *OnResumedRequest) Reset()

func (*OnResumedRequest) String added in v0.0.6

func (x *OnResumedRequest) String() string

type OnResumedResponse added in v0.0.6

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

func (*OnResumedResponse) Descriptor deprecated added in v0.0.6

func (*OnResumedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnResumedResponse.ProtoReflect.Descriptor instead.

func (*OnResumedResponse) ProtoMessage added in v0.0.6

func (*OnResumedResponse) ProtoMessage()

func (*OnResumedResponse) ProtoReflect added in v0.0.6

func (x *OnResumedResponse) ProtoReflect() protoreflect.Message

func (*OnResumedResponse) Reset added in v0.0.6

func (x *OnResumedResponse) Reset()

func (*OnResumedResponse) String added in v0.0.6

func (x *OnResumedResponse) String() string

type OnStopRequest added in v0.0.6

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

func (*OnStopRequest) Descriptor deprecated added in v0.0.6

func (*OnStopRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnStopRequest.ProtoReflect.Descriptor instead.

func (*OnStopRequest) ProtoMessage added in v0.0.6

func (*OnStopRequest) ProtoMessage()

func (*OnStopRequest) ProtoReflect added in v0.0.6

func (x *OnStopRequest) ProtoReflect() protoreflect.Message

func (*OnStopRequest) Reset added in v0.0.6

func (x *OnStopRequest) Reset()

func (*OnStopRequest) String added in v0.0.6

func (x *OnStopRequest) String() string

type OnStopResponse added in v0.0.6

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

func (*OnStopResponse) Descriptor deprecated added in v0.0.6

func (*OnStopResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnStopResponse.ProtoReflect.Descriptor instead.

func (*OnStopResponse) ProtoMessage added in v0.0.6

func (*OnStopResponse) ProtoMessage()

func (*OnStopResponse) ProtoReflect added in v0.0.6

func (x *OnStopResponse) ProtoReflect() protoreflect.Message

func (*OnStopResponse) Reset added in v0.0.6

func (x *OnStopResponse) Reset()

func (*OnStopResponse) String added in v0.0.6

func (x *OnStopResponse) String() string

type OnStoppedRequest added in v0.0.6

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

func (*OnStoppedRequest) Descriptor deprecated added in v0.0.6

func (*OnStoppedRequest) Descriptor() ([]byte, []int)

Deprecated: Use OnStoppedRequest.ProtoReflect.Descriptor instead.

func (*OnStoppedRequest) ProtoMessage added in v0.0.6

func (*OnStoppedRequest) ProtoMessage()

func (*OnStoppedRequest) ProtoReflect added in v0.0.6

func (x *OnStoppedRequest) ProtoReflect() protoreflect.Message

func (*OnStoppedRequest) Reset added in v0.0.6

func (x *OnStoppedRequest) Reset()

func (*OnStoppedRequest) String added in v0.0.6

func (x *OnStoppedRequest) String() string

type OnStoppedResponse added in v0.0.6

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

func (*OnStoppedResponse) Descriptor deprecated added in v0.0.6

func (*OnStoppedResponse) Descriptor() ([]byte, []int)

Deprecated: Use OnStoppedResponse.ProtoReflect.Descriptor instead.

func (*OnStoppedResponse) ProtoMessage added in v0.0.6

func (*OnStoppedResponse) ProtoMessage()

func (*OnStoppedResponse) ProtoReflect added in v0.0.6

func (x *OnStoppedResponse) ProtoReflect() protoreflect.Message

func (*OnStoppedResponse) Reset added in v0.0.6

func (x *OnStoppedResponse) Reset()

func (*OnStoppedResponse) String added in v0.0.6

func (x *OnStoppedResponse) String() string

type ReleaseRequest

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

func (*ReleaseRequest) Descriptor deprecated

func (*ReleaseRequest) Descriptor() ([]byte, []int)

Deprecated: Use ReleaseRequest.ProtoReflect.Descriptor instead.

func (*ReleaseRequest) ProtoMessage

func (*ReleaseRequest) ProtoMessage()

func (*ReleaseRequest) ProtoReflect

func (x *ReleaseRequest) ProtoReflect() protoreflect.Message

func (*ReleaseRequest) Reset

func (x *ReleaseRequest) Reset()

func (*ReleaseRequest) String

func (x *ReleaseRequest) String() string

type ReleaseResponse

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

func (*ReleaseResponse) Descriptor deprecated

func (*ReleaseResponse) Descriptor() ([]byte, []int)

Deprecated: Use ReleaseResponse.ProtoReflect.Descriptor instead.

func (*ReleaseResponse) ProtoMessage

func (*ReleaseResponse) ProtoMessage()

func (*ReleaseResponse) ProtoReflect

func (x *ReleaseResponse) ProtoReflect() protoreflect.Message

func (*ReleaseResponse) Reset

func (x *ReleaseResponse) Reset()

func (*ReleaseResponse) String

func (x *ReleaseResponse) String() string

type ResizeRequest

type ResizeRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	Arg2 int32 `protobuf:"varint,3,opt,name=arg2,proto3" json:"arg2,omitempty"`
	// contains filtered or unexported fields
}

func (*ResizeRequest) Descriptor deprecated

func (*ResizeRequest) Descriptor() ([]byte, []int)

Deprecated: Use ResizeRequest.ProtoReflect.Descriptor instead.

func (*ResizeRequest) GetArg0

func (x *ResizeRequest) GetArg0() int32

func (*ResizeRequest) GetArg1

func (x *ResizeRequest) GetArg1() int32

func (*ResizeRequest) GetArg2

func (x *ResizeRequest) GetArg2() int32

func (*ResizeRequest) ProtoMessage

func (*ResizeRequest) ProtoMessage()

func (*ResizeRequest) ProtoReflect

func (x *ResizeRequest) ProtoReflect() protoreflect.Message

func (*ResizeRequest) Reset

func (x *ResizeRequest) Reset()

func (*ResizeRequest) String

func (x *ResizeRequest) String() string

type ResizeResponse

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

func (*ResizeResponse) Descriptor deprecated

func (*ResizeResponse) Descriptor() ([]byte, []int)

Deprecated: Use ResizeResponse.ProtoReflect.Descriptor instead.

func (*ResizeResponse) ProtoMessage

func (*ResizeResponse) ProtoMessage()

func (*ResizeResponse) ProtoReflect

func (x *ResizeResponse) ProtoReflect() protoreflect.Message

func (*ResizeResponse) Reset

func (x *ResizeResponse) Reset()

func (*ResizeResponse) String

func (x *ResizeResponse) String() string

type SetRotationRequest

type SetRotationRequest struct {
	Arg0 int32 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetRotationRequest) Descriptor deprecated

func (*SetRotationRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetRotationRequest.ProtoReflect.Descriptor instead.

func (*SetRotationRequest) GetArg0

func (x *SetRotationRequest) GetArg0() int32

func (*SetRotationRequest) ProtoMessage

func (*SetRotationRequest) ProtoMessage()

func (*SetRotationRequest) ProtoReflect

func (x *SetRotationRequest) ProtoReflect() protoreflect.Message

func (*SetRotationRequest) Reset

func (x *SetRotationRequest) Reset()

func (*SetRotationRequest) String

func (x *SetRotationRequest) String() string

type SetRotationResponse

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

func (*SetRotationResponse) Descriptor deprecated

func (*SetRotationResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetRotationResponse.ProtoReflect.Descriptor instead.

func (*SetRotationResponse) ProtoMessage

func (*SetRotationResponse) ProtoMessage()

func (*SetRotationResponse) ProtoReflect

func (x *SetRotationResponse) ProtoReflect() protoreflect.Message

func (*SetRotationResponse) Reset

func (x *SetRotationResponse) Reset()

func (*SetRotationResponse) String

func (x *SetRotationResponse) String() string

type SetSurfaceRequest

type SetSurfaceRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*SetSurfaceRequest) Descriptor deprecated

func (*SetSurfaceRequest) Descriptor() ([]byte, []int)

Deprecated: Use SetSurfaceRequest.ProtoReflect.Descriptor instead.

func (*SetSurfaceRequest) GetArg0

func (x *SetSurfaceRequest) GetArg0() int64

func (*SetSurfaceRequest) ProtoMessage

func (*SetSurfaceRequest) ProtoMessage()

func (*SetSurfaceRequest) ProtoReflect

func (x *SetSurfaceRequest) ProtoReflect() protoreflect.Message

func (*SetSurfaceRequest) Reset

func (x *SetSurfaceRequest) Reset()

func (*SetSurfaceRequest) String

func (x *SetSurfaceRequest) String() string

type SetSurfaceResponse

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

func (*SetSurfaceResponse) Descriptor deprecated

func (*SetSurfaceResponse) Descriptor() ([]byte, []int)

Deprecated: Use SetSurfaceResponse.ProtoReflect.Descriptor instead.

func (*SetSurfaceResponse) ProtoMessage

func (*SetSurfaceResponse) ProtoMessage()

func (*SetSurfaceResponse) ProtoReflect

func (x *SetSurfaceResponse) ProtoReflect() protoreflect.Message

func (*SetSurfaceResponse) Reset

func (x *SetSurfaceResponse) Reset()

func (*SetSurfaceResponse) String

func (x *SetSurfaceResponse) String() string

type StopRequest

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

func (*StopRequest) Descriptor deprecated

func (*StopRequest) Descriptor() ([]byte, []int)

Deprecated: Use StopRequest.ProtoReflect.Descriptor instead.

func (*StopRequest) ProtoMessage

func (*StopRequest) ProtoMessage()

func (*StopRequest) ProtoReflect

func (x *StopRequest) ProtoReflect() protoreflect.Message

func (*StopRequest) Reset

func (x *StopRequest) Reset()

func (*StopRequest) String

func (x *StopRequest) String() string

type StopResponse

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

func (*StopResponse) Descriptor deprecated

func (*StopResponse) Descriptor() ([]byte, []int)

Deprecated: Use StopResponse.ProtoReflect.Descriptor instead.

func (*StopResponse) ProtoMessage

func (*StopResponse) ProtoMessage()

func (*StopResponse) ProtoReflect

func (x *StopResponse) ProtoReflect() protoreflect.Message

func (*StopResponse) Reset

func (x *StopResponse) Reset()

func (*StopResponse) String

func (x *StopResponse) String() string

type ToStringRequest

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

func (*ToStringRequest) Descriptor deprecated

func (*ToStringRequest) Descriptor() ([]byte, []int)

Deprecated: Use ToStringRequest.ProtoReflect.Descriptor instead.

func (*ToStringRequest) ProtoMessage

func (*ToStringRequest) ProtoMessage()

func (*ToStringRequest) ProtoReflect

func (x *ToStringRequest) ProtoReflect() protoreflect.Message

func (*ToStringRequest) Reset

func (x *ToStringRequest) Reset()

func (*ToStringRequest) String

func (x *ToStringRequest) String() string

type ToStringResponse

type ToStringResponse struct {
	Result string `protobuf:"bytes,1,opt,name=result,proto3" json:"result,omitempty"`
	// contains filtered or unexported fields
}

func (*ToStringResponse) Descriptor deprecated

func (*ToStringResponse) Descriptor() ([]byte, []int)

Deprecated: Use ToStringResponse.ProtoReflect.Descriptor instead.

func (*ToStringResponse) GetResult

func (x *ToStringResponse) GetResult() string

func (*ToStringResponse) ProtoMessage

func (*ToStringResponse) ProtoMessage()

func (*ToStringResponse) ProtoReflect

func (x *ToStringResponse) ProtoReflect() protoreflect.Message

func (*ToStringResponse) Reset

func (x *ToStringResponse) Reset()

func (*ToStringResponse) String

func (x *ToStringResponse) String() string

type UnimplementedMediaProjectionCallbackServiceServer added in v0.0.6

type UnimplementedMediaProjectionCallbackServiceServer struct{}

UnimplementedMediaProjectionCallbackServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedMediaProjectionCallbackServiceServer) OnCapturedContentResize added in v0.0.6

func (UnimplementedMediaProjectionCallbackServiceServer) OnCapturedContentVisibilityChanged added in v0.0.6

func (UnimplementedMediaProjectionCallbackServiceServer) OnStop added in v0.0.6

type UnimplementedMediaProjectionConfigServiceServer added in v0.0.6

type UnimplementedMediaProjectionConfigServiceServer struct{}

UnimplementedMediaProjectionConfigServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedMediaProjectionConfigServiceServer) CreateConfigForDefaultDisplay added in v0.0.6

func (UnimplementedMediaProjectionConfigServiceServer) CreateConfigForUserChoice added in v0.0.6

func (UnimplementedMediaProjectionConfigServiceServer) DescribeContents added in v0.0.6

func (UnimplementedMediaProjectionConfigServiceServer) Equals added in v0.0.6

func (UnimplementedMediaProjectionConfigServiceServer) HashCode added in v0.0.6

func (UnimplementedMediaProjectionConfigServiceServer) ToString added in v0.0.6

func (UnimplementedMediaProjectionConfigServiceServer) WriteToParcel added in v0.0.6

type UnimplementedMediaProjectionManagerServiceServer

type UnimplementedMediaProjectionManagerServiceServer struct{}

UnimplementedMediaProjectionManagerServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedMediaProjectionManagerServiceServer) GetMediaProjection

type UnimplementedMediaProjectionServiceServer

type UnimplementedMediaProjectionServiceServer struct{}

UnimplementedMediaProjectionServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedMediaProjectionServiceServer) Stop

func (UnimplementedMediaProjectionServiceServer) UnregisterCallback

type UnimplementedVirtualDisplayCallbackServiceServer added in v0.0.6

type UnimplementedVirtualDisplayCallbackServiceServer struct{}

UnimplementedVirtualDisplayCallbackServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedVirtualDisplayCallbackServiceServer) OnPaused added in v0.0.6

func (UnimplementedVirtualDisplayCallbackServiceServer) OnResumed added in v0.0.6

func (UnimplementedVirtualDisplayCallbackServiceServer) OnStopped added in v0.0.6

type UnimplementedVirtualDisplayServiceServer

type UnimplementedVirtualDisplayServiceServer struct{}

UnimplementedVirtualDisplayServiceServer must be embedded to have forward compatible implementations.

NOTE: this should be embedded by value instead of pointer to avoid a nil pointer dereference when methods are called.

func (UnimplementedVirtualDisplayServiceServer) GetDisplay

func (UnimplementedVirtualDisplayServiceServer) GetSurface

func (UnimplementedVirtualDisplayServiceServer) Release

func (UnimplementedVirtualDisplayServiceServer) Resize

func (UnimplementedVirtualDisplayServiceServer) SetRotation

func (UnimplementedVirtualDisplayServiceServer) SetSurface

func (UnimplementedVirtualDisplayServiceServer) ToString

type UnregisterCallbackRequest

type UnregisterCallbackRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	// contains filtered or unexported fields
}

func (*UnregisterCallbackRequest) Descriptor deprecated

func (*UnregisterCallbackRequest) Descriptor() ([]byte, []int)

Deprecated: Use UnregisterCallbackRequest.ProtoReflect.Descriptor instead.

func (*UnregisterCallbackRequest) GetArg0

func (x *UnregisterCallbackRequest) GetArg0() int64

func (*UnregisterCallbackRequest) ProtoMessage

func (*UnregisterCallbackRequest) ProtoMessage()

func (*UnregisterCallbackRequest) ProtoReflect

func (*UnregisterCallbackRequest) Reset

func (x *UnregisterCallbackRequest) Reset()

func (*UnregisterCallbackRequest) String

func (x *UnregisterCallbackRequest) String() string

type UnregisterCallbackResponse

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

func (*UnregisterCallbackResponse) Descriptor deprecated

func (*UnregisterCallbackResponse) Descriptor() ([]byte, []int)

Deprecated: Use UnregisterCallbackResponse.ProtoReflect.Descriptor instead.

func (*UnregisterCallbackResponse) ProtoMessage

func (*UnregisterCallbackResponse) ProtoMessage()

func (*UnregisterCallbackResponse) ProtoReflect

func (*UnregisterCallbackResponse) Reset

func (x *UnregisterCallbackResponse) Reset()

func (*UnregisterCallbackResponse) String

func (x *UnregisterCallbackResponse) String() string

type UnsafeMediaProjectionCallbackServiceServer added in v0.0.6

type UnsafeMediaProjectionCallbackServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeMediaProjectionCallbackServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MediaProjectionCallbackServiceServer will result in compilation errors.

type UnsafeMediaProjectionConfigServiceServer added in v0.0.6

type UnsafeMediaProjectionConfigServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeMediaProjectionConfigServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MediaProjectionConfigServiceServer will result in compilation errors.

type UnsafeMediaProjectionManagerServiceServer

type UnsafeMediaProjectionManagerServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeMediaProjectionManagerServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MediaProjectionManagerServiceServer will result in compilation errors.

type UnsafeMediaProjectionServiceServer

type UnsafeMediaProjectionServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeMediaProjectionServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to MediaProjectionServiceServer will result in compilation errors.

type UnsafeVirtualDisplayCallbackServiceServer added in v0.0.6

type UnsafeVirtualDisplayCallbackServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeVirtualDisplayCallbackServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to VirtualDisplayCallbackServiceServer will result in compilation errors.

type UnsafeVirtualDisplayServiceServer

type UnsafeVirtualDisplayServiceServer interface {
	// contains filtered or unexported methods
}

UnsafeVirtualDisplayServiceServer may be embedded to opt out of forward compatibility for this service. Use of this interface is not recommended, as added methods to VirtualDisplayServiceServer will result in compilation errors.

type VirtualDisplayCallbackServiceClient added in v0.0.6

type VirtualDisplayCallbackServiceClient interface {
	OnPaused(ctx context.Context, in *OnPausedRequest, opts ...grpc.CallOption) (*OnPausedResponse, error)
	OnResumed(ctx context.Context, in *OnResumedRequest, opts ...grpc.CallOption) (*OnResumedResponse, error)
	OnStopped(ctx context.Context, in *OnStoppedRequest, opts ...grpc.CallOption) (*OnStoppedResponse, error)
}

VirtualDisplayCallbackServiceClient is the client API for VirtualDisplayCallbackService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

func NewVirtualDisplayCallbackServiceClient added in v0.0.6

func NewVirtualDisplayCallbackServiceClient(cc grpc.ClientConnInterface) VirtualDisplayCallbackServiceClient

type VirtualDisplayCallbackServiceServer added in v0.0.6

type VirtualDisplayCallbackServiceServer interface {
	OnPaused(context.Context, *OnPausedRequest) (*OnPausedResponse, error)
	OnResumed(context.Context, *OnResumedRequest) (*OnResumedResponse, error)
	OnStopped(context.Context, *OnStoppedRequest) (*OnStoppedResponse, error)
	// contains filtered or unexported methods
}

VirtualDisplayCallbackServiceServer is the server API for VirtualDisplayCallbackService service. All implementations must embed UnimplementedVirtualDisplayCallbackServiceServer for forward compatibility.

type VirtualDisplayServiceClient

type VirtualDisplayServiceClient interface {
	GetDisplay(ctx context.Context, in *GetDisplayRequest, opts ...grpc.CallOption) (*GetDisplayResponse, error)
	GetSurface(ctx context.Context, in *GetSurfaceRequest, opts ...grpc.CallOption) (*GetSurfaceResponse, error)
	Release(ctx context.Context, in *ReleaseRequest, opts ...grpc.CallOption) (*ReleaseResponse, error)
	Resize(ctx context.Context, in *ResizeRequest, opts ...grpc.CallOption) (*ResizeResponse, error)
	SetRotation(ctx context.Context, in *SetRotationRequest, opts ...grpc.CallOption) (*SetRotationResponse, error)
	SetSurface(ctx context.Context, in *SetSurfaceRequest, opts ...grpc.CallOption) (*SetSurfaceResponse, error)
	ToString(ctx context.Context, in *ToStringRequest, opts ...grpc.CallOption) (*ToStringResponse, error)
}

VirtualDisplayServiceClient is the client API for VirtualDisplayService service.

For semantics around ctx use and closing/ending streaming RPCs, please refer to https://pkg.go.dev/google.golang.org/grpc/?tab=doc#ClientConn.NewStream.

type VirtualDisplayServiceServer

type VirtualDisplayServiceServer interface {
	GetDisplay(context.Context, *GetDisplayRequest) (*GetDisplayResponse, error)
	GetSurface(context.Context, *GetSurfaceRequest) (*GetSurfaceResponse, error)
	Release(context.Context, *ReleaseRequest) (*ReleaseResponse, error)
	Resize(context.Context, *ResizeRequest) (*ResizeResponse, error)
	SetRotation(context.Context, *SetRotationRequest) (*SetRotationResponse, error)
	SetSurface(context.Context, *SetSurfaceRequest) (*SetSurfaceResponse, error)
	ToString(context.Context, *ToStringRequest) (*ToStringResponse, error)
	// contains filtered or unexported methods
}

VirtualDisplayServiceServer is the server API for VirtualDisplayService service. All implementations must embed UnimplementedVirtualDisplayServiceServer for forward compatibility.

type WriteToParcelRequest added in v0.0.6

type WriteToParcelRequest struct {
	Arg0 int64 `protobuf:"varint,1,opt,name=arg0,proto3" json:"arg0,omitempty"`
	Arg1 int32 `protobuf:"varint,2,opt,name=arg1,proto3" json:"arg1,omitempty"`
	// contains filtered or unexported fields
}

func (*WriteToParcelRequest) Descriptor deprecated added in v0.0.6

func (*WriteToParcelRequest) Descriptor() ([]byte, []int)

Deprecated: Use WriteToParcelRequest.ProtoReflect.Descriptor instead.

func (*WriteToParcelRequest) GetArg0 added in v0.0.6

func (x *WriteToParcelRequest) GetArg0() int64

func (*WriteToParcelRequest) GetArg1 added in v0.0.6

func (x *WriteToParcelRequest) GetArg1() int32

func (*WriteToParcelRequest) ProtoMessage added in v0.0.6

func (*WriteToParcelRequest) ProtoMessage()

func (*WriteToParcelRequest) ProtoReflect added in v0.0.6

func (x *WriteToParcelRequest) ProtoReflect() protoreflect.Message

func (*WriteToParcelRequest) Reset added in v0.0.6

func (x *WriteToParcelRequest) Reset()

func (*WriteToParcelRequest) String added in v0.0.6

func (x *WriteToParcelRequest) String() string

type WriteToParcelResponse added in v0.0.6

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

func (*WriteToParcelResponse) Descriptor deprecated added in v0.0.6

func (*WriteToParcelResponse) Descriptor() ([]byte, []int)

Deprecated: Use WriteToParcelResponse.ProtoReflect.Descriptor instead.

func (*WriteToParcelResponse) ProtoMessage added in v0.0.6

func (*WriteToParcelResponse) ProtoMessage()

func (*WriteToParcelResponse) ProtoReflect added in v0.0.6

func (x *WriteToParcelResponse) ProtoReflect() protoreflect.Message

func (*WriteToParcelResponse) Reset added in v0.0.6

func (x *WriteToParcelResponse) Reset()

func (*WriteToParcelResponse) String added in v0.0.6

func (x *WriteToParcelResponse) String() string

Jump to

Keyboard shortcuts

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