The following structures are available globally.
Structures
-
Cast engine
See moreDeclaration
Swift
public struct CastEngine : RawRepresentable, Hashable -
The meta-data object is a dictionary that can contain arbitrary data.
Declaration
Swift
public struct MetaData : Codable, Hashable -
This object describes a text or thumbnail track that can be side loaded.
Declaration
Swift
public struct SideloadedTrack : Codable, Hashable
-
A value type describing an error event to be sent to the analytics backend.
Use this type to encapsulate the error code, human‑readable message, optional contextual metadata, and severity. Instances are typically created in error handling paths and forwarded via
See morefilterOutgoingErrorReport.Declaration
Swift
public struct AnalyticsErrorReport