JobPutSchema – Media API – MediaKind

JobPutSchema

object
properties
object JobPutProperties Required

Properties of the job

correlationData

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

description

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

input

object
Required
The inputs of the Job.

Discriminated by @odata.type. Select one variant:
#Microsoft.Media.JobInputAsset

object JobInputAsset

Discriminated by @odata.type. Select one variant:
#Microsoft.Media.AbsoluteClipTime

object AbsoluteClipTime

#Microsoft.Media.UtcClipTime

object UtcClipTime

trigger

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

filters

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

searchRange

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

list of strings
Optional
List of files.

label

string
Optional
A label that is assigned to a JobInputClip

start

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.

Discriminated by @odata.type. Select one variant:
#Microsoft.Media.AbsoluteClipTime

object AbsoluteClipTime

#Microsoft.Media.UtcClipTime

object UtcClipTime

filters

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

outputs

list of objects Required
The outputs for the Job.

Discriminated by @odata.type. Select one variant:
#Microsoft.Media.JobOutputAsset

object JobOutputAsset

error

object JobError
Optional
Details of the Job Output if it is in error state.