Video Handover

Auto API
Level 13
Last Updated
Level 12
Added In
Level 4
Identifier
0x00 0x43

This page specifies the Auto API protocol for Vehicle Status. Head over to the REST API, iOS SDK, Android SDK or Node.js SDK code reference pages for platform specifics.

Screen

id: 0x03
name: screen
name_cased: screen
name_pretty: Screen
type: enum
size: 1
enum_values:
  - id: 0x00
    name: front
  - id: 0x01
    name: rear

Example

data_component: "01"
value: rear
description: Play the video on the rear screen

Starting second

id: 0x02
name: starting_second
name_cased: startingSecond
name_pretty: Starting second
deprecated:
  new_name: starting_time
  reason: removed the unit from the name
type: unit.duration
size: 10
description: Start the video from the given time

Example

data_component: "07004008000000000000"
value:
  seconds: 3
description: Start from 3.0s

Starting time

id: 0x04
name: starting_time
name_cased: startingTime
name_pretty: Starting time
added: 12
type: unit.duration
size: 10
description: Start the video from the given time

Example

data_component: "07004004000000000000"
value:
  seconds: 2.5
description: Start from 2.5s

URL

id: 0x01
name: url
name_cased: url
name_pretty: URL
type: string
description: URL string

Example

data_component: 68747470733a2f2f6269742e6c792f326f6259374735
value: https://bit.ly/2obY7G5
description: Video URL is 'https://bit.ly/2obY7G5'