audiofx

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 AcousticEchoCancelerClient

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

AcousticEchoCancelerClient wraps the gRPC AcousticEchoCancelerService client.

func NewAcousticEchoCancelerClient

func NewAcousticEchoCancelerClient(cc grpc.ClientConnInterface) *AcousticEchoCancelerClient

NewAcousticEchoCancelerClient creates a new AcousticEchoCanceler client.

func (*AcousticEchoCancelerClient) Create

func (c *AcousticEchoCancelerClient) Create(ctx context.Context, arg0 int32) (int64, error)

Create calls the Create RPC.

func (*AcousticEchoCancelerClient) IsAvailable

func (c *AcousticEchoCancelerClient) IsAvailable(ctx context.Context) (bool, error)

IsAvailable calls the IsAvailable RPC.

type AudioEffectClient

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

AudioEffectClient wraps the gRPC AudioEffectService client.

func NewAudioEffectClient

func NewAudioEffectClient(cc grpc.ClientConnInterface) *AudioEffectClient

NewAudioEffectClient creates a new AudioEffect client.

func (*AudioEffectClient) GetDescriptor

func (c *AudioEffectClient) GetDescriptor(ctx context.Context) (int64, error)

GetDescriptor calls the GetDescriptor RPC.

func (*AudioEffectClient) GetEnabled

func (c *AudioEffectClient) GetEnabled(ctx context.Context) (bool, error)

GetEnabled calls the GetEnabled RPC.

func (*AudioEffectClient) GetId

func (c *AudioEffectClient) GetId(ctx context.Context) (int32, error)

GetId calls the GetId RPC.

func (*AudioEffectClient) HasControl

func (c *AudioEffectClient) HasControl(ctx context.Context) (bool, error)

HasControl calls the HasControl RPC.

func (*AudioEffectClient) QueryEffects

func (c *AudioEffectClient) QueryEffects(ctx context.Context) (int64, error)

QueryEffects calls the QueryEffects RPC.

func (*AudioEffectClient) Release

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

Release calls the Release RPC.

func (*AudioEffectClient) SetControlStatusListener

func (c *AudioEffectClient) SetControlStatusListener(ctx context.Context, arg0 int64) error

SetControlStatusListener calls the SetControlStatusListener RPC.

func (*AudioEffectClient) SetEnableStatusListener

func (c *AudioEffectClient) SetEnableStatusListener(ctx context.Context, arg0 int64) error

SetEnableStatusListener calls the SetEnableStatusListener RPC.

func (*AudioEffectClient) SetEnabled

func (c *AudioEffectClient) SetEnabled(ctx context.Context, arg0 bool) (int32, error)

SetEnabled calls the SetEnabled RPC.

type AudioEffectDescriptorClient

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

AudioEffectDescriptorClient wraps the gRPC AudioEffectDescriptorService client.

func NewAudioEffectDescriptorClient

func NewAudioEffectDescriptorClient(cc grpc.ClientConnInterface) *AudioEffectDescriptorClient

NewAudioEffectDescriptorClient creates a new AudioEffectDescriptor client.

func (*AudioEffectDescriptorClient) Equals

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

Equals calls the Equals RPC.

func (*AudioEffectDescriptorClient) HashCode

HashCode calls the HashCode RPC.

type AudioEffectOnControlStatusChangeListenerClient

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

AudioEffectOnControlStatusChangeListenerClient wraps the gRPC AudioEffectOnControlStatusChangeListenerService client.

func NewAudioEffectOnControlStatusChangeListenerClient

func NewAudioEffectOnControlStatusChangeListenerClient(cc grpc.ClientConnInterface) *AudioEffectOnControlStatusChangeListenerClient

NewAudioEffectOnControlStatusChangeListenerClient creates a new AudioEffectOnControlStatusChangeListener client.

func (*AudioEffectOnControlStatusChangeListenerClient) OnControlStatusChange

func (c *AudioEffectOnControlStatusChangeListenerClient) OnControlStatusChange(ctx context.Context, arg0 int64, arg1 bool) error

OnControlStatusChange calls the OnControlStatusChange RPC.

type AudioEffectOnEnableStatusChangeListenerClient

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

AudioEffectOnEnableStatusChangeListenerClient wraps the gRPC AudioEffectOnEnableStatusChangeListenerService client.

func NewAudioEffectOnEnableStatusChangeListenerClient

func NewAudioEffectOnEnableStatusChangeListenerClient(cc grpc.ClientConnInterface) *AudioEffectOnEnableStatusChangeListenerClient

NewAudioEffectOnEnableStatusChangeListenerClient creates a new AudioEffectOnEnableStatusChangeListener client.

func (*AudioEffectOnEnableStatusChangeListenerClient) OnEnableStatusChange

func (c *AudioEffectOnEnableStatusChangeListenerClient) OnEnableStatusChange(ctx context.Context, arg0 int64, arg1 bool) error

OnEnableStatusChange calls the OnEnableStatusChange RPC.

type AutomaticGainControlClient

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

AutomaticGainControlClient wraps the gRPC AutomaticGainControlService client.

func NewAutomaticGainControlClient

func NewAutomaticGainControlClient(cc grpc.ClientConnInterface) *AutomaticGainControlClient

NewAutomaticGainControlClient creates a new AutomaticGainControl client.

func (*AutomaticGainControlClient) Create

func (c *AutomaticGainControlClient) Create(ctx context.Context, arg0 int32) (int64, error)

Create calls the Create RPC.

func (*AutomaticGainControlClient) IsAvailable

func (c *AutomaticGainControlClient) IsAvailable(ctx context.Context) (bool, error)

IsAvailable calls the IsAvailable RPC.

type BassBoostClient

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

BassBoostClient wraps the gRPC BassBoostService client.

func NewBassBoostClient

func NewBassBoostClient(cc grpc.ClientConnInterface) *BassBoostClient

NewBassBoostClient creates a new BassBoost client.

func (*BassBoostClient) GetProperties

func (c *BassBoostClient) GetProperties(ctx context.Context, handle int64) (int64, error)

GetProperties calls the GetProperties RPC.

func (*BassBoostClient) GetRoundedStrength

func (c *BassBoostClient) GetRoundedStrength(ctx context.Context, handle int64) (int16, error)

GetRoundedStrength calls the GetRoundedStrength RPC.

func (*BassBoostClient) GetStrengthSupported

func (c *BassBoostClient) GetStrengthSupported(ctx context.Context, handle int64) (bool, error)

GetStrengthSupported calls the GetStrengthSupported RPC.

func (*BassBoostClient) SetParameterListener

func (c *BassBoostClient) SetParameterListener(ctx context.Context, handle int64, arg0 int64) error

SetParameterListener calls the SetParameterListener RPC.

func (*BassBoostClient) SetProperties

func (c *BassBoostClient) SetProperties(ctx context.Context, handle int64, arg0 int64) error

SetProperties calls the SetProperties RPC.

func (*BassBoostClient) SetStrength

func (c *BassBoostClient) SetStrength(ctx context.Context, handle int64, arg0 int16) error

SetStrength calls the SetStrength RPC.

type BassBoostOnParameterChangeListenerClient

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

BassBoostOnParameterChangeListenerClient wraps the gRPC BassBoostOnParameterChangeListenerService client.

func NewBassBoostOnParameterChangeListenerClient

func NewBassBoostOnParameterChangeListenerClient(cc grpc.ClientConnInterface) *BassBoostOnParameterChangeListenerClient

NewBassBoostOnParameterChangeListenerClient creates a new BassBoostOnParameterChangeListener client.

func (*BassBoostOnParameterChangeListenerClient) OnParameterChange

func (c *BassBoostOnParameterChangeListenerClient) OnParameterChange(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int16) error

OnParameterChange calls the OnParameterChange RPC.

type BassBoostSettingsClient

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

BassBoostSettingsClient wraps the gRPC BassBoostSettingsService client.

func NewBassBoostSettingsClient

func NewBassBoostSettingsClient(cc grpc.ClientConnInterface) *BassBoostSettingsClient

NewBassBoostSettingsClient creates a new BassBoostSettings client.

func (*BassBoostSettingsClient) ToString

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

ToString calls the ToString RPC.

type DynamicsProcessingBandBaseClient

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

