Documentation
¶
Index ¶
- type AcousticEchoCancelerClient
- type AudioEffectClient
- func (c *AudioEffectClient) GetDescriptor(ctx context.Context) (int64, error)
- func (c *AudioEffectClient) GetEnabled(ctx context.Context) (bool, error)
- func (c *AudioEffectClient) GetId(ctx context.Context) (int32, error)
- func (c *AudioEffectClient) HasControl(ctx context.Context) (bool, error)
- func (c *AudioEffectClient) QueryEffects(ctx context.Context) (int64, error)
- func (c *AudioEffectClient) Release(ctx context.Context) error
- func (c *AudioEffectClient) SetControlStatusListener(ctx context.Context, arg0 int64) error
- func (c *AudioEffectClient) SetEnableStatusListener(ctx context.Context, arg0 int64) error
- func (c *AudioEffectClient) SetEnabled(ctx context.Context, arg0 bool) (int32, error)
- type AudioEffectDescriptorClient
- type AudioEffectOnControlStatusChangeListenerClient
- type AudioEffectOnEnableStatusChangeListenerClient
- type AutomaticGainControlClient
- type BassBoostClient
- func (c *BassBoostClient) GetProperties(ctx context.Context, handle int64) (int64, error)
- func (c *BassBoostClient) GetRoundedStrength(ctx context.Context, handle int64) (int16, error)
- func (c *BassBoostClient) GetStrengthSupported(ctx context.Context, handle int64) (bool, error)
- func (c *BassBoostClient) SetParameterListener(ctx context.Context, handle int64, arg0 int64) error
- func (c *BassBoostClient) SetProperties(ctx context.Context, handle int64, arg0 int64) error
- func (c *BassBoostClient) SetStrength(ctx context.Context, handle int64, arg0 int16) error
- type BassBoostOnParameterChangeListenerClient
- type BassBoostSettingsClient
- type DynamicsProcessingBandBaseClient
- func (c *DynamicsProcessingBandBaseClient) GetCutoffFrequency(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingBandBaseClient) IsEnabled(ctx context.Context) (bool, error)
- func (c *DynamicsProcessingBandBaseClient) SetCutoffFrequency(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingBandBaseClient) SetEnabled(ctx context.Context, arg0 bool) error
- func (c *DynamicsProcessingBandBaseClient) ToString(ctx context.Context) (string, error)
- type DynamicsProcessingBandStageClient
- type DynamicsProcessingChannelClient
- func (c *DynamicsProcessingChannelClient) GetInputGain(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingChannelClient) GetLimiter(ctx context.Context) (int64, error)
- func (c *DynamicsProcessingChannelClient) GetMbc(ctx context.Context) (int64, error)
- func (c *DynamicsProcessingChannelClient) GetMbcBand(ctx context.Context, arg0 int32) (int64, error)
- func (c *DynamicsProcessingChannelClient) GetPostEq(ctx context.Context) (int64, error)
- func (c *DynamicsProcessingChannelClient) GetPostEqBand(ctx context.Context, arg0 int32) (int64, error)
- func (c *DynamicsProcessingChannelClient) GetPreEq(ctx context.Context) (int64, error)
- func (c *DynamicsProcessingChannelClient) GetPreEqBand(ctx context.Context, arg0 int32) (int64, error)
- func (c *DynamicsProcessingChannelClient) SetInputGain(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingChannelClient) SetLimiter(ctx context.Context, arg0 int64) error
- func (c *DynamicsProcessingChannelClient) SetMbc(ctx context.Context, arg0 int64) error
- func (c *DynamicsProcessingChannelClient) SetMbcBand(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingChannelClient) SetPostEq(ctx context.Context, arg0 int64) error
- func (c *DynamicsProcessingChannelClient) SetPostEqBand(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingChannelClient) SetPreEq(ctx context.Context, arg0 int64) error
- func (c *DynamicsProcessingChannelClient) SetPreEqBand(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingChannelClient) ToString(ctx context.Context) (string, error)
- type DynamicsProcessingClient
- func (c *DynamicsProcessingClient) GetChannelByChannelIndex(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *DynamicsProcessingClient) GetChannelCount(ctx context.Context, handle int64) (int32, error)
- func (c *DynamicsProcessingClient) GetConfig(ctx context.Context, handle int64) (int64, error)
- func (c *DynamicsProcessingClient) GetInputGainByChannelIndex(ctx context.Context, handle int64, arg0 int32) (float32, error)
- func (c *DynamicsProcessingClient) GetLimiterByChannelIndex(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *DynamicsProcessingClient) GetMbcBandByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)
- func (c *DynamicsProcessingClient) GetMbcByChannelIndex(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *DynamicsProcessingClient) GetPostEqBandByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)
- func (c *DynamicsProcessingClient) GetPostEqByChannelIndex(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *DynamicsProcessingClient) GetPreEqBandByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int32) (int64, error)
- func (c *DynamicsProcessingClient) GetPreEqByChannelIndex(ctx context.Context, handle int64, arg0 int32) (int64, error)
- func (c *DynamicsProcessingClient) SetAllChannelsTo(ctx context.Context, handle int64, arg0 int64) error
- func (c *DynamicsProcessingClient) SetChannelTo(ctx context.Context, handle int64, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingClient) SetInputGainAllChannelsTo(ctx context.Context, handle int64, arg0 float32) error
- func (c *DynamicsProcessingClient) SetInputGainbyChannel(ctx context.Context, handle int64, arg0 int32, arg1 float32) error
- func (c *DynamicsProcessingClient) SetLimiterAllChannelsTo(ctx context.Context, handle int64, arg0 int64) error
- func (c *DynamicsProcessingClient) SetLimiterByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingClient) SetMbcAllChannelsTo(ctx context.Context, handle int64, arg0 int64) error
- func (c *DynamicsProcessingClient) SetMbcBandAllChannelsTo(ctx context.Context, handle int64, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingClient) SetMbcBandByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error
- func (c *DynamicsProcessingClient) SetMbcByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingClient) SetPostEqAllChannelsTo(ctx context.Context, handle int64, arg0 int64) error
- func (c *DynamicsProcessingClient) SetPostEqBandAllChannelsTo(ctx context.Context, handle int64, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingClient) SetPostEqBandByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error
- func (c *DynamicsProcessingClient) SetPostEqByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingClient) SetPreEqAllChannelsTo(ctx context.Context, handle int64, arg0 int64) error
- func (c *DynamicsProcessingClient) SetPreEqBandAllChannelsTo(ctx context.Context, handle int64, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingClient) SetPreEqBandByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) error
- func (c *DynamicsProcessingClient) SetPreEqByChannelIndex(ctx context.Context, handle int64, arg0 int32, arg1 int64) error
- type DynamicsProcessingConfigClient
- func (c *DynamicsProcessingConfigClient) GetChannelByChannelIndex(ctx context.Context, arg0 int32) (int64, error)
- func (c *DynamicsProcessingConfigClient) GetInputGainByChannelIndex(ctx context.Context, arg0 int32) (float32, error)
- func (c *DynamicsProcessingConfigClient) GetLimiterByChannelIndex(ctx context.Context, arg0 int32) (int64, error)
- func (c *DynamicsProcessingConfigClient) GetMbcBandByChannelIndex(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- func (c *DynamicsProcessingConfigClient) GetMbcBandCount(ctx context.Context) (int32, error)
- func (c *DynamicsProcessingConfigClient) GetMbcByChannelIndex(ctx context.Context, arg0 int32) (int64, error)
- func (c *DynamicsProcessingConfigClient) GetPostEqBandByChannelIndex(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- func (c *DynamicsProcessingConfigClient) GetPostEqBandCount(ctx context.Context) (int32, error)
- func (c *DynamicsProcessingConfigClient) GetPostEqByChannelIndex(ctx context.Context, arg0 int32) (int64, error)
- func (c *DynamicsProcessingConfigClient) GetPreEqBandByChannelIndex(ctx context.Context, arg0 int32, arg1 int32) (int64, error)
- func (c *DynamicsProcessingConfigClient) GetPreEqBandCount(ctx context.Context) (int32, error)
- func (c *DynamicsProcessingConfigClient) GetPreEqByChannelIndex(ctx context.Context, arg0 int32) (int64, error)
- func (c *DynamicsProcessingConfigClient) GetPreferredFrameDuration(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingConfigClient) GetVariant(ctx context.Context) (int32, error)
- func (c *DynamicsProcessingConfigClient) IsLimiterInUse(ctx context.Context) (bool, error)
- func (c *DynamicsProcessingConfigClient) IsMbcInUse(ctx context.Context) (bool, error)
- func (c *DynamicsProcessingConfigClient) IsPostEqInUse(ctx context.Context) (bool, error)
- func (c *DynamicsProcessingConfigClient) IsPreEqInUse(ctx context.Context) (bool, error)
- func (c *DynamicsProcessingConfigClient) SetAllChannelsTo(ctx context.Context, arg0 int64) error
- func (c *DynamicsProcessingConfigClient) SetChannelTo(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingConfigClient) SetInputGainAllChannelsTo(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingConfigClient) SetInputGainByChannelIndex(ctx context.Context, arg0 int32, arg1 float32) error
- func (c *DynamicsProcessingConfigClient) SetLimiterAllChannelsTo(ctx context.Context, arg0 int64) error
- func (c *DynamicsProcessingConfigClient) SetLimiterByChannelIndex(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingConfigClient) SetMbcAllChannelsTo(ctx context.Context, arg0 int64) error
- func (c *DynamicsProcessingConfigClient) SetMbcBandAllChannelsTo(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingConfigClient) SetMbcBandByChannelIndex(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error
- func (c *DynamicsProcessingConfigClient) SetMbcByChannelIndex(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingConfigClient) SetPostEqAllChannelsTo(ctx context.Context, arg0 int64) error
- func (c *DynamicsProcessingConfigClient) SetPostEqBandAllChannelsTo(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingConfigClient) SetPostEqBandByChannelIndex(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error
- func (c *DynamicsProcessingConfigClient) SetPostEqByChannelIndex(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingConfigClient) SetPreEqAllChannelsTo(ctx context.Context, arg0 int64) error
- func (c *DynamicsProcessingConfigClient) SetPreEqBandAllChannelsTo(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingConfigClient) SetPreEqBandByChannelIndex(ctx context.Context, arg0 int32, arg1 int32, arg2 int64) error
- func (c *DynamicsProcessingConfigClient) SetPreEqByChannelIndex(ctx context.Context, arg0 int32, arg1 int64) error
- func (c *DynamicsProcessingConfigClient) ToString(ctx context.Context) (string, error)
- type DynamicsProcessingEqBandClient
- type DynamicsProcessingEqClient
- type DynamicsProcessingLimiterClient
- func (c *DynamicsProcessingLimiterClient) GetAttackTime(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingLimiterClient) GetLinkGroup(ctx context.Context) (int32, error)
- func (c *DynamicsProcessingLimiterClient) GetPostGain(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingLimiterClient) GetRatio(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingLimiterClient) GetReleaseTime(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingLimiterClient) GetThreshold(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingLimiterClient) SetAttackTime(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingLimiterClient) SetLinkGroup(ctx context.Context, arg0 int32) error
- func (c *DynamicsProcessingLimiterClient) SetPostGain(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingLimiterClient) SetRatio(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingLimiterClient) SetReleaseTime(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingLimiterClient) SetThreshold(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingLimiterClient) ToString(ctx context.Context) (string, error)
- type DynamicsProcessingMbcBandClient
- func (c *DynamicsProcessingMbcBandClient) GetAttackTime(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingMbcBandClient) GetExpanderRatio(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingMbcBandClient) GetKneeWidth(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingMbcBandClient) GetNoiseGateThreshold(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingMbcBandClient) GetPostGain(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingMbcBandClient) GetPreGain(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingMbcBandClient) GetRatio(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingMbcBandClient) GetReleaseTime(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingMbcBandClient) GetThreshold(ctx context.Context) (float32, error)
- func (c *DynamicsProcessingMbcBandClient) SetAttackTime(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingMbcBandClient) SetExpanderRatio(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingMbcBandClient) SetKneeWidth(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingMbcBandClient) SetNoiseGateThreshold(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingMbcBandClient) SetPostGain(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingMbcBandClient) SetPreGain(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingMbcBandClient) SetRatio(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingMbcBandClient) SetReleaseTime(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingMbcBandClient) SetThreshold(ctx context.Context, arg0 float32) error
- func (c *DynamicsProcessingMbcBandClient) ToString(ctx context.Context) (string, error)
- type DynamicsProcessingMbcClient
- type DynamicsProcessingStageClient
- func (c *DynamicsProcessingStageClient) IsEnabled(ctx context.Context) (bool, error)
- func (c *DynamicsProcessingStageClient) IsInUse(ctx context.Context) (bool, error)
- func (c *DynamicsProcessingStageClient) SetEnabled(ctx context.Context, arg0 bool) error
- func (c *DynamicsProcessingStageClient) ToString(ctx context.Context) (string, error)
- type EnvironmentalReverbClient
- func (c *EnvironmentalReverbClient) GetDecayHFRatio(ctx context.Context, handle int64) (int16, error)
- func (c *EnvironmentalReverbClient) GetDecayTime(ctx context.Context, handle int64) (int32, error)
- func (c *EnvironmentalReverbClient) GetDensity(ctx context.Context, handle int64) (int16, error)
- func (c *EnvironmentalReverbClient) GetDiffusion(ctx context.Context, handle int64) (int16, error)
- func (c *EnvironmentalReverbClient) GetProperties(ctx context.Context, handle int64) (int64, error)
- func (c *EnvironmentalReverbClient) GetReflectionsDelay(ctx context.Context, handle int64) (int32, error)
- func (c *EnvironmentalReverbClient) GetReflectionsLevel(ctx context.Context, handle int64) (int16, error)
- func (c *EnvironmentalReverbClient) GetReverbDelay(ctx context.Context, handle int64) (int32, error)
- func (c *EnvironmentalReverbClient) GetReverbLevel(ctx context.Context, handle int64) (int16, error)
- func (c *EnvironmentalReverbClient) GetRoomHFLevel(ctx context.Context, handle int64) (int16, error)
- func (c *EnvironmentalReverbClient) GetRoomLevel(ctx context.Context, handle int64) (int16, error)
- func (c *EnvironmentalReverbClient) SetDecayHFRatio(ctx context.Context, handle int64, arg0 int16) error
- func (c *EnvironmentalReverbClient) SetDecayTime(ctx context.Context, handle int64, arg0 int32) error
- func (c *EnvironmentalReverbClient) SetDensity(ctx context.Context, handle int64, arg0 int16) error
- func (c *EnvironmentalReverbClient) SetDiffusion(ctx context.Context, handle int64, arg0 int16) error
- func (c *EnvironmentalReverbClient) SetParameterListener(ctx context.Context, handle int64, arg0 int64) error
- func (c *EnvironmentalReverbClient) SetProperties(ctx context.Context, handle int64, arg0 int64) error
- func (c *EnvironmentalReverbClient) SetReflectionsDelay(ctx context.Context, handle int64, arg0 int32) error
- func (c *EnvironmentalReverbClient) SetReflectionsLevel(ctx context.Context, handle int64, arg0 int16) error
- func (c *EnvironmentalReverbClient) SetReverbDelay(ctx context.Context, handle int64, arg0 int32) error
- func (c *EnvironmentalReverbClient) SetReverbLevel(ctx context.Context, handle int64, arg0 int16) error
- func (c *EnvironmentalReverbClient) SetRoomHFLevel(ctx context.Context, handle int64, arg0 int16) error
- func (c *EnvironmentalReverbClient) SetRoomLevel(ctx context.Context, handle int64, arg0 int16) error
- type EnvironmentalReverbOnParameterChangeListenerClient
- type EnvironmentalReverbSettingsClient
- type EqualizerClient
- func (c *EqualizerClient) GetBand(ctx context.Context, handle int64, arg0 int32) (int16, error)
- func (c *EqualizerClient) GetBandFreqRange(ctx context.Context, handle int64, arg0 int16) (int64, error)
- func (c *EqualizerClient) GetBandLevel(ctx context.Context, handle int64, arg0 int16) (int16, error)
- func (c *EqualizerClient) GetBandLevelRange(ctx context.Context, handle int64) (int64, error)
- func (c *EqualizerClient) GetCenterFreq(ctx context.Context, handle int64, arg0 int16) (int32, error)
- func (c *EqualizerClient) GetCurrentPreset(ctx context.Context, handle int64) (int16, error)
- func (c *EqualizerClient) GetNumberOfBands(ctx context.Context, handle int64) (int16, error)
- func (c *EqualizerClient) GetNumberOfPresets(ctx context.Context, handle int64) (int16, error)
- func (c *EqualizerClient) GetPresetName(ctx context.Context, handle int64, arg0 int16) (string, error)
- func (c *EqualizerClient) GetProperties(ctx context.Context, handle int64) (int64, error)
- func (c *EqualizerClient) SetBandLevel(ctx context.Context, handle int64, arg0 int16, arg1 int16) error
- func (c *EqualizerClient) SetParameterListener(ctx context.Context, handle int64, arg0 int64) error
- func (c *EqualizerClient) SetProperties(ctx context.Context, handle int64, arg0 int64) error
- func (c *EqualizerClient) UsePreset(ctx context.Context, handle int64, arg0 int16) error
- type EqualizerOnParameterChangeListenerClient
- type EqualizerSettingsClient
- type HapticGeneratorClient
- func (c *HapticGeneratorClient) Close(ctx context.Context) error
- func (c *HapticGeneratorClient) Create(ctx context.Context, arg0 int32) (int64, error)
- func (c *HapticGeneratorClient) IsAvailable(ctx context.Context) (bool, error)
- func (c *HapticGeneratorClient) Release(ctx context.Context) error
- func (c *HapticGeneratorClient) SetEnabled(ctx context.Context, arg0 bool) (int32, error)
- type LoudnessEnhancerClient
- type NoiseSuppressorClient
- type PresetReverbClient
- func (c *PresetReverbClient) GetPreset(ctx context.Context, handle int64) (int16, error)
- func (c *PresetReverbClient) GetProperties(ctx context.Context, handle int64) (int64, error)
- func (c *PresetReverbClient) SetParameterListener(ctx context.Context, handle int64, arg0 int64) error
- func (c *PresetReverbClient) SetPreset(ctx context.Context, handle int64, arg0 int16) error
- func (c *PresetReverbClient) SetProperties(ctx context.Context, handle int64, arg0 int64) error
- type PresetReverbOnParameterChangeListenerClient
- type PresetReverbSettingsClient
- type VirtualizerClient
- func (c *VirtualizerClient) CanVirtualize(ctx context.Context, handle int64, arg0 int32, arg1 int32) (bool, error)
- func (c *VirtualizerClient) ForceVirtualizationMode(ctx context.Context, handle int64, arg0 int32) (bool, error)
- func (c *VirtualizerClient) GetProperties(ctx context.Context, handle int64) (int64, error)
- func (c *VirtualizerClient) GetRoundedStrength(ctx context.Context, handle int64) (int16, error)
- func (c *VirtualizerClient) GetSpeakerAngles(ctx context.Context, handle int64, arg0 int32, arg1 int32, arg2 int64) (bool, error)
- func (c *VirtualizerClient) GetStrengthSupported(ctx context.Context, handle int64) (bool, error)
- func (c *VirtualizerClient) GetVirtualizationMode(ctx context.Context, handle int64) (int32, error)
- func (c *VirtualizerClient) SetParameterListener(ctx context.Context, handle int64, arg0 int64) error
- func (c *VirtualizerClient) SetProperties(ctx context.Context, handle int64, arg0 int64) error
- func (c *VirtualizerClient) SetStrength(ctx context.Context, handle int64, arg0 int16) error
- type VirtualizerOnParameterChangeListenerClient
- type VirtualizerSettingsClient
- type VisualizerClient
- func (c *VisualizerClient) GetCaptureSize(ctx context.Context, handle int64) (int32, error)
- func (c *VisualizerClient) GetCaptureSizeRange(ctx context.Context, handle int64) (int64, error)
- func (c *VisualizerClient) GetEnabled(ctx context.Context, handle int64) (bool, error)
- func (c *VisualizerClient) GetFft(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *VisualizerClient) GetMaxCaptureRate(ctx context.Context, handle int64) (int32, error)
- func (c *VisualizerClient) GetMeasurementMode(ctx context.Context, handle int64) (int32, error)
- func (c *VisualizerClient) GetMeasurementPeakRms(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *VisualizerClient) GetSamplingRate(ctx context.Context, handle int64) (int32, error)
- func (c *VisualizerClient) GetScalingMode(ctx context.Context, handle int64) (int32, error)
- func (c *VisualizerClient) GetWaveForm(ctx context.Context, handle int64, arg0 int64) (int32, error)
- func (c *VisualizerClient) Release(ctx context.Context, handle int64) error
- func (c *VisualizerClient) SetCaptureSize(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *VisualizerClient) SetDataCaptureListener(ctx context.Context, handle int64, arg0 int64, arg1 int32, arg2 bool, ...) (int32, error)
- func (c *VisualizerClient) SetEnabled(ctx context.Context, handle int64, arg0 bool) (int32, error)
- func (c *VisualizerClient) SetMeasurementMode(ctx context.Context, handle int64, arg0 int32) (int32, error)
- func (c *VisualizerClient) SetScalingMode(ctx context.Context, handle int64, arg0 int32) (int32, error)
- type VisualizerOnDataCaptureListenerClient
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) 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 ¶
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.
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) 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 ¶
GetProperties calls the GetProperties RPC.
func (*BassBoostClient) GetRoundedStrength ¶
GetRoundedStrength calls the GetRoundedStrength RPC.
func (*BassBoostClient) GetStrengthSupported ¶
GetStrengthSupported calls the GetStrengthSupported RPC.
func (*BassBoostClient) SetParameterListener ¶
SetParameterListener calls the SetParameterListener RPC.
func (*BassBoostClient) SetProperties ¶
SetProperties calls the SetProperties RPC.
func (*BassBoostClient) SetStrength ¶
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.
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 ¶
func (c *DynamicsProcessingBandBaseClient) IsEnabled(ctx context.Context) (bool, error)
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.
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 ¶
func (c *DynamicsProcessingBandStageClient) GetBandCount(ctx context.Context) (int32, error)
GetBandCount calls the GetBandCount 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 ¶
func (c *DynamicsProcessingChannelClient) GetInputGain(ctx context.Context) (float32, error)
GetInputGain calls the GetInputGain RPC.
func (*DynamicsProcessingChannelClient) GetLimiter ¶
func (c *DynamicsProcessingChannelClient) GetLimiter(ctx context.Context) (int64, error)
GetLimiter calls the GetLimiter RPC.
func (*DynamicsProcessingChannelClient) GetMbc ¶
func (c *DynamicsProcessingChannelClient) GetMbc(ctx context.Context) (int64, error)
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 ¶
func (c *DynamicsProcessingChannelClient) GetPostEq(ctx context.Context) (int64, error)
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 ¶
func (c *DynamicsProcessingChannelClient) GetPreEq(ctx context.Context) (int64, error)
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 ¶
func (c *DynamicsProcessingChannelClient) SetMbc(ctx context.Context, arg0 int64) error
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 ¶
func (c *DynamicsProcessingChannelClient) SetPreEq(ctx context.Context, arg0 int64) error
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.
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) 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 ¶
func (c *DynamicsProcessingConfigClient) GetVariant(ctx context.Context) (int32, error)
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 ¶
func (c *DynamicsProcessingConfigClient) IsMbcInUse(ctx context.Context) (bool, error)
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.
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 ¶
func (c *DynamicsProcessingEqBandClient) GetGain(ctx context.Context) (float32, error)
GetGain calls the GetGain 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.
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 ¶
func (c *DynamicsProcessingLimiterClient) GetPostGain(ctx context.Context) (float32, error)
GetPostGain calls the GetPostGain RPC.
func (*DynamicsProcessingLimiterClient) GetRatio ¶
func (c *DynamicsProcessingLimiterClient) GetRatio(ctx context.Context) (float32, error)
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 ¶
func (c *DynamicsProcessingLimiterClient) GetThreshold(ctx context.Context) (float32, error)
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 ¶
func (c *DynamicsProcessingLimiterClient) SetRatio(ctx context.Context, arg0 float32) error
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.
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 ¶
func (c *DynamicsProcessingMbcBandClient) GetKneeWidth(ctx context.Context) (float32, error)
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 ¶
func (c *DynamicsProcessingMbcBandClient) GetPostGain(ctx context.Context) (float32, error)
GetPostGain calls the GetPostGain RPC.
func (*DynamicsProcessingMbcBandClient) GetPreGain ¶
func (c *DynamicsProcessingMbcBandClient) GetPreGain(ctx context.Context) (float32, error)
GetPreGain calls the GetPreGain RPC.
func (*DynamicsProcessingMbcBandClient) GetRatio ¶
func (c *DynamicsProcessingMbcBandClient) GetRatio(ctx context.Context) (float32, error)
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 ¶
func (c *DynamicsProcessingMbcBandClient) GetThreshold(ctx context.Context) (float32, error)
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 ¶
func (c *DynamicsProcessingMbcBandClient) SetRatio(ctx context.Context, arg0 float32) error
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.
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.
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 ¶
func (c *DynamicsProcessingStageClient) IsEnabled(ctx context.Context) (bool, error)
IsEnabled calls the IsEnabled RPC.
func (*DynamicsProcessingStageClient) IsInUse ¶
func (c *DynamicsProcessingStageClient) IsInUse(ctx context.Context) (bool, error)
IsInUse calls the IsInUse RPC.
func (*DynamicsProcessingStageClient) SetEnabled ¶
func (c *DynamicsProcessingStageClient) SetEnabled(ctx context.Context, arg0 bool) error
SetEnabled calls the SetEnabled 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 ¶
GetDecayTime calls the GetDecayTime RPC.
func (*EnvironmentalReverbClient) GetDensity ¶
GetDensity calls the GetDensity RPC.
func (*EnvironmentalReverbClient) GetDiffusion ¶
GetDiffusion calls the GetDiffusion RPC.
func (*EnvironmentalReverbClient) GetProperties ¶
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 ¶
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 ¶
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.
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) 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 ¶
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 ¶
GetCurrentPreset calls the GetCurrentPreset RPC.
func (*EqualizerClient) GetNumberOfBands ¶
GetNumberOfBands calls the GetNumberOfBands RPC.
func (*EqualizerClient) GetNumberOfPresets ¶
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 ¶
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 ¶
SetParameterListener calls the SetParameterListener RPC.
func (*EqualizerClient) SetProperties ¶
SetProperties calls the SetProperties 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.
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.
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 ¶
func (c *HapticGeneratorClient) Close(ctx context.Context) error
Close calls the Close 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 ¶
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 ¶
GetTargetGain calls the GetTargetGain RPC.
func (*LoudnessEnhancerClient) SetTargetGain ¶
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) 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) GetProperties ¶
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) SetProperties ¶
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.
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 ¶
GetProperties calls the GetProperties RPC.
func (*VirtualizerClient) GetRoundedStrength ¶
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 ¶
GetStrengthSupported calls the GetStrengthSupported RPC.
func (*VirtualizerClient) GetVirtualizationMode ¶
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 ¶
SetProperties calls the SetProperties RPC.
func (*VirtualizerClient) SetStrength ¶
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.
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 ¶
GetCaptureSize calls the GetCaptureSize RPC.
func (*VisualizerClient) GetCaptureSizeRange ¶
GetCaptureSizeRange calls the GetCaptureSizeRange RPC.
func (*VisualizerClient) GetEnabled ¶
GetEnabled calls the GetEnabled RPC.
func (*VisualizerClient) GetMaxCaptureRate ¶
GetMaxCaptureRate calls the GetMaxCaptureRate RPC.
func (*VisualizerClient) GetMeasurementMode ¶
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 ¶
GetSamplingRate calls the GetSamplingRate RPC.
func (*VisualizerClient) GetScalingMode ¶
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 ¶
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.