IAudioEffectDefinition Interface

Definition

Exposes the methods and properties of an AudioEffectDefinition object. Implement this interface when you create a custom audio effect definition.

public interface class IAudioEffectDefinition
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 65536)]
/// [Windows.Foundation.Metadata.Guid(3839359348, 32128, 20339, 144, 137, 227, 28, 157, 185, 194, 148)]
struct IAudioEffectDefinition
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 65536)]
[Windows.Foundation.Metadata.Guid(3839359348, 32128, 20339, 144, 137, 227, 28, 157, 185, 194, 148)]
public interface IAudioEffectDefinition
Public Interface IAudioEffectDefinition
Derived
Attributes

Windows requirements

Device family
Windows 10 (introduced in 10.0.10240.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v1.0)

Properties

ActivatableClassId

The activatable class ID of the audio effect definition.

Properties

The set of properties for configuring an AudioEffectDefinition object.

Applies to