video.media.failed
Name | Type | Description |
---|---|---|
type | string | Type for the webhook event |
id | string | Unique identifier for the event |
environment | object | |
environment.name | string | Unique identifier for the environment (Example: "fastpix") |
environment.id | string | Name for the environment (Example: "9oa85f64-5717-4562-b3fc-2c963f66afa6") |
data | object | |
data.id | string | Unique identifier for the media (Max 255 characters) |
data.created_at | integer | |
data.duration | number | The duration of the media in seconds (max duration for a single media is 12 hours) |
data.maxresolution | string | The maximum resolution tier determines the highest quality your media will be available in. (Default: 1080p) |
data.availableresolution | string | The maximum resolution tier determines the highest quality your media will be available in. (Default: 1080p) |
data.encoding_tier | string | The encoding tier informs the cost, quality, and available platform features for the media. (Default: smart) |
data.aspect_ratio | string | The aspect ratio of the media in the form of width:height, e.g., 16:9 |
data.playback_ids | object | |
data.playback_ids.id | string | Unique identifier for the PlaybackID (Example: "public") |
data.playback_ids[].accessPolicy | string | Possible values: "public", "private", "drm" |
data.tracks | object | |
data.tracks[].id | string | The track Id is assigned a universal unique identifier (Max 255 characters) (Example: "9oa85f64-5717-4562-b3fc-2c963f66afa6") |
data.tracks[].type | string | Possible values: "video", "audio", "text" |
data.tracks[].width | number | Maximum width in pixels available for the track (Only set for video type track) (Example: 16) |
data.tracks[].height | number | Maximum height in pixels available for the track (Only set for video type track) (Example: 9) |
data.tracks[].frameRate | number | Maximum frame rate available for the track (May return -1 if undetermined) (Example: 29.97) |
data.tracks[].closed_captions | string | Indicates the tr |
Updated 20 days ago