Shaka Packager SDK
Loading...
Searching...
No Matches
Public Types | Public Attributes | List of all members
shaka::media::H264SEIMessage Struct Reference

Public Types

enum  Type { kSEIRecoveryPoint = 6 }
 

Public Attributes

int type
 
int payload_size
 
union { 
 
   H264SEIRecoveryPoint   recovery_point 
 
};  
 

Detailed Description

Definition at line 233 of file h264_parser.h.

Member Enumeration Documentation

◆ Type

enum shaka::media::H264SEIMessage::Type

Definition at line 234 of file h264_parser.h.

Member Data Documentation

◆ payload_size

int shaka::media::H264SEIMessage::payload_size

Definition at line 239 of file h264_parser.h.

◆ recovery_point

H264SEIRecoveryPoint shaka::media::H264SEIMessage::recovery_point

Definition at line 243 of file h264_parser.h.

◆ type

int shaka::media::H264SEIMessage::type

Definition at line 238 of file h264_parser.h.


The documentation for this struct was generated from the following file: