SynckitConfigurator
@interface SynckitConfigurator : NSObject
An optional configurator component whose role is to load all components required to enable TV discovery, wallclock synchronisation, content identification and timeline synchronisation. This component also keeps track of the current TV device being synchronised to and other user-selected artifacts.
@warn: this component has now been deprecated but is still included as it is used in some demo applications.
Events required: {}
-
Component for performing UPnP/SSDP DIAL services lookup
Declaration
Objective-C
@property (readonly, nonatomic) int *DIALSDiscoveryComponent;
Swift
var dialsDiscoveryComponent: UnsafeMutablePointer
-
A discovered TV service (an app on TV discovered via DIAL), user has selected for sync'ing with
Declaration
Objective-C
@property (assign, readwrite, nonatomic) int *currentDIALdevice;
Swift
var currentDIALdevice: UnsafeMutablePointer
-
returns the singleton instance of this class
Declaration
Objective-C
+ (SynckitConfigurator *)getInstance;
Swift
class func getInstance() -> SynckitConfigurator!
Return Value
the single SynckitConfigurator instance.
-
Undocumented
Declaration
Objective-C
@interface SynckitConfigurator : NSObject
-
Undocumented
Declaration
Objective-C
@interface SynckitConfigurator : NSObject