VideoFileFramePackingArrangement

GoogleApi.ContentWarehouse.V1.Model.VideoFileFramePackingArrangement


Table of Contents ▼

Jump to a specific part of the page:

Description

Information on Frame Packing arrangement

Attributes List

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

View Attributes

Attributes

  1. gridOffset0Horizontal (type: integer(), default: nil)
    - Grid positions
  2. gridOffset0Vertical (type: integer(), default: nil)
    -
  3. gridOffset1Horizontal (type: integer(), default: nil)
    -
  4. gridOffset1Vertical (type: integer(), default: nil)
    -
  5. interpretation (type: String.t, default: nil)
    - Content interpretation
  6. quincunxSampling (type: boolean(), default: nil)
    - Quincunx sampling flag indicating if quincunx sampling is used
  7. type (type: String.t, default: nil)
    - Arrangement type

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoFileFramePackingArrangement{
gridOffset0Horizontal: integer() | nil,
gridOffset0Vertical: integer() | nil,
gridOffset1Horizontal: integer() | nil,
gridOffset1Vertical: integer() | nil,
interpretation: String.t() | nil,
quincunxSampling: boolean() | nil,
type: String.t() | nil
}

Function

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

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