DynamicsProcessingBandBaseClient wraps the gRPC DynamicsProcessingBandBaseService client.

func NewDynamicsProcessingBandBaseClient

func NewDynamicsProcessingBandBaseClient(cc grpc.ClientConnInterface) *DynamicsProcessingBandBaseClient

NewDynamicsProcessingBandBaseClient creates a new DynamicsProcessingBandBase client.

func (*DynamicsProcessingBandBaseClient) GetCutoffFrequency

func (c *DynamicsProcessingBandBaseClient) GetCutoffFrequency(ctx context.Context) (float32, error)

GetCutoffFrequency calls the GetCutoffFrequency RPC.

func (*DynamicsProcessingBandBaseClient) IsEnabled

IsEnabled calls the IsEnabled RPC.

func (*DynamicsProcessingBandBaseClient) SetCutoffFrequency

func (c *DynamicsProcessingBandBaseClient) SetCutoffFrequency(ctx context.Context, arg0 float32) error

SetCutoffFrequency calls the SetCutoffFrequency RPC.

func (*DynamicsProcessingBandBaseClient) SetEnabled

func (c *DynamicsProcessingBandBaseClient) SetEnabled(ctx context.Context, arg0 bool) error

SetEnabled calls the SetEnabled RPC.

func (*DynamicsProcessingBandBaseClient) ToString

ToString calls the ToString RPC.

type DynamicsProcessingBandStageClient

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

DynamicsProcessingBandStageClient wraps the gRPC DynamicsProcessingBandStageService client.

func NewDynamicsProcessingBandStageClient

func NewDynamicsProcessingBandStageClient(cc grpc.ClientConnInterface) *DynamicsProcessingBandStageClient

NewDynamicsProcessingBandStageClient creates a new DynamicsProcessingBandStage client.

func (*DynamicsProcessingBandStageClient) GetBandCount

GetBandCount calls the GetBandCount RPC.

func (*DynamicsProcessingBandStageClient) ToString

ToString calls the ToString RPC.

type DynamicsProcessingChannelClient

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

DynamicsProcessingChannelClient wraps the gRPC DynamicsProcessingChannelService client.

func NewDynamicsProcessingChannelClient

func NewDynamicsProcessingChannelClient(cc grpc.ClientConnInterface) *DynamicsProcessingChannelClient

NewDynamicsProcessingChannelClient creates a new DynamicsProcessingChannel client.

func (*DynamicsProcessingChannelClient) GetInputGain

GetInputGain calls the GetInputGain RPC.

func (*DynamicsProcessingChannelClient) GetLimiter

GetLimiter calls the GetLimiter RPC.

func (*DynamicsProcessingChannelClient) GetMbc

GetMbc calls the GetMbc RPC.

func (*DynamicsProcessingChannelClient) GetMbcBand

func (c *DynamicsProcessingChannelClient) GetMbcBand(ctx context.Context, arg0 int32) (int64, error)

GetMbcBand calls the GetMbcBand RPC.

func (*DynamicsProcessingChannelClient) GetPostEq

GetPostEq calls the GetPostEq RPC.

func (*DynamicsProcessingChannelClient) GetPostEqBand

func (c *DynamicsProcessingChannelClient) GetPostEqBand(ctx context.Context, arg0 int32) (int64, error)

GetPostEqBand calls the GetPostEqBand RPC.

func (*DynamicsProcessingChannelClient) GetPreEq

GetPreEq calls the GetPreEq RPC.

func (*DynamicsProcessingChannelClient) GetPreEqBand

func (c *DynamicsProcessingChannelClient) GetPreEqBand(ctx context.Context, arg0 int32) (int64, error)

GetPreEqBand calls the GetPreEqBand RPC.

func (*DynamicsProcessingChannelClient) SetInputGain

func (c *DynamicsProcessingChannelClient) SetInputGain(ctx context.Context, arg0 float32) error

SetInputGain calls the SetInputGain RPC.

func (*DynamicsProcessingChannelClient) SetLimiter

func (c *DynamicsProcessingChannelClient) SetLimiter(ctx context.Context, arg0 int64) error

SetLimiter calls the SetLimiter RPC.

func (*DynamicsProcessingChannelClient) SetMbc

SetMbc calls the SetMbc RPC.

func (*DynamicsProcessingChannelClient) SetMbcBand

func (c *DynamicsProcessingChannelClient) SetMbcBand(ctx context.Context, arg0 int32, arg1 int64) error

SetMbcBand calls the SetMbcBand RPC.

func (*DynamicsProcessingChannelClient) SetPostEq

func (c *DynamicsProcessingChannelClient) SetPostEq(ctx context.Context, arg0 int64) error

SetPostEq calls the SetPostEq RPC.

func (*DynamicsProcessingChannelClient) SetPostEqBand

func (c *DynamicsProcessingChannelClient) SetPostEqBand(ctx context.Context, arg0 int32, arg1 int64) error

SetPostEqBand calls the SetPostEqBand RPC.

func (*DynamicsProcessingChannelClient) SetPreEq

SetPreEq calls the SetPreEq RPC.

func (*DynamicsProcessingChannelClient) SetPreEqBand

func (c *DynamicsProcessingChannelClient) SetPreEqBand(ctx context.Context, arg0 int32, arg1 int64) error

SetPreEqBand calls the SetPreEqBand RPC.

func (*DynamicsProcessingChannelClient) ToString

ToString calls the ToString RPC.

type DynamicsProcessingClient

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

DynamicsProcessingClient wraps the gRPC DynamicsProcessingService client.

func NewDynamicsProcessingClient

func NewDynamicsProcessingClient(cc grpc.ClientConnInterface) *DynamicsProcessingClient

NewDynamicsProcessingClient creates a new DynamicsProcessing client.

func (*DynamicsProcessingClient) GetChannelByChannelIndex

