VideoMediaOverviewDataOverview

GoogleApi.ContentWarehouse.V1.Model.VideoMediaOverviewDataOverview


Table of Contents ▼

Jump to a specific part of the page:

Description

Data stream description with no PII. Currently used by originals replacement pipeline to exclude all clips that have data streams. Fields in proto are used to exclude clips with certain types of data streams.

Attributes List

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

View Attributes

Attributes

  1. hasCameraMotionMetadata (type: boolean(), default: nil)
    - Whether the data stream has camera motion metadata (dynamic) or not (static). Some Wally/VR180 videos do.
  2. hasOzoAudio (type: boolean(), default: nil)
    - If true, source contains metadata for OZO spatial audio support. See b/62393568 for more information about the OZO spatial audio format. Note that SpatialAudioMode is independent of this format.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoMediaOverviewDataOverview{
hasCameraMotionMetadata: boolean() | nil,
hasOzoAudio: boolean() | nil
}

Function

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

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