JobPropertiesPatch – Media API – MediaKind

JobPropertiesPatch

object

correlationDatamap

Type: from strings to any
Optional
Customer provided key, value pairs that will be returned in Job and JobOutput state events.

description

Type: string or null
Optional
Length: <=1024 characters
The description of the Job.

input

Type: object
Required
The inputs of the Job.

Discriminated by @odata.type. Select one variant:

#Microsoft.Media.JobInputAsset

Type: object
JobInputAsset

Discriminated by @odata.type. Select one variant:

#Microsoft.Media.AbsoluteClipTime

Type: object
AbsoluteClipTime

#Microsoft.Media.UtcClipTime

Type: object
UtcClipTime

trigger

Type: object
ScteTrigger
Optional
SCTE-35 signal trigger. Recording starts/stops at the first matching signal.

filters

Type: list of list of maps
Optional
Outer array is OR-combined; each inner array is AND-combined field matchers.

searchRange

Type: object
ScteTriggerSearchRange
Optional
Bounds the signal search to [anchor+startOffset, anchor+endOffset]. Anchor is time if present, else dispatch_time (start) or resolved_start (end).

files

Type: list of strings
Optional
List of files.

label

Type: string
Optional
A label that is assigned to a JobInputClip

start

Type: object
Optional
Defines a point on the timeline of the input media at which processing will start. Defaults to the beginning of the input media.

outputs

Type: list of objects
Required
The outputs for the Job.

Discriminated by @odata.type. Select one variant:

#Microsoft.Media.JobOutputAsset

Type: object
JobOutputAssetPatch