IVSUserDataUnregisteredSEIMessage
Objective-C
@interface IVSUserDataUnregisteredSEIMessage : IVSSEIMessage
                Swift
class IVSUserDataUnregisteredSEIMessage : IVSSEIMessage
                User Data Unregistered Supplemental Enhancement Information (SEI) message.
- 
                  
                  
Unavailable
Do not create instances of this class directly
Declaration
Objective-C
IVS_INIT_UNAVAILABLE - 
                  
                  
Unavailable
Do not create instances of this class directly
Declaration
Objective-C
IVS_INIT_UNAVAILABLE - 
                  
                  
The UUID of the message.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSUUID *_Nonnull UUID;Swift
var uuid: UUID { get } - 
                  
                  
The presentation timestamp (PTS) of the message.
Declaration
Objective-C
@property (nonatomic, readonly) CMTime timestamp;Swift
var timestamp: CMTime { get } - 
                  
                  
The data payload of the message.
Declaration
Objective-C
@property (nonatomic, strong, readonly) NSData *_Nonnull data;Swift
var data: Data { get }