PlanetKitSendVoiceProcessorChangeNotificationValue
@objc
public class PlanetKitSendVoiceProcessorChangeNotificationValue : NSObject
A notification value representing a change in the PlanetKitSendVoiceProcessor
.
-
The origin of the change.
Declaration
Swift
@objc public let origin: PlanetKitSendVoiceProcessorChangeOrigin
-
The target property that has changed.
Declaration
Swift
@objc public let property: PlanetKitSendVoiceProcessorTargetProperty
-
The new value of the target property.
Declaration
Swift
@objc public let value: Any