Values_0.StreamSourceDescribes a group of files that can be streamed.
type nonrec t = {streamId : StreamId.t option;The stream ID.
*)fileId : FileId.t option;The ID of a file associated with a stream.
*)}val to_value :
t ->
[> `Structure of
(string * [> `Integer of FileId.t | `String of StreamId.t ]) list ]