VideoVideoStreamInfoMetadataLutAttachmentsLut3D

GoogleApi.ContentWarehouse.V1.Model.VideoVideoStreamInfoMetadataLutAttachmentsLut3D


Table of Contents ▼

Jump to a specific part of the page:

Description

Description and encoding of a 3d lut.

Attributes List

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

View Attributes

Attributes

  1. data (type: String.t, default: nil)
    - Lut data, sanitized and encoded in google's binary coded form of 3D look-up tables.
  2. fileName (type: String.t, default: nil)
    - Original file name of the lut (present in the original file)
  3. size (type: integer(), default: nil)
    - The size (in each dimension) of the lut. For a 3D cube of size NxNxN, this will be N. If the value is -1, then the file was determined to be invalid. This is useful for logging files where the input could not be parsed, and is useful for to indicate info of the 3D lut without having to decode/inspect the binary data.

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoVideoStreamInfoMetadataLutAttachmentsLut3D{
data: String.t() | nil,
fileName: String.t() | nil,
size: integer() | nil
}

Function

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

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