VideoSEIMessage

GoogleApi.ContentWarehouse.V1.Model.VideoSEIMessage


Table of Contents ▼

Jump to a specific part of the page:

Description

This SEI message only takes the payload type and the sum of the payload sizes for all SEI messages of this type. More informations, such as timestamp, payload, may be added in the future.

Attributes List

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

View Attributes

Attributes

  1. count (type: integer(), default: nil)
    - message count of each payloadtype
  2. cumulativeSize (type: String.t, default: nil)
    - If the video stream has multiple SEI messages with the same payload type, this is the sum of all these payloads' sizes.
  3. payloadtype (type: integer(), default: nil)
    - use int type in case there are payload types that are not included in the SEIPayloadType enum below. The enum can be used for lookup

Type

@type t() :: %GoogleApi.ContentWarehouse.V1.Model.VideoSEIMessage{
count: integer() | nil,
cumulativeSize: String.t() | nil,
payloadtype: integer() | nil
}

Function

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

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