Skip to main content

GetTranscodedVideoUrlPayload

Playback URLs for a video resource.

type GetTranscodedVideoUrlPayload {
videoUrl: String
thumbnailUrl: String
success: Boolean!
error: String
}

Fields

GetTranscodedVideoUrlPayload.videoUrl ● String scalar

The transcoded HD stream URL when transcoding output exists in the accord storage bucket; otherwise the resource's original URL.

GetTranscodedVideoUrlPayload.thumbnailUrl ● String scalar

URL of the transcoded thumbnail image when one exists; otherwise empty or null.

GetTranscodedVideoUrlPayload.success ● Boolean! non-null scalar

True when a playback URL was resolved (transcoded or original); false when the input names no source, the source is not found or has no URL, or the lookup errored.

GetTranscodedVideoUrlPayload.error ● String scalar

Error message when success is false, otherwise null.

Returned By

getTranscodedVideoUrl query