func (c *DynamicsProcessingClient) GetChannelByChannelIndex(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetChannelByChannelIndex calls the GetChannelByChannelIndex RPC.

func (*DynamicsProcessingClient) GetChannelCount

func (c *DynamicsProcessingClient) GetChannelCount(ctx context.Context, handle int64) (int32, error)

GetChannelCount calls the GetChannelCount RPC.

func (*DynamicsProcessingClient) GetConfig

func (c *DynamicsProcessingClient) GetConfig(ctx context.Context, handle int64) (int64, error)

GetConfig calls the GetConfig RPC.

func (*DynamicsProcessingClient) GetInputGainByChannelIndex

func (c *DynamicsProcessingClient) GetInputGainByChannelIndex(ctx context.Context, handle int64, arg0 int32) (float32, error)

GetInputGainByChannelIndex calls the GetInputGainByChannelIndex RPC.

func (*DynamicsProcessingClient) GetLimiterByChannelIndex

func (c *DynamicsProcessingClient) GetLimiterByChannelIndex(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetLimiterByChannelIndex calls the GetLimiterByChannelIndex RPC.

func (*DynamicsProcessingClient) GetMbcBandByChannelIndex

func (c *DynamicsProcessingClient) GetMbcBandByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)

GetMbcBandByChannelIndex calls the GetMbcBandByChannelIndex RPC.

func (*DynamicsProcessingClient) GetMbcByChannelIndex

func (c *DynamicsProcessingClient) GetMbcByChannelIndex(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetMbcByChannelIndex calls the GetMbcByChannelIndex RPC.

func (*DynamicsProcessingClient) GetPostEqBandByChannelIndex

func (c *DynamicsProcessingClient) GetPostEqBandByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)

GetPostEqBandByChannelIndex calls the GetPostEqBandByChannelIndex RPC.

func (*DynamicsProcessingClient) GetPostEqByChannelIndex

func (c *DynamicsProcessingClient) GetPostEqByChannelIndex(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetPostEqByChannelIndex calls the GetPostEqByChannelIndex RPC.

func (*DynamicsProcessingClient) GetPreEqBandByChannelIndex

func (c *DynamicsProcessingClient) GetPreEqBandByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)

GetPreEqBandByChannelIndex calls the GetPreEqBandByChannelIndex RPC.

func (*DynamicsProcessingClient) GetPreEqByChannelIndex

func (c *DynamicsProcessingClient) GetPreEqByChannelIndex(ctx context.Context, handle int64, arg0 int32) (int64, error)

GetPreEqByChannelIndex calls the GetPreEqByChannelIndex RPC.

func (*DynamicsProcessingClient) SetAllChannelsTo

func (c *DynamicsProcessingClient) SetAllChannelsTo(ctx context.Context, handle int64, arg0 int64) error

SetAllChannelsTo calls the SetAllChannelsTo RPC.

func (*DynamicsProcessingClient) SetChannelTo

func (c *DynamicsProcessingClient) SetChannelTo(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

SetChannelTo calls the SetChannelTo RPC.

func (*DynamicsProcessingClient) SetInputGainAllChannelsTo

func (c *DynamicsProcessingClient) SetInputGainAllChannelsTo(ctx context.Context, handle int64, arg0 float32) error

SetInputGainAllChannelsTo calls the SetInputGainAllChannelsTo RPC.

func (*DynamicsProcessingClient) SetInputGainbyChannel

func (c *DynamicsProcessingClient) SetInputGainbyChannel(ctx context.Context, handle int64, arg0 int32, arg1 float32) error

SetInputGainbyChannel calls the SetInputGainbyChannel RPC.

func (*DynamicsProcessingClient) SetLimiterAllChannelsTo

func (c *DynamicsProcessingClient) SetLimiterAllChannelsTo(ctx context.Context, handle int64, arg0 int64) error

SetLimiterAllChannelsTo calls the SetLimiterAllChannelsTo RPC.

func (*DynamicsProcessingClient) SetLimiterByChannelIndex

func (c *DynamicsProcessingClient) SetLimiterByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

SetLimiterByChannelIndex calls the SetLimiterByChannelIndex RPC.

func (*DynamicsProcessingClient) SetMbcAllChannelsTo

func (c *DynamicsProcessingClient) SetMbcAllChannelsTo(ctx context.Context, handle int64, arg0 int64) error

SetMbcAllChannelsTo calls the SetMbcAllChannelsTo RPC.

func (*DynamicsProcessingClient) SetMbcBandAllChannelsTo

func (c *DynamicsProcessingClient) SetMbcBandAllChannelsTo(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

SetMbcBandAllChannelsTo calls the SetMbcBandAllChannelsTo RPC.

func (*DynamicsProcessingClient) SetMbcBandByChannelIndex

func (c *DynamicsProcessingClient) SetMbcBandByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error

SetMbcBandByChannelIndex calls the SetMbcBandByChannelIndex RPC.

func (*DynamicsProcessingClient) SetMbcByChannelIndex

func (c *DynamicsProcessingClient) SetMbcByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

SetMbcByChannelIndex calls the SetMbcByChannelIndex RPC.

func (*DynamicsProcessingClient) SetPostEqAllChannelsTo

func (c *DynamicsProcessingClient) SetPostEqAllChannelsTo(ctx context.Context, handle int64, arg0 int64) error

SetPostEqAllChannelsTo calls the SetPostEqAllChannelsTo RPC.

func (*DynamicsProcessingClient) SetPostEqBandAllChannelsTo

func (c *DynamicsProcessingClient) SetPostEqBandAllChannelsTo(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

SetPostEqBandAllChannelsTo calls the SetPostEqBandAllChannelsTo RPC.

func (*DynamicsProcessingClient) SetPostEqBandByChannelIndex

func (c *DynamicsProcessingClient) SetPostEqBandByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error

SetPostEqBandByChannelIndex calls the SetPostEqBandByChannelIndex RPC.

func (*DynamicsProcessingClient) SetPostEqByChannelIndex

func (c *DynamicsProcessingClient) SetPostEqByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

SetPostEqByChannelIndex calls the SetPostEqByChannelIndex RPC.

func (*DynamicsProcessingClient) SetPreEqAllChannelsTo

func (c *DynamicsProcessingClient) SetPreEqAllChannelsTo(ctx context.Context, handle int64, arg0 int64) error

SetPreEqAllChannelsTo calls the SetPreEqAllChannelsTo RPC.

func (*DynamicsProcessingClient) SetPreEqBandAllChannelsTo

func (c *DynamicsProcessingClient) SetPreEqBandAllChannelsTo(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

SetPreEqBandAllChannelsTo calls the SetPreEqBandAllChannelsTo RPC.

func (*DynamicsProcessingClient) SetPreEqBandByChannelIndex

func (c *DynamicsProcessingClient) SetPreEqBandByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error

SetPreEqBandByChannelIndex calls the SetPreEqBandByChannelIndex RPC.

func (*DynamicsProcessingClient) SetPreEqByChannelIndex

func (c *DynamicsProcessingClient) SetPreEqByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int64) error

SetPreEqByChannelIndex calls the SetPreEqByChannelIndex RPC.

type DynamicsProcessingConfigClient

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

DynamicsProcessingConfigClient wraps the gRPC DynamicsProcessingConfigService client.

func NewDynamicsProcessingConfigClient

func NewDynamicsProcessingConfigClient(cc grpc.ClientConnInterface) *DynamicsProcessingConfigClient

NewDynamicsProcessingConfigClient creates a new DynamicsProcessingConfig client.

func (*DynamicsProcessingConfigClient) GetChannelByChannelIndex

func (c *DynamicsProcessingConfigClient) GetChannelByChannelIndex(ctx context.Context, arg0 int32) (int64, error)

GetChannelByChannelIndex calls the GetChannelByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) GetInputGainByChannelIndex

func (c *DynamicsProcessingConfigClient) GetInputGainByChannelIndex(ctx context.Context, arg0 int32) (float32, error)

GetInputGainByChannelIndex calls the GetInputGainByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) GetLimiterByChannelIndex

func (c *DynamicsProcessingConfigClient) GetLimiterByChannelIndex(ctx context.Context, arg0 int32) (int64, error)

GetLimiterByChannelIndex calls the GetLimiterByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) GetMbcBandByChannelIndex

func (c *DynamicsProcessingConfigClient) GetMbcBandByChannelIndex(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

GetMbcBandByChannelIndex calls the GetMbcBandByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) GetMbcBandCount

func (c *DynamicsProcessingConfigClient) GetMbcBandCount(ctx context.Context) (int32, error)

GetMbcBandCount calls the GetMbcBandCount RPC.

func (*DynamicsProcessingConfigClient) GetMbcByChannelIndex

func (c *DynamicsProcessingConfigClient) GetMbcByChannelIndex(ctx context.Context, arg0 int32) (int64, error)

GetMbcByChannelIndex calls the GetMbcByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) GetPostEqBandByChannelIndex

func (c *DynamicsProcessingConfigClient) GetPostEqBandByChannelIndex(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

GetPostEqBandByChannelIndex calls the GetPostEqBandByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) GetPostEqBandCount

func (c *DynamicsProcessingConfigClient) GetPostEqBandCount(ctx context.Context) (int32, error)

GetPostEqBandCount calls the GetPostEqBandCount RPC.

func (*DynamicsProcessingConfigClient) GetPostEqByChannelIndex

func (c *DynamicsProcessingConfigClient) GetPostEqByChannelIndex(ctx context.Context, arg0 int32) (int64, error)

GetPostEqByChannelIndex calls the GetPostEqByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) GetPreEqBandByChannelIndex

func (c *DynamicsProcessingConfigClient) GetPreEqBandByChannelIndex(ctx context.Context, arg0 int32, arg1 int32) (int64, error)

GetPreEqBandByChannelIndex calls the GetPreEqBandByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) GetPreEqBandCount

func (c *DynamicsProcessingConfigClient) GetPreEqBandCount(ctx context.Context) (int32, error)

GetPreEqBandCount calls the GetPreEqBandCount RPC.

func (*DynamicsProcessingConfigClient) GetPreEqByChannelIndex

func (c *DynamicsProcessingConfigClient) GetPreEqByChannelIndex(ctx context.Context, arg0 int32) (int64, error)

GetPreEqByChannelIndex calls the GetPreEqByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) GetPreferredFrameDuration

func (c *DynamicsProcessingConfigClient) GetPreferredFrameDuration(ctx context.Context) (float32, error)

GetPreferredFrameDuration calls the GetPreferredFrameDuration RPC.

