seiPayloadUUID property

String seiPayloadUUID
final

SEI payload UUID.

Notes:

  • When PayloadType is 5, you must set PayloadUUID, or you will receive a callback indicating parameter error.
  • When PayloadType is not 5, it is not required to set PayloadUUID. If filled, it will be ignored by the backend.
  • The length of PayloadUUID should be 32 bits, or you will receive a callback indicating parameter error.
  • Each character of the parameter should be within the range of 0, 9 a, f A, F.
  • During the process of pushing streams to CDN, you cannot change the parameter.

Implementation

final String seiPayloadUUID;