Vmeta_TimedMetadata

public struct Vmeta_TimedMetadata
extension Vmeta_TimedMetadata: @unchecked Sendable
extension Vmeta_TimedMetadata: SwiftProtobuf.Message, SwiftProtobuf._MessageImplementationBase, SwiftProtobuf._ProtoNameProviding

Undocumented

  • Drone-related metadata

    Declaration

    Swift

    public var drone: Vmeta_DroneMetadata { get set }
  • Returns true if drone has been explicitly set.

    Declaration

    Swift

    public var hasDrone: Bool { get }
  • Clears the value of drone. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearDrone()
  • Camera-related metadata

    Declaration

    Swift

    public var camera: Vmeta_CameraMetadata { get set }
  • Returns true if camera has been explicitly set.

    Declaration

    Swift

    public var hasCamera: Bool { get }
  • Clears the value of camera. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearCamera()
  • Link-related metadata, one per available link

    Declaration

    Swift

    public var links: [Vmeta_LinkMetadata] { get set }
  • Tracking metadata

    Declaration

    Swift

    public var tracking: Vmeta_TrackingMetadata { get set }
  • Returns true if tracking has been explicitly set.

    Declaration

    Swift

    public var hasTracking: Bool { get }
  • Clears the value of tracking. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearTracking()
  • Tracking proposal metadata

    Declaration

    Swift

    public var proposal: Vmeta_TrackingProposalMetadata { get set }
  • Returns true if proposal has been explicitly set.

    Declaration

    Swift

    public var hasProposal: Bool { get }
  • Clears the value of proposal. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearProposal()
  • Automation metadata

    Declaration

    Swift

    public var automation: Vmeta_AutomationMetadata { get set }
  • Returns true if automation has been explicitly set.

    Declaration

    Swift

    public var hasAutomation: Bool { get }
  • Clears the value of automation. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearAutomation()
  • Thermal metadata

    Declaration

    Swift

    public var thermal: Vmeta_ThermalMetadata { get set }
  • Returns true if thermal has been explicitly set.

    Declaration

    Swift

    public var hasThermal: Bool { get }
  • Clears the value of thermal. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearThermal()
  • Location From Image Coordinates (LFIC) metadata

    Declaration

    Swift

    public var lfic: Vmeta_LFICMetadata { get set }
  • Returns true if lfic has been explicitly set.

    Declaration

    Swift

    public var hasLfic: Bool { get }
  • Clears the value of lfic. Subsequent reads from it will return its default value.

    Declaration

    Swift

    public mutating func clearLfic()
  • Declaration

    Swift

    public var unknownFields: UnknownStorage
  • Declaration

    Swift

    public init()

Code below here is support for the SwiftProtobuf runtime.

  • Declaration

    Swift

    public static let protoMessageName: String
  • Declaration

    Swift

    public static let _protobuf_nameMap: SwiftProtobuf._NameMap
  • Declaration

    Swift

    public mutating func decodeMessage<D>(decoder: inout D) throws where D : Decoder
  • Declaration

    Swift

    public func traverse<V>(visitor: inout V) throws where V : Visitor
  • Declaration

    Swift

    public static func == (lhs: Vmeta_TimedMetadata, rhs: Vmeta_TimedMetadata) -> Bool