func (*DynamicsProcessingConfigClient) GetVariant

GetVariant calls the GetVariant RPC.

func (*DynamicsProcessingConfigClient) IsLimiterInUse

func (c *DynamicsProcessingConfigClient) IsLimiterInUse(ctx context.Context) (bool, error)

IsLimiterInUse calls the IsLimiterInUse RPC.

func (*DynamicsProcessingConfigClient) IsMbcInUse

IsMbcInUse calls the IsMbcInUse RPC.

func (*DynamicsProcessingConfigClient) IsPostEqInUse

func (c *DynamicsProcessingConfigClient) IsPostEqInUse(ctx context.Context) (bool, error)

IsPostEqInUse calls the IsPostEqInUse RPC.

func (*DynamicsProcessingConfigClient) IsPreEqInUse

func (c *DynamicsProcessingConfigClient) IsPreEqInUse(ctx context.Context) (bool, error)

IsPreEqInUse calls the IsPreEqInUse RPC.

func (*DynamicsProcessingConfigClient) SetAllChannelsTo

func (c *DynamicsProcessingConfigClient) SetAllChannelsTo(ctx context.Context, arg0 int64) error

SetAllChannelsTo calls the SetAllChannelsTo RPC.

func (*DynamicsProcessingConfigClient) SetChannelTo

func (c *DynamicsProcessingConfigClient) SetChannelTo(ctx context.Context, arg0 int32, arg1 int64) error

SetChannelTo calls the SetChannelTo RPC.

func (*DynamicsProcessingConfigClient) SetInputGainAllChannelsTo

func (c *DynamicsProcessingConfigClient) SetInputGainAllChannelsTo(ctx context.Context, arg0 float32) error

SetInputGainAllChannelsTo calls the SetInputGainAllChannelsTo RPC.

func (*DynamicsProcessingConfigClient) SetInputGainByChannelIndex

func (c *DynamicsProcessingConfigClient) SetInputGainByChannelIndex(ctx context.Context, arg0 int32, arg1 float32) error

SetInputGainByChannelIndex calls the SetInputGainByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) SetLimiterAllChannelsTo

func (c *DynamicsProcessingConfigClient) SetLimiterAllChannelsTo(ctx context.Context, arg0 int64) error

SetLimiterAllChannelsTo calls the SetLimiterAllChannelsTo RPC.

func (*DynamicsProcessingConfigClient) SetLimiterByChannelIndex

func (c *DynamicsProcessingConfigClient) SetLimiterByChannelIndex(ctx context.Context, arg0 int32, arg1 int64) error

SetLimiterByChannelIndex calls the SetLimiterByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) SetMbcAllChannelsTo

func (c *DynamicsProcessingConfigClient) SetMbcAllChannelsTo(ctx context.Context, arg0 int64) error

SetMbcAllChannelsTo calls the SetMbcAllChannelsTo RPC.

func (*DynamicsProcessingConfigClient) SetMbcBandAllChannelsTo

func (c *DynamicsProcessingConfigClient) SetMbcBandAllChannelsTo(ctx context.Context, arg0 int32, arg1 int64) error

SetMbcBandAllChannelsTo calls the SetMbcBandAllChannelsTo RPC.

func (*DynamicsProcessingConfigClient) SetMbcBandByChannelIndex

func (c *DynamicsProcessingConfigClient) SetMbcBandByChannelIndex(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error

SetMbcBandByChannelIndex calls the SetMbcBandByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) SetMbcByChannelIndex

func (c *DynamicsProcessingConfigClient) SetMbcByChannelIndex(ctx context.Context, arg0 int32, arg1 int64) error

SetMbcByChannelIndex calls the SetMbcByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) SetPostEqAllChannelsTo

func (c *DynamicsProcessingConfigClient) SetPostEqAllChannelsTo(ctx context.Context, arg0 int64) error

SetPostEqAllChannelsTo calls the SetPostEqAllChannelsTo RPC.

func (*DynamicsProcessingConfigClient) SetPostEqBandAllChannelsTo

func (c *DynamicsProcessingConfigClient) SetPostEqBandAllChannelsTo(ctx context.Context, arg0 int32, arg1 int64) error

SetPostEqBandAllChannelsTo calls the SetPostEqBandAllChannelsTo RPC.

func (*DynamicsProcessingConfigClient) SetPostEqBandByChannelIndex

func (c *DynamicsProcessingConfigClient) SetPostEqBandByChannelIndex(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error

SetPostEqBandByChannelIndex calls the SetPostEqBandByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) SetPostEqByChannelIndex

func (c *DynamicsProcessingConfigClient) SetPostEqByChannelIndex(ctx context.Context, arg0 int32, arg1 int64) error

SetPostEqByChannelIndex calls the SetPostEqByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) SetPreEqAllChannelsTo

func (c *DynamicsProcessingConfigClient) SetPreEqAllChannelsTo(ctx context.Context, arg0 int64) error

SetPreEqAllChannelsTo calls the SetPreEqAllChannelsTo RPC.

func (*DynamicsProcessingConfigClient) SetPreEqBandAllChannelsTo

func (c *DynamicsProcessingConfigClient) SetPreEqBandAllChannelsTo(ctx context.Context, arg0 int32, arg1 int64) error

SetPreEqBandAllChannelsTo calls the SetPreEqBandAllChannelsTo RPC.

func (*DynamicsProcessingConfigClient) SetPreEqBandByChannelIndex

func (c *DynamicsProcessingConfigClient) SetPreEqBandByChannelIndex(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error

SetPreEqBandByChannelIndex calls the SetPreEqBandByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) SetPreEqByChannelIndex

func (c *DynamicsProcessingConfigClient) SetPreEqByChannelIndex(ctx context.Context, arg0 int32, arg1 int64) error

SetPreEqByChannelIndex calls the SetPreEqByChannelIndex RPC.

func (*DynamicsProcessingConfigClient) ToString

ToString calls the ToString RPC.

type DynamicsProcessingEqBandClient

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

DynamicsProcessingEqBandClient wraps the gRPC DynamicsProcessingEqBandService client.

func NewDynamicsProcessingEqBandClient

func NewDynamicsProcessingEqBandClient(cc grpc.ClientConnInterface) *DynamicsProcessingEqBandClient

NewDynamicsProcessingEqBandClient creates a new DynamicsProcessingEqBand client.

func (*DynamicsProcessingEqBandClient) GetGain

GetGain calls the GetGain RPC.

func (*DynamicsProcessingEqBandClient) SetGain

SetGain calls the SetGain RPC.

func (*DynamicsProcessingEqBandClient) ToString

ToString calls the ToString RPC.

type DynamicsProcessingEqClient

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

DynamicsProcessingEqClient wraps the gRPC DynamicsProcessingEqService client.

func NewDynamicsProcessingEqClient

func NewDynamicsProcessingEqClient(cc grpc.ClientConnInterface) *DynamicsProcessingEqClient

NewDynamicsProcessingEqClient creates a new DynamicsProcessingEq client.

func (*DynamicsProcessingEqClient) GetBand

func (c *DynamicsProcessingEqClient) GetBand(ctx context.Context, arg0 int32) (int64, error)

GetBand calls the GetBand RPC.

func (*DynamicsProcessingEqClient) SetBand

func (c *DynamicsProcessingEqClient) SetBand(ctx context.Context, arg0 int32, arg1 int64) error

SetBand calls the SetBand RPC.

func (*DynamicsProcessingEqClient) ToString

ToString calls the ToString RPC.

type DynamicsProcessingLimiterClient

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

DynamicsProcessingLimiterClient wraps the gRPC DynamicsProcessingLimiterService client.

func NewDynamicsProcessingLimiterClient

func NewDynamicsProcessingLimiterClient(cc grpc.ClientConnInterface) *DynamicsProcessingLimiterClient

NewDynamicsProcessingLimiterClient creates a new DynamicsProcessingLimiter client.

func (*DynamicsProcessingLimiterClient) GetAttackTime

func (c *DynamicsProcessingLimiterClient) GetAttackTime(ctx context.Context) (float32, error)

GetAttackTime calls the GetAttackTime RPC.

func (*DynamicsProcessingLimiterClient) GetLinkGroup

