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
- @odata.type: string (Required)
- assetName: string (Required)
- end: object (Optional)
- Defines a point on the timeline of the input media at which processing will end. Defaults to the end of the input media.
Discriminated by @odata.type. Select one variant:
#Microsoft.Media.AbsoluteClipTime
Type: object
AbsoluteClipTime
- @odata.type: string (Required)
- time: string (Optional)
- Pattern: ^P(?:(?P
\d+)Y)?(?:(?P \d+)M)?(?:(?P \d+)W)?(?:(?P \d+)D)?T(?:(?P \d+)H)?(?:(?P \d+)M)?(?:(?P (?:\d*.)?\d+)S)?$
- Pattern: ^P(?:(?P
#Microsoft.Media.UtcClipTime
Type: object
UtcClipTime
- @odata.type: string (Required)
- time: string (Optional)
- Format: date-time
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).
- endOffset: string (Required)
- startOffset: string (Required)
- signalType: enum (Required)
- Allowed values: SCTE35
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
- @odata.type: string (Required)
- assetName: string (Required)
- label: string (Optional)
- priority: enum (Optional)
- Defaults to: Normal
- Allowed values: High, Low, Normal