AudioEffectDefinition.ActivatableClassId Property
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 activatable class ID of the audio effect definition.
public:
property Platform::String ^ ActivatableClassId { Platform::String ^ get(); };
winrt::hstring ActivatableClassId();
public string ActivatableClassId { get; }
var string = audioEffectDefinition.activatableClassId;
Public ReadOnly Property ActivatableClassId As String
Property Value
The activatable class ID of the audio effect definition, such as "AudioClipEffect".