func (c *DynamicsProcessingLimiterClient) GetLinkGroup(ctx context.Context) (int32, error)

GetLinkGroup calls the GetLinkGroup RPC.

func (*DynamicsProcessingLimiterClient) GetPostGain

GetPostGain calls the GetPostGain RPC.

func (*DynamicsProcessingLimiterClient) GetRatio

GetRatio calls the GetRatio RPC.

func (*DynamicsProcessingLimiterClient) GetReleaseTime

func (c *DynamicsProcessingLimiterClient) GetReleaseTime(ctx context.Context) (float32, error)

GetReleaseTime calls the GetReleaseTime RPC.

func (*DynamicsProcessingLimiterClient) GetThreshold

GetThreshold calls the GetThreshold RPC.

func (*DynamicsProcessingLimiterClient) SetAttackTime

func (c *DynamicsProcessingLimiterClient) SetAttackTime(ctx context.Context, arg0 float32) error

SetAttackTime calls the SetAttackTime RPC.

func (*DynamicsProcessingLimiterClient) SetLinkGroup

func (c *DynamicsProcessingLimiterClient) SetLinkGroup(ctx context.Context, arg0 int32) error

SetLinkGroup calls the SetLinkGroup RPC.

func (*DynamicsProcessingLimiterClient) SetPostGain

func (c *DynamicsProcessingLimiterClient) SetPostGain(ctx context.Context, arg0 float32) error

SetPostGain calls the SetPostGain RPC.

func (*DynamicsProcessingLimiterClient) SetRatio

SetRatio calls the SetRatio RPC.

func (*DynamicsProcessingLimiterClient) SetReleaseTime

func (c *DynamicsProcessingLimiterClient) SetReleaseTime(ctx context.Context, arg0 float32) error

SetReleaseTime calls the SetReleaseTime RPC.

func (*DynamicsProcessingLimiterClient) SetThreshold

func (c *DynamicsProcessingLimiterClient) SetThreshold(ctx context.Context, arg0 float32) error

SetThreshold calls the SetThreshold RPC.

func (*DynamicsProcessingLimiterClient) ToString

ToString calls the ToString RPC.

type DynamicsProcessingMbcBandClient

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

DynamicsProcessingMbcBandClient wraps the gRPC DynamicsProcessingMbcBandService client.

func NewDynamicsProcessingMbcBandClient

func NewDynamicsProcessingMbcBandClient(cc grpc.ClientConnInterface) *DynamicsProcessingMbcBandClient

NewDynamicsProcessingMbcBandClient creates a new DynamicsProcessingMbcBand client.

func (*DynamicsProcessingMbcBandClient) GetAttackTime

func (c *DynamicsProcessingMbcBandClient) GetAttackTime(ctx context.Context) (float32, error)

GetAttackTime calls the GetAttackTime RPC.

func (*DynamicsProcessingMbcBandClient) GetExpanderRatio

func (c *DynamicsProcessingMbcBandClient) GetExpanderRatio(ctx context.Context) (float32, error)

GetExpanderRatio calls the GetExpanderRatio RPC.

func (*DynamicsProcessingMbcBandClient) GetKneeWidth

GetKneeWidth calls the GetKneeWidth RPC.

func (*DynamicsProcessingMbcBandClient) GetNoiseGateThreshold

func (c *DynamicsProcessingMbcBandClient) GetNoiseGateThreshold(ctx context.Context) (float32, error)

GetNoiseGateThreshold calls the GetNoiseGateThreshold RPC.

func (*DynamicsProcessingMbcBandClient) GetPostGain

GetPostGain calls the GetPostGain RPC.

func (*DynamicsProcessingMbcBandClient) GetPreGain

GetPreGain calls the GetPreGain RPC.

func (*DynamicsProcessingMbcBandClient) GetRatio

GetRatio calls the GetRatio RPC.

func (*DynamicsProcessingMbcBandClient) GetReleaseTime

func (c *DynamicsProcessingMbcBandClient) GetReleaseTime(ctx context.Context) (float32, error)

GetReleaseTime calls the GetReleaseTime RPC.

func (*DynamicsProcessingMbcBandClient) GetThreshold

GetThreshold calls the GetThreshold RPC.

func (*DynamicsProcessingMbcBandClient) SetAttackTime

func (c *DynamicsProcessingMbcBandClient) SetAttackTime(ctx context.Context, arg0 float32) error

SetAttackTime calls the SetAttackTime RPC.

func (*DynamicsProcessingMbcBandClient) SetExpanderRatio

func (c *DynamicsProcessingMbcBandClient) SetExpanderRatio(ctx context.Context, arg0 float32) error

SetExpanderRatio calls the SetExpanderRatio RPC.

func (*DynamicsProcessingMbcBandClient) SetKneeWidth

func (c *DynamicsProcessingMbcBandClient) SetKneeWidth(ctx context.Context, arg0 float32) error

SetKneeWidth calls the SetKneeWidth RPC.

func (*DynamicsProcessingMbcBandClient) SetNoiseGateThreshold

func (c *DynamicsProcessingMbcBandClient) SetNoiseGateThreshold(ctx context.Context, arg0 float32) error

SetNoiseGateThreshold calls the SetNoiseGateThreshold RPC.

func (*DynamicsProcessingMbcBandClient) SetPostGain

func (c *DynamicsProcessingMbcBandClient) SetPostGain(ctx context.Context, arg0 float32) error

SetPostGain calls the SetPostGain RPC.

func (*DynamicsProcessingMbcBandClient) SetPreGain

func (c *DynamicsProcessingMbcBandClient) SetPreGain(ctx context.Context, arg0 float32) error

SetPreGain calls the SetPreGain RPC.

func (*DynamicsProcessingMbcBandClient) SetRatio

SetRatio calls the SetRatio RPC.

func (*DynamicsProcessingMbcBandClient) SetReleaseTime

func (c *DynamicsProcessingMbcBandClient) SetReleaseTime(ctx context.Context, arg0 float32) error

SetReleaseTime calls the SetReleaseTime RPC.

func (*DynamicsProcessingMbcBandClient) SetThreshold

func (c *DynamicsProcessingMbcBandClient) SetThreshold(ctx context.Context, arg0 float32) error

SetThreshold calls the SetThreshold RPC.

func (*DynamicsProcessingMbcBandClient) ToString

ToString calls the ToString RPC.

type DynamicsProcessingMbcClient

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

DynamicsProcessingMbcClient wraps the gRPC DynamicsProcessingMbcService client.

func NewDynamicsProcessingMbcClient

func NewDynamicsProcessingMbcClient(cc grpc.ClientConnInterface) *DynamicsProcessingMbcClient

NewDynamicsProcessingMbcClient creates a new DynamicsProcessingMbc client.

func (*DynamicsProcessingMbcClient) GetBand

func (c *DynamicsProcessingMbcClient) GetBand(ctx context.Context, arg0 int32) (int64, error)

GetBand calls the GetBand RPC.

func (*DynamicsProcessingMbcClient) SetBand

func (c *DynamicsProcessingMbcClient) SetBand(ctx context.Context, arg0 int32, arg1 int64) error

SetBand calls the SetBand RPC.

func (*DynamicsProcessingMbcClient) ToString

ToString calls the ToString RPC.

type DynamicsProcessingStageClient

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

DynamicsProcessingStageClient wraps the gRPC DynamicsProcessingStageService client.

func NewDynamicsProcessingStageClient

func NewDynamicsProcessingStageClient(cc grpc.ClientConnInterface) *DynamicsProcessingStageClient

NewDynamicsProcessingStageClient creates a new DynamicsProcessingStage client.

func (*DynamicsProcessingStageClient) IsEnabled

IsEnabled calls the IsEnabled RPC.

func (*DynamicsProcessingStageClient) IsInUse

IsInUse calls the IsInUse RPC.

func (*DynamicsProcessingStageClient) SetEnabled

func (c *DynamicsProcessingStageClient) SetEnabled(ctx context.Context, arg0 bool) error

SetEnabled calls the SetEnabled RPC.

func (*DynamicsProcessingStageClient) ToString

ToString calls the ToString RPC.

type EnvironmentalReverbClient

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

EnvironmentalReverbClient wraps the gRPC EnvironmentalReverbService client.

func NewEnvironmentalReverbClient

