EchoCancellationReferenceSource Struct
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
The source of the echo cancellation reference signal.
public readonly struct EchoCancellationReferenceSource : IEquatable<Azure.AI.VoiceLive.EchoCancellationReferenceSource>
type EchoCancellationReferenceSource = struct
Public Structure EchoCancellationReferenceSource
Implements IEquatable(Of EchoCancellationReferenceSource)
- Inheritance
-
EchoCancellationReferenceSource
- Implements
Constructors
| Name | Description |
|---|---|
| EchoCancellationReferenceSource(String) |
Initializes a new instance of EchoCancellationReferenceSource. |
Properties
| Name | Description |
|---|---|
| Client |
EC uses the client-supplied reference channel from the stereo input stream. |
| Server |
EC uses the internal TTS loopback as the reference signal. |
Methods
| Name | Description |
|---|---|
| Equals(EchoCancellationReferenceSource) |
Indicates whether the current object is equal to another object of the same type. |
| ToString() |
Returns the fully qualified type name of this instance. |
Operators
| Name | Description |
|---|---|
| Equality(EchoCancellationReferenceSource, EchoCancellationReferenceSource) |
Determines if two EchoCancellationReferenceSource values are the same. |
| Implicit(String to EchoCancellationReferenceSource) |
Converts a string to a EchoCancellationReferenceSource. |
| Implicit(String to Nullable<EchoCancellationReferenceSource>) | |
| Inequality(EchoCancellationReferenceSource, EchoCancellationReferenceSource) |
Determines if two EchoCancellationReferenceSource values are not the same. |