VideoAmbisonicsAmbisonicsMetadata

GoogleApi.ContentWarehouse.V1.Model.VideoAmbisonicsAmbisonicsMetadata


Table of Contents ▼

Jump to a specific part of the page:

Description

No description given.

Attributes List

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

View Attributes

Attributes

  1. channelMap (type: list(integer()), default: nil)
    - Maps channel indexes of an audio stream to indexes corresponding to the specified ambisonics channel ordering scheme. For example: A 1st order pheriphonic ambisonics format is configured with 4 audio channels corresponding to ambisonic components W, X, Y, Z respectively. The channel_ordering scheme is specified as CHANNEL_ORDERING_ACN (which implies a W, Y, Z, X ordering). Therefore the channel_map is [0, 3, 1, 2].
  2. channelOrdering (type: String.t, default: nil)
    -
  3. nonDiegeticStereo (type: boolean(), default: nil)
    -
  4. normalization (type: String.t, default: nil)
    -
  5. numChannels (type: integer(), default: nil)
    -
  6. order (type: integer(), default: nil)
    -
  7. type (type: String.t, default: nil)
    -
  8. version (type: integer(), default: nil)
    -

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoAmbisonicsAmbisonicsMetadata{
channelMap: [integer()] | nil,
channelOrdering: String.t() | nil,
nonDiegeticStereo: boolean() | nil,
normalization: String.t() | nil,
numChannels: integer() | nil,
order: integer() | nil,
type: String.t() | nil,
version: integer() | nil
}

Function

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

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