func NewEnvironmentalReverbClient(cc grpc.ClientConnInterface) *EnvironmentalReverbClient

NewEnvironmentalReverbClient creates a new EnvironmentalReverb client.

func (*EnvironmentalReverbClient) GetDecayHFRatio

func (c *EnvironmentalReverbClient) GetDecayHFRatio(ctx context.Context, handle int64) (int16, error)

GetDecayHFRatio calls the GetDecayHFRatio RPC.

func (*EnvironmentalReverbClient) GetDecayTime

func (c *EnvironmentalReverbClient) GetDecayTime(ctx context.Context, handle int64) (int32, error)

GetDecayTime calls the GetDecayTime RPC.

func (*EnvironmentalReverbClient) GetDensity

func (c *EnvironmentalReverbClient) GetDensity(ctx context.Context, handle int64) (int16, error)

GetDensity calls the GetDensity RPC.

func (*EnvironmentalReverbClient) GetDiffusion

func (c *EnvironmentalReverbClient) GetDiffusion(ctx context.Context, handle int64) (int16, error)

GetDiffusion calls the GetDiffusion RPC.

func (*EnvironmentalReverbClient) GetProperties

func (c *EnvironmentalReverbClient) GetProperties(ctx context.Context, handle int64) (int64, error)

GetProperties calls the GetProperties RPC.

func (*EnvironmentalReverbClient) GetReflectionsDelay

func (c *EnvironmentalReverbClient) GetReflectionsDelay(ctx context.Context, handle int64) (int32, error)

GetReflectionsDelay calls the GetReflectionsDelay RPC.

func (*EnvironmentalReverbClient) GetReflectionsLevel

func (c *EnvironmentalReverbClient) GetReflectionsLevel(ctx context.Context, handle int64) (int16, error)

GetReflectionsLevel calls the GetReflectionsLevel RPC.

func (*EnvironmentalReverbClient) GetReverbDelay

func (c *EnvironmentalReverbClient) GetReverbDelay(ctx context.Context, handle int64) (int32, error)

GetReverbDelay calls the GetReverbDelay RPC.

func (*EnvironmentalReverbClient) GetReverbLevel

func (c *EnvironmentalReverbClient) GetReverbLevel(ctx context.Context, handle int64) (int16, error)

GetReverbLevel calls the GetReverbLevel RPC.

func (*EnvironmentalReverbClient) GetRoomHFLevel

func (c *EnvironmentalReverbClient) GetRoomHFLevel(ctx context.Context, handle int64) (int16, error)

GetRoomHFLevel calls the GetRoomHFLevel RPC.

func (*EnvironmentalReverbClient) GetRoomLevel

func (c *EnvironmentalReverbClient) GetRoomLevel(ctx context.Context, handle int64) (int16, error)

GetRoomLevel calls the GetRoomLevel RPC.

func (*EnvironmentalReverbClient) SetDecayHFRatio

func (c *EnvironmentalReverbClient) SetDecayHFRatio(ctx context.Context, handle int64, arg0 int16) error

SetDecayHFRatio calls the SetDecayHFRatio RPC.

func (*EnvironmentalReverbClient) SetDecayTime

func (c *EnvironmentalReverbClient) SetDecayTime(ctx context.Context, handle int64, arg0 int32) error

SetDecayTime calls the SetDecayTime RPC.

func (*EnvironmentalReverbClient) SetDensity

func (c *EnvironmentalReverbClient) SetDensity(ctx context.Context, handle int64, arg0 int16) error

SetDensity calls the SetDensity RPC.

func (*EnvironmentalReverbClient) SetDiffusion

func (c *EnvironmentalReverbClient) SetDiffusion(ctx context.Context, handle int64, arg0 int16) error

SetDiffusion calls the SetDiffusion RPC.

func (*EnvironmentalReverbClient) SetParameterListener

func (c *EnvironmentalReverbClient) SetParameterListener(ctx context.Context, handle int64, arg0 int64) error

SetParameterListener calls the SetParameterListener RPC.

func (*EnvironmentalReverbClient) SetProperties

func (c *EnvironmentalReverbClient) SetProperties(ctx context.Context, handle int64, arg0 int64) error

SetProperties calls the SetProperties RPC.

func (*EnvironmentalReverbClient) SetReflectionsDelay

func (c *EnvironmentalReverbClient) SetReflectionsDelay(ctx context.Context, handle int64, arg0 int32) error

SetReflectionsDelay calls the SetReflectionsDelay RPC.

func (*EnvironmentalReverbClient) SetReflectionsLevel

func (c *EnvironmentalReverbClient) SetReflectionsLevel(ctx context.Context, handle int64, arg0 int16) error

SetReflectionsLevel calls the SetReflectionsLevel RPC.

func (*EnvironmentalReverbClient) SetReverbDelay

func (c *EnvironmentalReverbClient) SetReverbDelay(ctx context.Context, handle int64, arg0 int32) error

SetReverbDelay calls the SetReverbDelay RPC.

func (*EnvironmentalReverbClient) SetReverbLevel

func (c *EnvironmentalReverbClient) SetReverbLevel(ctx context.Context, handle int64, arg0 int16) error

SetReverbLevel calls the SetReverbLevel RPC.

func (*EnvironmentalReverbClient) SetRoomHFLevel

func (c *EnvironmentalReverbClient) SetRoomHFLevel(ctx context.Context, handle int64, arg0 int16) error

SetRoomHFLevel calls the SetRoomHFLevel RPC.

func (*EnvironmentalReverbClient) SetRoomLevel

func (c *EnvironmentalReverbClient) SetRoomLevel(ctx context.Context, handle int64, arg0 int16) error

SetRoomLevel calls the SetRoomLevel RPC.

type EnvironmentalReverbOnParameterChangeListenerClient

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

EnvironmentalReverbOnParameterChangeListenerClient wraps the gRPC EnvironmentalReverbOnParameterChangeListenerService client.

func NewEnvironmentalReverbOnParameterChangeListenerClient

func NewEnvironmentalReverbOnParameterChangeListenerClient(cc grpc.ClientConnInterface) *EnvironmentalReverbOnParameterChangeListenerClient

NewEnvironmentalReverbOnParameterChangeListenerClient creates a new EnvironmentalReverbOnParameterChangeListener client.

func (*EnvironmentalReverbOnParameterChangeListenerClient) OnParameterChange

func (c *EnvironmentalReverbOnParameterChangeListenerClient) OnParameterChange(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32) error

OnParameterChange calls the OnParameterChange RPC.

type EnvironmentalReverbSettingsClient

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

EnvironmentalReverbSettingsClient wraps the gRPC EnvironmentalReverbSettingsService client.

func NewEnvironmentalReverbSettingsClient

func NewEnvironmentalReverbSettingsClient(cc grpc.ClientConnInterface) *EnvironmentalReverbSettingsClient

NewEnvironmentalReverbSettingsClient creates a new EnvironmentalReverbSettings client.

func (*EnvironmentalReverbSettingsClient) ToString

ToString calls the ToString RPC.

type EqualizerClient

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

EqualizerClient wraps the gRPC EqualizerService client.

func NewEqualizerClient

func NewEqualizerClient(cc grpc.ClientConnInterface) *EqualizerClient

NewEqualizerClient creates a new Equalizer client.

func (*EqualizerClient) GetBand

func (c *EqualizerClient) GetBand(ctx context.Context, handle int64, arg0 int32) (int16, error)

GetBand calls the GetBand RPC.

func (*EqualizerClient) GetBandFreqRange

func (c *EqualizerClient) GetBandFreqRange(ctx context.Context, handle int64, arg0 int16) (int64, error)

GetBandFreqRange calls the GetBandFreqRange RPC.

func (*EqualizerClient) GetBandLevel

func (c *EqualizerClient) GetBandLevel(ctx context.Context, handle int64, arg0 int16) (int16, error)

GetBandLevel calls the GetBandLevel RPC.

func (*EqualizerClient) GetBandLevelRange

func (c *EqualizerClient) GetBandLevelRange(ctx context.Context, handle int64) (int64, error)

GetBandLevelRange calls the GetBandLevelRange RPC.

func (*EqualizerClient) GetCenterFreq

