@dolbyio/dolbyio-rest-apis-client - v5.1.1
    Preparing search index...

    Function start

    • Starts analyzing to learn about your media.

      The input location of your source media file and output location of your Analyze JSON results file are required.

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

      There are additional optional parameters that can be provided to identify the type of content and additional loudness or validation requirements. See the samples for examples of what requests and responses look like.

      Content Length

      Media content with duration less than 2 seconds will not be processed. The API will return an ERROR in this case.

      Parameters

      • accessToken: JwtToken

        Access token to use for authentication.

      • jobContent: string

        Content of the job description as a JSON payload.

      Returns Promise<string>

      The job identifier through a Promise.