GitHub
  • Preparing search index...
  • The search index is not available
@dolbyio/dolbyio-rest-apis-client - v5.1.0
  • @dolbyio/dolbyio-rest-apis-client
  • media
  • transcode
  • getResults

Function getResults

  • getResults(accessToken, jobId): Promise<TranscodeJob>
  • Gets Transcode Results.

    For a given jobId, this method will check if the processing task has completed and return the transcode results.

    When the TranscodeJob.status is Success you'll be able to retrieve your result from the output location you provided in the original POST.

    Parameters

    • accessToken: JwtToken

      Access token to use for authentication.

    • jobId: string

      Identifier of the job to retrieve.

    Returns Promise<TranscodeJob>

    The TranscodeJob object through a Promise.

    Link

    https://docs.dolby.io/media-apis/reference/media-transcode-get

    • Defined in media/transcode.ts:35

Settings

Member Visibility

Theme

@dolbyio/dolbyio-rest-apis-client - v5.1.0
  • Loading...

Generated using TypeDoc