Module Values.ImageBlockStartSource

The initial event in a streaming image block that indicates the start of image content.

Sourcetype nonrec t = {
  1. format : ImageFormat.t option;
    (*

    The format of the image data that will be streamed in subsequent delta events.

    *)
}
Sourceval make : ?format:??? -> 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