AMFTypedObject

public struct AMFTypedObject : Sendable

The AMFTypedObject structure represents a typed object for ActionScript.

  • The type name.

    Declaration

    Swift

    public let typeName: String
  • The data of object contents.

    Declaration

    Swift

    public let data: AMFObject