Description
The transcode operation will allow new transcodings to be applied to an existing [AssetMaster]. The [AssetMaster] being transcoded must belong to the [Account] in the request. The [Account] must be ACTIVE, and the [EncodingProfileList] or [EncodingProfile]s must belong to either the system or the License used in the request. The operation accepts multiple [EncodingProfile] codes or one [EncodingProfileList] code.
Possible Error Codes
| Type |
Name |
Description |
| long |
assetMasterId |
we need to pass the assetMasterId for identification of Asset Master |
| long[] |
encodingProfileIds |
we need to pass list of Encoding profile ids |
|
| Type |
Name |
Description |
| WsEncdoingRequest[] |
encodingRequestList |
encodingrequest list object contains list of encoding request |
| long |
totalResultsCount |
This is the count of all results including those that are not in the current page |
| long |
currentPageNumber |
This is the current page number (starting from 1) |
|