Module Values.AudioChannelMappingSource

Audio Channel Mapping

Sourcetype nonrec t = {
  1. inputChannelLevels : InputChannelLevel.t list;
    (*

    Indices and gain values for each input channel that should be remixed into this output channel.

    *)
  2. outputChannel : int;
    (*

    The index of the output channel being produced.

    *)
}
Sourceval context_ : string
Sourceval make : inputChannelLevels:InputChannelLevel.t list -> outputChannel:int -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Integer of int | `List of [> `Structure of (string * [> `Integer of int ]) list ] 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