Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 760 Bytes

lamparrayeffectplaylist_append_292269384.md

File metadata and controls

28 lines (19 loc) · 760 Bytes
-api-id -api-type ms.custom
M:Windows.Devices.Lights.Effects.LampArrayEffectPlaylist.Append(Windows.Devices.Lights.Effects.ILampArrayEffect)
winrt method
RS5

Windows.Devices.Lights.Effects.LampArrayEffectPlaylist.Append

-description

Appends the effect to the end of the playlist.

-parameters

-param effect

Effect to append to the playlist.

-remarks

Once an effect has been appended to a playlist, it cannot be appended to another. Instead, you must create a new instance of the effect.

After a playlist has started, its state is locked, and you can't append further effects to it.

-examples

-see-also