Struct gilrs::ff::Effect [] [src]

pub struct Effect { /* fields omitted */ }

Represents effect uploaded to device

Methods

impl Effect
[src]

Upload new data to effect. Depending on platform and device, this function may stop effect and start playing it from beginning.

Play effect.

Stop playing effect.

Trait Implementations

impl Debug for Effect
[src]

Formats the value using the given formatter.