Structures
The following structures are available globally.
-
Struct that used to pass the login credentials to SDK
See moreDeclaration
Swift
public struct LoginCredentials -
A struct that represents a single highlight (event) in the video associated with a single person
See moreDeclaration
Swift
public struct HighlightObject : Equatable, Hashable, Comparable, Codable -
Bounding box object tied to a frame in the video
See moreDeclaration
Swift
public struct TimedBBox : Codable -
A SwiftUI view that allows the user to pick a video from the photo library.
See moreDeclaration
Swift
public struct VideoPickerView : UIViewControllerRepresentable -
Information about a jersey number and the number of highlights associated with it.
Used in
See moreavailableJerseyNumbers(dateFrom:dateTo:)call that returns a list of jersey numbers and the number of highlights associated with each.Declaration
Swift
public struct JerseyNumberInfoextension JerseyNumberInfo: Hashable -
Information about a group and the number of highlights associated with it.
Used in
See moreavailableGroups(dateFrom:dateTo:)call that returns a list of groups, the number of highlights associated with each and the date when this group was processed and saved.Declaration
Swift
public struct GroupInfoextension GroupInfo: Hashable -
Declaration
Swift
public struct CameraPreview : UIViewRepresentable -
A SwiftUI view that displays the video content of a highlight that
HighlightVideoPlayerplays.This struct is a SwiftUI wrapper that uses
VideoRenderViewUIKit based component to display the video content.See moreNote
UseGeometryReaderto get the size of the screen area and pass it to thevisibleSizeparameter.Declaration
Swift
public struct VideoPlayerPreview : UIViewRepresentable -
Basic structure to hold video frame info
See moreDeclaration
Swift
public struct FrameInfo : Equatable, Hashable, Comparable, Codable
Structures Reference