func (c *EqualizerClient) GetCenterFreq(ctx context.Context, handle int64, arg0 int16) (int32, error)

GetCenterFreq calls the GetCenterFreq RPC.

func (*EqualizerClient) GetCurrentPreset

func (c *EqualizerClient) GetCurrentPreset(ctx context.Context, handle int64) (int16, error)

GetCurrentPreset calls the GetCurrentPreset RPC.

func (*EqualizerClient) GetNumberOfBands

func (c *EqualizerClient) GetNumberOfBands(ctx context.Context, handle int64) (int16, error)

GetNumberOfBands calls the GetNumberOfBands RPC.

func (*EqualizerClient) GetNumberOfPresets

func (c *EqualizerClient) GetNumberOfPresets(ctx context.Context, handle int64) (int16, error)

GetNumberOfPresets calls the GetNumberOfPresets RPC.

func (*EqualizerClient) GetPresetName

func (c *EqualizerClient) GetPresetName(ctx context.Context, handle int64, arg0 int16) (string, error)

GetPresetName calls the GetPresetName RPC.

func (*EqualizerClient) GetProperties

func (c *EqualizerClient) GetProperties(ctx context.Context, handle int64) (int64, error)

GetProperties calls the GetProperties RPC.

func (*EqualizerClient) SetBandLevel

func (c *EqualizerClient) SetBandLevel(ctx context.Context, handle int64, arg0 int16, arg1 int16) error

SetBandLevel calls the SetBandLevel RPC.

func (*EqualizerClient) SetParameterListener

func (c *EqualizerClient) SetParameterListener(ctx context.Context, handle int64, arg0 int64) error

SetParameterListener calls the SetParameterListener RPC.

func (*EqualizerClient) SetProperties

func (c *EqualizerClient) SetProperties(ctx context.Context, handle int64, arg0 int64) error

SetProperties calls the SetProperties RPC.

func (*EqualizerClient) UsePreset

func (c *EqualizerClient) UsePreset(ctx context.Context, handle int64, arg0 int16) error

UsePreset calls the UsePreset RPC.

type EqualizerOnParameterChangeListenerClient

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

EqualizerOnParameterChangeListenerClient wraps the gRPC EqualizerOnParameterChangeListenerService client.

func NewEqualizerOnParameterChangeListenerClient

func NewEqualizerOnParameterChangeListenerClient(cc grpc.ClientConnInterface) *EqualizerOnParameterChangeListenerClient

NewEqualizerOnParameterChangeListenerClient creates a new EqualizerOnParameterChangeListener client.

func (*EqualizerOnParameterChangeListenerClient) OnParameterChange

func (c *EqualizerOnParameterChangeListenerClient) OnParameterChange(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int32, arg4 int32) error

OnParameterChange calls the OnParameterChange RPC.

type EqualizerSettingsClient

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

EqualizerSettingsClient wraps the gRPC EqualizerSettingsService client.

func NewEqualizerSettingsClient

func NewEqualizerSettingsClient(cc grpc.ClientConnInterface) *EqualizerSettingsClient

NewEqualizerSettingsClient creates a new EqualizerSettings client.

func (*EqualizerSettingsClient) ToString

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

ToString calls the ToString RPC.

type HapticGeneratorClient

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

HapticGeneratorClient wraps the gRPC HapticGeneratorService client.

func NewHapticGeneratorClient

func NewHapticGeneratorClient(cc grpc.ClientConnInterface) *HapticGeneratorClient

NewHapticGeneratorClient creates a new HapticGenerator client.

func (*HapticGeneratorClient) Close

Close calls the Close RPC.

func (*HapticGeneratorClient) Create

func (c *HapticGeneratorClient) Create(ctx context.Context, arg0 int32) (int64, error)

Create calls the Create RPC.

func (*HapticGeneratorClient) IsAvailable

func (c *HapticGeneratorClient) IsAvailable(ctx context.Context) (bool, error)

IsAvailable calls the IsAvailable RPC.

func (*HapticGeneratorClient) Release

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

Release calls the Release RPC.

func (*HapticGeneratorClient) SetEnabled

func (c *HapticGeneratorClient) SetEnabled(ctx context.Context, arg0 bool) (int32, error)

SetEnabled calls the SetEnabled RPC.

type LoudnessEnhancerClient

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

LoudnessEnhancerClient wraps the gRPC LoudnessEnhancerService client.

func NewLoudnessEnhancerClient

func NewLoudnessEnhancerClient(cc grpc.ClientConnInterface) *LoudnessEnhancerClient

NewLoudnessEnhancerClient creates a new LoudnessEnhancer client.

func (*LoudnessEnhancerClient) GetTargetGain

func (c *LoudnessEnhancerClient) GetTargetGain(ctx context.Context, handle int64) (float32, error)

GetTargetGain calls the GetTargetGain RPC.

func (*LoudnessEnhancerClient) SetTargetGain

func (c *LoudnessEnhancerClient) SetTargetGain(ctx context.Context, handle int64, arg0 int32) error

SetTargetGain calls the SetTargetGain RPC.

type NoiseSuppressorClient

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

NoiseSuppressorClient wraps the gRPC NoiseSuppressorService client.

func NewNoiseSuppressorClient

func NewNoiseSuppressorClient(cc grpc.ClientConnInterface) *NoiseSuppressorClient

NewNoiseSuppressorClient creates a new NoiseSuppressor client.

func (*NoiseSuppressorClient) Create

func (c *NoiseSuppressorClient) Create(ctx context.Context, arg0 int32) (int64, error)

Create calls the Create RPC.

func (*NoiseSuppressorClient) IsAvailable

func (c *NoiseSuppressorClient) IsAvailable(ctx context.Context) (bool, error)

IsAvailable calls the IsAvailable RPC.

type PresetReverbClient

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

PresetReverbClient wraps the gRPC PresetReverbService client.

func NewPresetReverbClient

func NewPresetReverbClient(cc grpc.ClientConnInterface) *PresetReverbClient

NewPresetReverbClient creates a new PresetReverb client.

func (*PresetReverbClient) GetPreset

func (c *PresetReverbClient) GetPreset(ctx context.Context, handle int64) (int16, error)

GetPreset calls the GetPreset RPC.

func (*PresetReverbClient) GetProperties

func (c *PresetReverbClient) GetProperties(ctx context.Context, handle int64) (int64, error)

GetProperties calls the GetProperties RPC.

func (*PresetReverbClient) SetParameterListener

func (c *PresetReverbClient) SetParameterListener(ctx context.Context, handle int64, arg0 int64) error

SetParameterListener calls the SetParameterListener RPC.

func (*PresetReverbClient) SetPreset

func (c *PresetReverbClient) SetPreset(ctx context.Context, handle int64, arg0 int16) error

SetPreset calls the SetPreset RPC.

func (*PresetReverbClient) SetProperties

func (c *PresetReverbClient) SetProperties(ctx context.Context, handle int64, arg0 int64) error

SetProperties calls the SetProperties RPC.

type PresetReverbOnParameterChangeListenerClient

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

PresetReverbOnParameterChangeListenerClient wraps the gRPC PresetReverbOnParameterChangeListenerService client.

func NewPresetReverbOnParameterChangeListenerClient

func NewPresetReverbOnParameterChangeListenerClient(cc grpc.ClientConnInterface) *PresetReverbOnParameterChangeListenerClient

NewPresetReverbOnParameterChangeListenerClient creates a new PresetReverbOnParameterChangeListener client.

func (*PresetReverbOnParameterChangeListenerClient) OnParameterChange

func (c *PresetReverbOnParameterChangeListenerClient) OnParameterChange(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int16) error

OnParameterChange calls the OnParameterChange RPC.

type PresetReverbSettingsClient

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

PresetReverbSettingsClient wraps the gRPC PresetReverbSettingsService client.

func NewPresetReverbSettingsClient

func NewPresetReverbSettingsClient(cc grpc.ClientConnInterface) *PresetReverbSettingsClient

NewPresetReverbSettingsClient creates a new PresetReverbSettings client.

func (*PresetReverbSettingsClient) ToString

ToString calls the ToString RPC.

type VirtualizerClient

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

VirtualizerClient wraps the gRPC VirtualizerService client.

func NewVirtualizerClient

