Module Values.MssManifestSource

A Microsoft Smooth Streaming (MSS) manifest configuration.

Sourcetype nonrec t = {
  1. manifestName : string option;
    (*

    An optional string to include in the name of the manifest.

    *)
  2. streamSelection : StreamSelection.t option;
}
Sourceval make : ?manifestName:??? -> ?streamSelection:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `String of string | `Structure of (string * [> `Enum of string | `Integer of int ]) list ]) 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