[][src]Trait fpsdk::voice::Voice

pub trait Voice: Send + Sync {
    fn tag(&self) -> Tag;
}

You should implement this trait to your voice type.

Required methods

fn tag(&self) -> Tag

Get ID of the voice.

Loading content...

Implementors

impl Voice for OutVoice[src]

Loading content...