AudioComponentDescription
struct AudioComponentDescription
Adding convenience initializers
-
Initialize with type and sub-type
Declaration
Swift
public init(type: OSType, subType: OSType)
-
Initialize with an Apple effect
Declaration
Swift
public init(appleEffect subType: OSType)
-
Initialize as an effect with sub-type
Declaration
Swift
public init(effect subType: OSType)
-
Initialize as an effect with sub-type string
Declaration
Swift
public init(effect subType: String)
-
Initialize as a mixer with a sub-type string
Declaration
Swift
public init(mixer subType: String)
-
Initialize as a generator with a sub-type string
Declaration
Swift
public init(generator subType: String)
-
Initialize as an instrument with a sub-type string
Declaration
Swift
public init(instrument subType: String)