Values.CmafIngestGroupSettingsSourceCmaf Ingest Group Settings
type nonrec t = {destination : OutputLocationRef.t;A HTTP destination for the tracks
*)nielsenId3Behavior : CmafNielsenId3Behavior.t option;If set to passthrough, Nielsen inaudible tones for media tracking will be detected in the input audio and an equivalent ID3 tag will be inserted in the output.
*)scte35Type : Scte35Type.t option;Type of scte35 track to add. none or scte35WithoutSegmentation
*)segmentLength : int option;The nominal duration of segments. The units are specified in SegmentLengthUnits. The segments will end on the next keyframe after the specified duration, so the actual segment length might be longer, and it might be a fraction of the units.
*)segmentLengthUnits : CmafIngestSegmentLengthUnits.t option;Time unit for segment length parameter.
*)sendDelayMs : int option;Number of milliseconds to delay the output from the second pipeline.
*)klvBehavior : CmafKLVBehavior.t option;If set to passthrough, passes any KLV data from the input source to this output.
*)klvNameModifier : string option;Change the modifier that MediaLive automatically adds to the Streams() name that identifies a KLV track. The default is "klv", which means the default name will be Streams(klv.cmfm). Any string you enter here will replace the "klv" string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.
*)nielsenId3NameModifier : string option;Change the modifier that MediaLive automatically adds to the Streams() name that identifies a Nielsen ID3 track. The default is "nid3", which means the default name will be Streams(nid3.cmfm). Any string you enter here will replace the "nid3" string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.
*)scte35NameModifier : string option;Change the modifier that MediaLive automatically adds to the Streams() name for a SCTE 35 track. The default is "scte", which means the default name will be Streams(scte.cmfm). Any string you enter here will replace the "scte" string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.
*)id3Behavior : CmafId3Behavior.t option;Set to ENABLED to enable ID3 metadata insertion. To include metadata, you configure other parameters in the output group, or you add an ID3 action to the channel schedule.
*)id3NameModifier : string option;Change the modifier that MediaLive automatically adds to the Streams() name that identifies an ID3 track. The default is "id3", which means the default name will be Streams(id3.cmfm). Any string you enter here will replace the "id3" string.\nThe modifier can only contain: numbers, letters, plus (+), minus (-), underscore (_) and period (.) and has a maximum length of 100 characters.
*)captionLanguageMappings : CmafIngestCaptionLanguageMapping.t list option;An array that identifies the languages in the four caption channels in the embedded captions.
*)timedMetadataId3Frame : CmafTimedMetadataId3Frame.t option;Set to none if you don't want to insert a timecode in the output. Otherwise choose the frame type for the timecode.
*)timedMetadataId3Period : int option;If you set up to insert a timecode in the output, specify the frequency for the frame, in seconds.
*)timedMetadataPassthrough : CmafTimedMetadataPassthrough.t option;Set to enabled to pass through ID3 metadata from the input sources.
*)additionalDestinations : AdditionalDestinations.t list option;Optional an array of additional destinational HTTP destinations for the OutputGroup outputs
*)}val make :
?nielsenId3Behavior:??? ->
?scte35Type:??? ->
?segmentLength:??? ->
?segmentLengthUnits:??? ->
?sendDelayMs:??? ->
?klvBehavior:??? ->
?klvNameModifier:??? ->
?nielsenId3NameModifier:??? ->
?scte35NameModifier:??? ->
?id3Behavior:??? ->
?id3NameModifier:??? ->
?captionLanguageMappings:??? ->
?timedMetadataId3Frame:??? ->
?timedMetadataId3Period:??? ->
?timedMetadataPassthrough:??? ->
?additionalDestinations:??? ->
destination:OutputLocationRef.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `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 * [> `String of string ]) list ])
list ]