Uses of Class
tv.hd3g.fflauncher.enums.SourceNotFoundPolicy
-
Packages that use SourceNotFoundPolicy Package Description tv.hd3g.fflauncher.acm tv.hd3g.fflauncher.enums -
-
Uses of SourceNotFoundPolicy in tv.hd3g.fflauncher.acm
Methods in tv.hd3g.fflauncher.acm that return SourceNotFoundPolicy Modifier and Type Method Description SourceNotFoundPolicyAudioChannelManipulationSetup. getNotFound()Methods in tv.hd3g.fflauncher.acm with parameters of type SourceNotFoundPolicy Modifier and Type Method Description voidAudioChannelManipulationSetup. setNotFound(SourceNotFoundPolicy notFound) -
Uses of SourceNotFoundPolicy in tv.hd3g.fflauncher.enums
Methods in tv.hd3g.fflauncher.enums that return SourceNotFoundPolicy Modifier and Type Method Description static SourceNotFoundPolicySourceNotFoundPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static SourceNotFoundPolicy[]SourceNotFoundPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.
-