LampArrayEffectPlaylist.Append(ILampArrayEffect) Method
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.
Appends the effect to the end of the playlist.
public:
virtual void Append(ILampArrayEffect ^ effect) = Append;
void Append(ILampArrayEffect const& effect);
public void Append(ILampArrayEffect effect);
function append(effect)
Public Sub Append (effect As ILampArrayEffect)
Parameters
- effect
- ILampArrayEffect
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.