Structures
The following structures are available globally.
-
Undocumented
See moreDeclaration
Swift
public struct HTTPRequest : HTTPRequestCompatible
-
Undocumented
See moreDeclaration
Swift
public struct HTTPResponse : HTTPResponseCompatible, ExpressibleByDictionaryLiteral
-
The SoundTransform class
See moreDeclaration
Swift
public struct SoundTransform
extension SoundTransform: CustomDebugStringConvertible
-
The ASUndefined class represents an undefined for ActionScript.
See moreDeclaration
Swift
public struct ASUndefined : CustomStringConvertible
-
Undocumented
See moreDeclaration
Swift
public struct ASTypedObject
-
The ASArray class represents an array value for ActionScript.
See moreDeclaration
Swift
public struct ASArray
extension ASArray: ExpressibleByArrayLiteral
extension ASArray: CustomDebugStringConvertible
extension ASArray: Equatable
-
ActionScript 1.0 and 2.0 and flash.xml.XMLDocument in ActionScript 3.0
Seealso
- 2.17 XML Document Type (amf0-file-format-specification.pdf)
- 3.9 XMLDocument type (amf-file-format-spec.pdf)
Declaration
Swift
public struct ASXMLDocument : CustomStringConvertible
extension ASXMLDocument: Equatable
-
ActionScript 3.0 introduces a new XML type.
Seealso
3.13 XML type (amf-file-format-spec.pdf)Declaration
Swift
public struct ASXML : CustomStringConvertible
extension ASXML: Equatable
-
flash.net.NetStreamInfo for Swift
See moreDeclaration
Swift
public struct RTMPStreamInfo
extension RTMPStreamInfo: CustomDebugStringConvertible
-
Declaration
Swift
public struct Atomic<A>