public class UserDataUnregisteredSeiMessage
extends SeiMessage
Contains an SEI User Data Unregistered Message
-
Field Summary 
Fields
final byte[]
Data payload of the message
final long
Presentation timestamp in milliseconds
User defined UUID for their message type
-
Constructor Summary 
Constructors
-
Method Summary 
Methods inherited from class java.lang.Object 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details 
-
uuid 
User defined UUID for their message type
-
timestamp 
public final long timestamp
Presentation timestamp in milliseconds
-
data 
public final byte[] data
Data payload of the message
-
Constructor Details 
-
UserDataUnregisteredSeiMessage 
public UserDataUnregisteredSeiMessage(String uuid,
long timestamp,
byte[] data)