BusIndex

Trait BusIndex 

Source
pub trait BusIndex {
    // Required method
    fn into_bus_index(
        self,
        program: &VoicemeeterApplication,
    ) -> Result<ZIndex, ParameterError>;
}
Available on crate feature interface only.
Expand description

Bus index helper

Required Methods§

Source

fn into_bus_index( self, program: &VoicemeeterApplication, ) -> Result<ZIndex, ParameterError>

Get the bus index

Implementations on Foreign Types§

Source§

impl BusIndex for i32

Source§

impl BusIndex for usize

Implementors§