Module Values.EncryptionMethodSource

The encryption type.

Sourcetype nonrec t = {
  1. tsEncryptionMethod : TsEncryptionMethod.t option;
    (*

    The encryption method to use.

    *)
  2. cmafEncryptionMethod : CmafEncryptionMethod.t option;
    (*

    The encryption method to use.

    *)
  3. ismEncryptionMethod : IsmEncryptionMethod.t option;
    (*

    The encryption method used for Microsoft Smooth Streaming (MSS) content. This specifies how the MSS segments are encrypted to protect the content during delivery to client players.

    *)
}
Sourceval make : ?tsEncryptionMethod:??? -> ?cmafEncryptionMethod:??? -> ?ismEncryptionMethod:??? -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string ]) 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