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

Function start

  • start(accessToken, jobContent): Promise<string>
  • Starts diagnosing to learn about the audio quality of your media.

    The input location of your source media file is required.

    This is an asynchronous operation so you will receive a job identifier to be used to get the job status and result.

    Parameters

    • accessToken: JwtToken

      Access token to use for authentication.

    • jobContent: string

      Content of the job description as a JSON payload. You can find the definition at this URL: https://docs.dolby.io/media-apis/reference/media-diagnose-post

    Returns Promise<string>

    The job identifier through a Promise.

    Link

    https://docs.dolby.io/media-apis/reference/media-diagnose-post

    • Defined in media/diagnose.ts:19

Settings

Member Visibility

Theme

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

Generated using TypeDoc