Module Values_0.StreamSource

Describes a group of files that can be streamed.

Sourcetype nonrec t = {
  1. streamId : StreamId.t option;
    (*

    The stream ID.

    *)
  2. fileId : FileId.t option;
    (*

    The ID of a file associated with a stream.

    *)
}
Sourceval make : ?streamId:??? -> ?fileId:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of FileId.t | `String of StreamId.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t