Versions in this module Expand all Collapse all v0 v0.0.6 Mar 29, 2026 Changes in this version + type ContextClient struct + func NewContextClient(cc grpc.ClientConnInterface) *ContextClient + func (c *ContextClient) CreateWithCurrentGlContext(ctx context.Context) (int64, error) + func (c *ContextClient) GetFactory(ctx context.Context) (int64, error) + func (c *ContextClient) Release(ctx context.Context) error + type EffectClient struct + func NewEffectClient(cc grpc.ClientConnInterface) *EffectClient + func (c *EffectClient) Apply(ctx context.Context, arg0 int32, arg1 int32, arg2 int32, arg3 int32) error + func (c *EffectClient) GetName(ctx context.Context) (string, error) + func (c *EffectClient) Release(ctx context.Context) error + func (c *EffectClient) SetParameter(ctx context.Context, arg0 string, arg1 int64) error + func (c *EffectClient) SetUpdateListener(ctx context.Context, arg0 int64) error + type FactoryClient struct + func NewFactoryClient(cc grpc.ClientConnInterface) *FactoryClient + func (c *FactoryClient) CreateEffect(ctx context.Context, arg0 string) (int64, error) + func (c *FactoryClient) IsEffectSupported(ctx context.Context, arg0 string) (bool, error) + type UpdateListenerClient struct + func NewUpdateListenerClient(cc grpc.ClientConnInterface) *UpdateListenerClient + func (c *UpdateListenerClient) OnEffectUpdated(ctx context.Context, arg0 int64, arg1 int64) error