Expand Minimize Picture-in-picture Power Device Status Voice Recognition Skip Back Skip Forward Minus Plus Play Search
Internet Explorer alert
This browser is not recommended for use with smartdevicelink.com, and may not function properly. Upgrade to a different browser to guarantee support of all features.
close alert
To Top Created with Sketch. To Top
To Bottom Created with Sketch. To Bottom
JavaScript Suite Documentation

MediaClockFormat Class Reference

Constructors

Static Members

Constructors

new MediaClockFormat()

Constructor for MediaClockFormat.

Static Members

MediaClockFormat.CLOCK1 ⇒ String

Get the enum value for CLOCK1. minutesFieldWidth = 2;minutesFieldMax = 19;secondsFieldWidth = 2;secondsFieldMax = 99;maxHours = 19;maxMinutes = 59;maxSeconds = 59; used for Type II and CID headunits

Kind: Static property of MediaClockFormat
Returns: String - The enum value.

MediaClockFormat.CLOCK2 ⇒ String

Get the enum value for CLOCK2. minutesFieldWidth = 3;minutesFieldMax = 199;secondsFieldWidth = 2;secondsFieldMax = 99;maxHours = 59;maxMinutes = 59;maxSeconds = 59; used for Type V headunit

Kind: Static property of MediaClockFormat
Returns: String - The enum value.

MediaClockFormat.CLOCK3 ⇒ String

Get the enum value for CLOCK3.

Kind: Static property of MediaClockFormat
Returns: String - The enum value.

MediaClockFormat.CLOCKTEXT1 ⇒ String

Get the enum value for CLOCKTEXT1. 5 characters possible Format: 1|sp c :|sp c c 1|sp : digit "1" or space c : character out of following character set: sp|0-9|[letters, see TypeII column in XLS. See [@TODO: create file ref]] :|sp : colon or space used for Type II headunit

Kind: Static property of MediaClockFormat
Returns: String - The enum value.

MediaClockFormat.CLOCKTEXT2 ⇒ String

Get the enum value for CLOCKTEXT2. 5 chars possible Format: 1|sp c :|sp c c 1|sp : digit "1" or space c : character out of following character set: sp|0-9|[letters, see CID column in XLS. See [@TODO: create file ref]] :|sp : colon or space used for CID headunit NOTE: difference between CLOCKTEXT1 and CLOCKTEXT2 is the supported character set

Kind: Static property of MediaClockFormat
Returns: String - The enum value.

MediaClockFormat.CLOCKTEXT3 ⇒ String

Get the enum value for CLOCKTEXT3. 6 chars possible Format: 1|sp c c :|sp c c 1|sp : digit "1" or space c : character out of following character set: sp|0-9|[letters, see Type 5 column in XLS]. See [@TODO: create file ref] :|sp : colon or space used for Type V headunit

Kind: Static property of MediaClockFormat
Returns: String - The enum value.

MediaClockFormat.CLOCKTEXT4 ⇒ String

Get the enum value for CLOCKTEXT4.

Kind: Static property of MediaClockFormat
Returns: String - The enum value.

View on GitHub.com