Type Aliases
The following type aliases are available globally.
-
A type that can delegate itself to AudioCodec or VideoCodec.
Declaration
Swift
public typealias AVCodecDelegate = AudioCodecDelegate & VideoCodecDelegate
-
The ASObject class represents an object for AcrionScript.
Declaration
Swift
public typealias ASObject = [String : Any?]