Skip to main content
API Reference SwiftyNsdk PlaybackDataset

CaptureMetadata

Metadata structure for capture information

Declaration

struct CaptureMetadata

Constructors

init(from decoder: any Decoder) throws

Summary

Creates a new instance by decoding from the given decoder.
This initializer throws an error if reading from the decoder fails, or
if the data read is corrupted or otherwise invalid.
- Parameter decoder: The decoder to read data from.


Properties

NameTypeSummary
let appIdString
-
let appVersionString
-
let captureNameString
-
let generatedByString
-
let unityVersionString
-

Relationships

conforms to: Swift.Decodable
conforms to: Swift.Encodable