GoogleApi.ContentWarehouse.V1.Model.VideoSEIMessage
Table of Contents ▼
Jump to a specific part of the page:
- Description
- Attribute List
- Attributes
- Type
- Function
- Related links
- Possibly related Modules
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):
Attributes
-
count
(type:integer()
, default:nil
)
- message count of each payloadtype -
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. -
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
Function
@spec decode(struct(), keyword()) :: struct()Data sourced from HexDocs : GoogleApi.ContentWarehouse.V1.Model.VideoSEIMessage