Module Values.InputDeviceUhdAudioChannelPairProfileSource

Sourcetype nonrec t =
  1. | DISABLED
  2. | VBR_AAC_HHE_16000
  3. | VBR_AAC_HE_64000
  4. | VBR_AAC_LC_128000
  5. | CBR_AAC_HQ_192000
  6. | CBR_AAC_HQ_256000
  7. | CBR_AAC_HQ_384000
  8. | CBR_AAC_HQ_512000
  9. | Non_static_id of string
Sourceval make : 'a -> 'a
Sourceval to_string : t -> string
Sourceval of_string : string -> t
Sourceval to_value : t -> [> `Enum of string ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval to_header : t -> string
Sourceval of_xml : ('a Xmlm.frag as 'a) Xmlm.frag -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t