Constants

The following constants are available globally.

  • ContentTime field name in Control Timestamp message

    Declaration

    Objective-C

    extern NSString *const kCrtlTimestampContentTime

    Swift

    let kCrtlTimestampContentTime: String
  • WallClockTime field name in Control Timestamp message

    Declaration

    Objective-C

    extern NSString *const kCrtlTimestampWallClockTime

    Swift

    let kCrtlTimestampWallClockTime: String
  • TimelineSpeedMultiplier field name in Control Timestamp message

    Declaration

    Objective-C

    extern NSString *const kCrtlTimestampTimelineSpeedMultiplier

    Swift

    let kCrtlTimestampTimelineSpeedMultiplier: String
  • New Control Timestamp notification

    Declaration

    Objective-C

    extern NSString *const kTSNewCRTLTimestampNotification

    Swift

    static let tsNewCRTLTimestamp: NSNotification.Name
  • TS Client State Notification

    Declaration

    Objective-C

    extern NSString *const kTSClientStateChangeNotification

    Swift

    static let tsClientStateChange: NSNotification.Name
  • Timeline Synchroniser state change notificationb

    Declaration

    Objective-C

    extern NSString *const kTSStateChangeNotification

    Swift

    static let tsStateChange: NSNotification.Name