EchoCancellationReferenceSource Struct

Definition

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.

Applies to