func NewVirtualizerClient(cc grpc.ClientConnInterface) *VirtualizerClient

NewVirtualizerClient creates a new Virtualizer client.

func (*VirtualizerClient) CanVirtualize

func (c *VirtualizerClient) CanVirtualize(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)

CanVirtualize calls the CanVirtualize RPC.

func (*VirtualizerClient) ForceVirtualizationMode

func (c *VirtualizerClient) ForceVirtualizationMode(ctx context.Context, handle int64, arg0 int32) (bool, error)

ForceVirtualizationMode calls the ForceVirtualizationMode RPC.

func (*VirtualizerClient) GetProperties

func (c *VirtualizerClient) GetProperties(ctx context.Context, handle int64) (int64, error)

GetProperties calls the GetProperties RPC.

func (*VirtualizerClient) GetRoundedStrength

func (c *VirtualizerClient) GetRoundedStrength(ctx context.Context, handle int64) (int16, error)

GetRoundedStrength calls the GetRoundedStrength RPC.

func (*VirtualizerClient) GetSpeakerAngles

func (c *VirtualizerClient) GetSpeakerAngles(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) (bool, error)

GetSpeakerAngles calls the GetSpeakerAngles RPC.

func (*VirtualizerClient) GetStrengthSupported

func (c *VirtualizerClient) GetStrengthSupported(ctx context.Context, handle int64) (bool, error)

GetStrengthSupported calls the GetStrengthSupported RPC.

func (*VirtualizerClient) GetVirtualizationMode

func (c *VirtualizerClient) GetVirtualizationMode(ctx context.Context, handle int64) (int32, error)

GetVirtualizationMode calls the GetVirtualizationMode RPC.

func (*VirtualizerClient) SetParameterListener

func (c *VirtualizerClient) SetParameterListener(ctx context.Context, handle int64, arg0 int64) error

SetParameterListener calls the SetParameterListener RPC.

func (*VirtualizerClient) SetProperties

func (c *VirtualizerClient) SetProperties(ctx context.Context, handle int64, arg0 int64) error

SetProperties calls the SetProperties RPC.

func (*VirtualizerClient) SetStrength

func (c *VirtualizerClient) SetStrength(ctx context.Context, handle int64, arg0 int16) error

SetStrength calls the SetStrength RPC.

type VirtualizerOnParameterChangeListenerClient

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

VirtualizerOnParameterChangeListenerClient wraps the gRPC VirtualizerOnParameterChangeListenerService client.

func NewVirtualizerOnParameterChangeListenerClient

func NewVirtualizerOnParameterChangeListenerClient(cc grpc.ClientConnInterface) *VirtualizerOnParameterChangeListenerClient

NewVirtualizerOnParameterChangeListenerClient creates a new VirtualizerOnParameterChangeListener client.

func (*VirtualizerOnParameterChangeListenerClient) OnParameterChange

func (c *VirtualizerOnParameterChangeListenerClient) OnParameterChange(ctx context.Context, arg0 int64, arg1 int32, arg2 int32, arg3 int16) error

OnParameterChange calls the OnParameterChange RPC.

type VirtualizerSettingsClient

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

VirtualizerSettingsClient wraps the gRPC VirtualizerSettingsService client.

func NewVirtualizerSettingsClient

func NewVirtualizerSettingsClient(cc grpc.ClientConnInterface) *VirtualizerSettingsClient

NewVirtualizerSettingsClient creates a new VirtualizerSettings client.

func (*VirtualizerSettingsClient) ToString

ToString calls the ToString RPC.

type VisualizerClient

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

VisualizerClient wraps the gRPC VisualizerService client.

func NewVisualizerClient

func NewVisualizerClient(cc grpc.ClientConnInterface) *VisualizerClient

NewVisualizerClient creates a new Visualizer client.

func (*VisualizerClient) GetCaptureSize

func (c *VisualizerClient) GetCaptureSize(ctx context.Context, handle int64) (int32, error)

GetCaptureSize calls the GetCaptureSize RPC.

func (*VisualizerClient) GetCaptureSizeRange

func (c *VisualizerClient) GetCaptureSizeRange(ctx context.Context, handle int64) (int64, error)

GetCaptureSizeRange calls the GetCaptureSizeRange RPC.

func (*VisualizerClient) GetEnabled

func (c *VisualizerClient) GetEnabled(ctx context.Context, handle int64) (bool, error)

GetEnabled calls the GetEnabled RPC.

func (*VisualizerClient) GetFft

func (c *VisualizerClient) GetFft(ctx context.Context, handle int64, arg0 int64) (int32, error)

GetFft calls the GetFft RPC.

func (*VisualizerClient) GetMaxCaptureRate

func (c *VisualizerClient) GetMaxCaptureRate(ctx context.Context, handle int64) (int32, error)

GetMaxCaptureRate calls the GetMaxCaptureRate RPC.

func (*VisualizerClient) GetMeasurementMode

func (c *VisualizerClient) GetMeasurementMode(ctx context.Context, handle int64) (int32, error)

GetMeasurementMode calls the GetMeasurementMode RPC.

func (*VisualizerClient) GetMeasurementPeakRms

func (c *VisualizerClient) GetMeasurementPeakRms(ctx context.Context, handle int64, arg0 int64) (int32, error)

GetMeasurementPeakRms calls the GetMeasurementPeakRms RPC.

func (*VisualizerClient) GetSamplingRate

func (c *VisualizerClient) GetSamplingRate(ctx context.Context, handle int64) (int32, error)

GetSamplingRate calls the GetSamplingRate RPC.

func (*VisualizerClient) GetScalingMode

func (c *VisualizerClient) GetScalingMode(ctx context.Context, handle int64) (int32, error)

GetScalingMode calls the GetScalingMode RPC.

func (*VisualizerClient) GetWaveForm

func (c *VisualizerClient) GetWaveForm(ctx context.Context, handle int64, arg0 int64) (int32, error)

GetWaveForm calls the GetWaveForm RPC.

func (*VisualizerClient) Release

func (c *VisualizerClient) Release(ctx context.Context, handle int64) error

Release calls the Release RPC.

func (*VisualizerClient) SetCaptureSize

func (c *VisualizerClient) SetCaptureSize(ctx context.Context, handle int64, arg0 int32) (int32, error)

SetCaptureSize calls the SetCaptureSize RPC.

func (*VisualizerClient) SetDataCaptureListener

func (c *VisualizerClient) SetDataCaptureListener(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 bool, arg3 bool) (int32, error)

SetDataCaptureListener calls the SetDataCaptureListener RPC.

func (*VisualizerClient) SetEnabled

func (c *VisualizerClient) SetEnabled(ctx context.Context, handle int64, arg0 bool) (int32, error)

SetEnabled calls the SetEnabled RPC.

func (*VisualizerClient) SetMeasurementMode

func (c *VisualizerClient) SetMeasurementMode(ctx context.Context, handle int64, arg0 int32) (int32, error)

SetMeasurementMode calls the SetMeasurementMode RPC.

func (*VisualizerClient) SetScalingMode

func (c *VisualizerClient) SetScalingMode(ctx context.Context, handle int64, arg0 int32) (int32, error)

SetScalingMode calls the SetScalingMode RPC.

type VisualizerOnDataCaptureListenerClient

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

VisualizerOnDataCaptureListenerClient wraps the gRPC VisualizerOnDataCaptureListenerService client.

func NewVisualizerOnDataCaptureListenerClient

func NewVisualizerOnDataCaptureListenerClient(cc grpc.ClientConnInterface) *VisualizerOnDataCaptureListenerClient

NewVisualizerOnDataCaptureListenerClient creates a new VisualizerOnDataCaptureListener client.

func (*VisualizerOnDataCaptureListenerClient) OnFftDataCapture

func (c *VisualizerOnDataCaptureListenerClient) OnFftDataCapture(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error

OnFftDataCapture calls the OnFftDataCapture RPC.

func (*VisualizerOnDataCaptureListenerClient) OnWaveFormDataCapture

func (c *VisualizerOnDataCaptureListenerClient) OnWaveFormDataCapture(ctx context.Context, arg0 int64, arg1 int64, arg2 int32) error

OnWaveFormDataCapture calls the OnWaveFormDataCapture RPC.

Jump to

Keyboard shortcuts

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