View Source GoogleApi.ContentWarehouse.V1.Model.VideoAmbisonicsAmbisonicsMetadata (google_api_content_warehouse v0.3.0)
Attributes
-
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]. -
channelOrdering(type:String.t, default:nil) - -
nonDiegeticStereo(type:boolean(), default:nil) - -
normalization(type:String.t, default:nil) - -
numChannels(type:integer(), default:nil) - -
order(type:integer(), default:nil) - -
type(type:String.t, default:nil) - -
version(type:integer(), default:nil) -
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@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 }
Functions
Unwrap a decoded JSON object into its complex fields.