Type Definition serenity::voice::LockedAudio[][src]

type LockedAudio = Arc<Mutex<Audio>>;

Threadsafe form of an instance of the Audio struct, locked behind a Mutex.