AssistantLogsDeviceMediaSessionLog

GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceMediaSessionLog


Table of Contents ▼

Jump to a specific part of the page:

Description

Log about the media session on a device.

Attributes List

This module has the following attributes (case-insensitive ascending order):

View Attributes

Attributes

  1. deviceId (type: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesDeviceId, default: nil)
    -
  2. mediaSessionType (type: String.t, default: nil)
    -
  3. mediaType (type: String.t, default: nil)
    - The type of the media session. If provider does not report this field, we ## compute it by mapping provider type to media type. Here is the mapping: |ProviderType |MediaItemMetadata.Type| |-------------------------------------- |MUSIC |TRACK | |VIDEO |VIDEO | |LIVE_TV |TV_CHANNEL | |AUDIOBOOK |AUDIO_BOOK | |PODCAST |PODCAST_EPISODE | ## |LIVE_STREAMING|VIDEO |

  4. playbackState (type: String.t, default: nil)
    - The playback states of the session.
  5. providerMid (type: String.t, default: nil)
    - The KG mid of the media provider.
  6. supportedTransportControl (type: list(String.t), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceMediaSessionLog{
deviceId: GoogleApi.ContentWarehouse.V1.Model.AssistantApiCoreTypesDeviceId.t() | nil,
mediaSessionType: String.t() | nil,
mediaType: String.t() | nil,
playbackState: String.t() | nil,
providerMid: String.t() | nil,
supportedTransportControl: [String.t()] | nil
}

Function

@spec decode(struct(), keyword()) :: struct()

Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.AssistantLogsDeviceMediaSessionLog