Module Values.EncoderSettingsSource

Encoder Settings

Sourcetype nonrec t = {
  1. audioDescriptions : AudioDescription.t list;
  2. availBlanking : AvailBlanking.t option;
    (*

    Settings for ad avail blanking.

    *)
  3. availConfiguration : AvailConfiguration.t option;
    (*

    Event-wide configuration settings for ad avail insertion.

    *)
  4. blackoutSlate : BlackoutSlate.t option;
    (*

    Settings for blackout slate.

    *)
  5. captionDescriptions : CaptionDescription.t list option;
    (*

    Settings for caption decriptions

    *)
  6. featureActivations : FeatureActivations.t option;
    (*

    Feature Activations

    *)
  7. globalConfiguration : GlobalConfiguration.t option;
    (*

    Configuration settings that apply to the event as a whole.

    *)
  8. motionGraphicsConfiguration : MotionGraphicsConfiguration.t option;
    (*

    Settings for motion graphics.

    *)
  9. nielsenConfiguration : NielsenConfiguration.t option;
    (*

    Nielsen configuration settings.

    *)
  10. outputGroups : OutputGroup.t list;
  11. timecodeConfig : TimecodeConfig.t;
    (*

    Contains settings used to acquire and adjust timecode information from inputs.

    *)
  12. videoDescriptions : VideoDescription.t list;
  13. thumbnailConfiguration : ThumbnailConfiguration.t option;
    (*

    Thumbnail configuration settings.

    *)
  14. colorCorrectionSettings : ColorCorrectionSettings.t option;
    (*

    Color Correction Settings

    *)
}
Sourceval context_ : string
Sourceval make : ?availBlanking:??? -> ?availConfiguration:??? -> ?blackoutSlate:??? -> ?captionDescriptions:??? -> ?featureActivations:??? -> ?globalConfiguration:??? -> ?motionGraphicsConfiguration:??? -> ?nielsenConfiguration:??? -> ?thumbnailConfiguration:??? -> ?colorCorrectionSettings:??? -> audioDescriptions:AudioDescription.t list -> outputGroups:OutputGroup.t list -> timecodeConfig:TimecodeConfig.t -> videoDescriptions:VideoDescription.t list -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `List of [> `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Enum of string | `Structure of (string * [> `List of [> `String of string ] list | `String of string | `Structure of (string * [> `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string ]) list ]) list ]) list ]) list ]) list ]) list ] list | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `List of [> `Structure of (string * [> `Integer of int ]) list ] list ]) list ] list | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Enum of string | `String of string | `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string | `Structure of (string * [> `Double of float | `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `String of string ]) list ]) list ]) list ]) list ]) list ]) list ] list | `Structure of (string * [> `Enum of string | `Integer of int | `List of [> `Structure of (string * [> `Enum of string | `String of string ]) list ] list | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string | `Structure of (string * [> `Enum of string | `Integer of int | `String of string ]) list ]) 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