Values.RouterInputThumbnailDetailsSourceThe details of a thumbnail associated with a router input, including the thumbnail messages, the thumbnail image, the timecode, and the timestamp.
type nonrec t = {thumbnailMessages : RouterInputMessages.t option;The messages associated with the router input thumbnail.
*)thumbnail : Blob.t option;The thumbnail image, encoded as a Base64-encoded binary data object.
*)timecode : String_.t option;The timecode associated with the thumbnail.
*)timestamp : SyntheticTimestamp_date_time.t option;The timestamp associated with the thumbnail.
*)}