[][src]Enum ears::ReverbPreset

pub enum ReverbPreset {
    Generic,
    Paddedcell,
    Room,
    Bathroom,
    Livingroom,
    Stoneroom,
    Auditorium,
    Concerthall,
    Cave,
    Arena,
    Hangar,
    Carpetedhallway,
    Hallway,
    Stonecorridor,
    Alley,
    Forest,
    City,
    Mountains,
    Quarry,
    Plain,
    Parkinglot,
    Sewerpipe,
    Underwater,
    Drugged,
    Dizzy,
    Psychotic,
    CastleSmallroom,
    CastleShortpassage,
    CastleMediumroom,
    CastleLargeroom,
    CastleLongpassage,
    CastleHall,
    CastleCupboard,
    CastleCourtyard,
    CastleAlcove,
    FactorySmallroom,
    FactoryShortpassage,
    FactoryMediumroom,
    FactoryLargeroom,
    FactoryLongpassage,
    FactoryHall,
    FactoryCupboard,
    FactoryCourtyard,
    FactoryAlcove,
    IcepalaceSmallroom,
    IcepalaceShortpassage,
    IcepalaceMediumroom,
    IcepalaceLargeroom,
    IcepalaceLongpassage,
    IcepalaceHall,
    IcepalaceCupboard,
    IcepalaceCourtyard,
    IcepalaceAlcove,
    SpacestationSmallroom,
    SpacestationShortpassage,
    SpacestationMediumroom,
    SpacestationLargeroom,
    SpacestationLongpassage,
    SpacestationHall,
    SpacestationCupboard,
    SpacestationAlcove,
    WoodenSmallroom,
    WoodenShortpassage,
    WoodenMediumroom,
    WoodenLargeroom,
    WoodenLongpassage,
    WoodenHall,
    WoodenCupboard,
    WoodenCourtyard,
    WoodenAlcove,
    SportEmptystadium,
    SportSquashcourt,
    SportSmallswimmingpool,
    SportLargeswimmingpool,
    SportGymnasium,
    SportFullstadium,
    SportStadiumtannoy,
    PrefabWorkshop,
    PrefabSchoolroom,
    PrefabPractiseroom,
    PrefabOuthouse,
    PrefabCaravan,
    DomeTomb,
    PipeSmall,
    DomeSaintpauls,
    PipeLongthin,
    PipeLarge,
    PipeResonant,
    OutdoorsBackyard,
    OutdoorsRollingplains,
    OutdoorsDeepcanyon,
    OutdoorsCreek,
    OutdoorsValley,
    MoodHeaven,
    MoodHell,
    MoodMemory,
    DrivingCommentator,
    DrivingPitgarage,
    DrivingIncarRacer,
    DrivingIncarSports,
    DrivingIncarLuxury,
    DrivingFullgrandstand,
    DrivingEmptygrandstand,
    DrivingTunnel,
    CityStreets,
    CitySubway,
    CityMuseum,
    CityLibrary,
    CityUnderpass,
    CityAbandoned,
    Dustyroom,
    Chapel,
    Smallwaterroom,
}

Variants

GenericPaddedcellRoomBathroomLivingroomStoneroomAuditoriumConcerthallCaveArenaHangarCarpetedhallwayHallwayStonecorridorAlleyForestCityMountainsQuarryPlainParkinglotSewerpipeUnderwaterDruggedDizzyPsychoticCastleSmallroomCastleShortpassageCastleMediumroomCastleLargeroomCastleLongpassageCastleHallCastleCupboardCastleCourtyardCastleAlcoveFactorySmallroomFactoryShortpassageFactoryMediumroomFactoryLargeroomFactoryLongpassageFactoryHallFactoryCupboardFactoryCourtyardFactoryAlcoveIcepalaceSmallroomIcepalaceShortpassageIcepalaceMediumroomIcepalaceLargeroomIcepalaceLongpassageIcepalaceHallIcepalaceCupboardIcepalaceCourtyardIcepalaceAlcoveSpacestationSmallroomSpacestationShortpassageSpacestationMediumroomSpacestationLargeroomSpacestationLongpassageSpacestationHallSpacestationCupboardSpacestationAlcoveWoodenSmallroomWoodenShortpassageWoodenMediumroomWoodenLargeroomWoodenLongpassageWoodenHallWoodenCupboardWoodenCourtyardWoodenAlcoveSportEmptystadiumSportSquashcourtSportSmallswimmingpoolSportLargeswimmingpoolSportGymnasiumSportFullstadiumSportStadiumtannoyPrefabWorkshopPrefabSchoolroomPrefabPractiseroomPrefabOuthousePrefabCaravanDomeTombPipeSmallDomeSaintpaulsPipeLongthinPipeLargePipeResonantOutdoorsBackyardOutdoorsRollingplainsOutdoorsDeepcanyonOutdoorsCreekOutdoorsValleyMoodHeavenMoodHellMoodMemoryDrivingCommentatorDrivingPitgarageDrivingIncarRacerDrivingIncarSportsDrivingIncarLuxuryDrivingFullgrandstandDrivingEmptygrandstandDrivingTunnelCityStreetsCitySubwayCityMuseumCityLibraryCityUnderpassCityAbandonedDustyroomChapelSmallwaterroom

Methods

impl ReverbPreset[src]

pub fn properties(&self) -> ReverbProperties[src]

Trait Implementations

impl Debug for ReverbPreset[src]

Auto Trait Implementations

Blanket Implementations

impl<T> From<T> for T[src]

impl<T, U> Into<U> for T where
    U: From<T>, 
[src]

impl<T, U> TryFrom<U> for T where
    U: Into<T>, 
[src]

type Error = Infallible

The type returned in the event of a conversion error.

impl<T, U> TryInto<U> for T where
    U: TryFrom<T>, 
[src]

type Error = <U as TryFrom<T>>::Error

The type returned in the event of a conversion error.

impl<T> BorrowMut<T> for T where
    T: ?Sized
[src]

impl<T> Borrow<T> for T where
    T: ?Sized
[src]

impl<T> Any for T where
    T: 'static + ?Sized
[src]