SoundTransform
public struct SoundTransform
The SoundTransform class
-
Undocumented
Declaration
Swift
public static let defaultVolume: Float
-
Undocumented
Declaration
Swift
public static let defaultPan: Float
-
The volume, ranging from 0 (silent) to 1 (full volume)
Declaration
Swift
public var volume: Float
-
The panning of the sound
Declaration
Swift
public var pan: Float
-
Declaration
Swift
public var description: String { get }