Values.GetMssManifestConfigurationSourceConfiguration details for a Microsoft Smooth Streaming (MSS) manifest associated with an origin endpoint. This includes all the settings and properties that define how the MSS content is packaged and delivered.
type nonrec t = {manifestName : ManifestName.t option;The name of the MSS manifest. This name is appended to the origin endpoint URL to create the unique path for accessing this specific MSS manifest.
*)url : String_.t option;The complete URL for accessing the MSS manifest. Client players use this URL to retrieve the manifest and begin streaming the Microsoft Smooth Streaming content.
*)filterConfiguration : FilterConfiguration.t option;manifestWindowSeconds : Integer.t option;The duration (in seconds) of the manifest window. This represents the total amount of content available in the manifest at any given time.
*)manifestLayout : MssManifestLayout.t option;The layout format of the MSS manifest, which determines how the manifest is structured for client compatibility.
*)}val to_value :
t ->
[> `Structure of
(string
* [> `Enum of string
| `Integer of Integer.t
| `String of ManifestName.t
| `Structure of
(string
* [> `Integer of FilterConfigurationTimeDelaySecondsInteger.t
| `String of FilterConfigurationManifestFilterString.t
| `Timestamp of Timestamp.t ])
list ])
list ]