Skip to main content

Played

Collection of signals updated in concert when a new media is played

type Played {
album: String
artist: String
genre: String
playbackRate: Float
source: Vehicle_Cabin_Infotainment_Media_Played_Source_Enum
track: String
uri: String
}

Fields

Played.album ● String scalar

Name of album being played

Played.artist ● String scalar

Name of artist being played

Played.genre ● String scalar

Name of genre being played

Played.playbackRate ● Float scalar

Current playback rate of media being played.

Played.source ● Vehicle_Cabin_Infotainment_Media_Played_Source_Enum enum

Media selected for playback

Played.track ● String scalar

Name of track being played

Played.uri ● String scalar

User Resource associated with the media

Member Of

Media object