[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-08-06 UTC."],[[["\u003cp\u003e\u003ccode\u003eLiveStreamEventService.Slate\u003c/code\u003e utilizes \u003ccode\u003eTranscodeStatus\u003c/code\u003e to indicate the current state of server-side transcoding.\u003c/p\u003e\n"],["\u003cp\u003e\u003ccode\u003eTranscodeStatus\u003c/code\u003e is an enumeration with possible values: \u003ccode\u003eUNKNOWN\u003c/code\u003e, \u003ccode\u003eNOT_READY\u003c/code\u003e, \u003ccode\u003eCOMPLETED\u003c/code\u003e, \u003ccode\u003eFAILED\u003c/code\u003e, \u003ccode\u003eNEEDS_TRANSCODE\u003c/code\u003e, and \u003ccode\u003eIN_PROGRESS\u003c/code\u003e.\u003c/p\u003e\n"],["\u003cp\u003eThese values provide information on whether transcoding is needed, in progress, completed, failed, or in an unknown/not ready state.\u003c/p\u003e\n"]]],["The core content details the `TranscodeStatus` enumeration within the `LiveStreamEventService`, found in the `https://www.google.com/apis/ads/publisher/v202408` namespace. It defines possible server-side transcoding states, including `UNKNOWN`, `NOT_READY`, `COMPLETED`, `FAILED`, `NEEDS_TRANSCODE`, and `IN_PROGRESS`. These states reflect the current condition of a live stream's transcoding process, allowing tracking of if it has been successful, failed or if it needs to begin or is currently running.\n"],null,["# enum TranscodeStatus (v202408)\n\n**Service** \n**LiveStreamEventService** **Dependencies** \n[Slate](/ad-manager/api/reference/v202408/LiveStreamEventService.Slate) \n▼\n**TranscodeStatus**\n\nPossible server side transcoding states.\n\n*** ** * ** ***\n\nNamespace\n:\n `https://www.google.com/apis/ads/publisher/v202408`\n\n| Enumeration | Description |\n|-------------------|-------------|\n| `UNKNOWN` | |\n| `NOT_READY` | |\n| `COMPLETED` | |\n| `FAILED` | |\n| `NEEDS_TRANSCODE` | |\n| `IN_PROGRESS` | |"]]