GoogleApi.ContentWarehouse.V1.Model.VideoVideoStreamInfoMetadataLutAttachmentsLut3D
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
Description
Description and encoding of a 3d lut.
Attributes List
This module has the following attributes (case-insensitive ascending order):
Attributes
-
data
(type:String.t
, default:nil
)
- Lut data, sanitized and encoded in google's binary coded form of 3D look-up tables. -
fileName
(type:String.t
, default:nil
)
- Original file name of the lut (present in the original file) -
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
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoVideoStreamInfoMetadataLutAttachmentsLut3D