'1.0', 'info' => [ 'style' => 'RPC', 'product' => 'Mts', 'version' => '2018-05-28', ], 'directories' => [ [ 'id' => 0, 'title' => '其它', 'type' => 'directory', 'children' => [ 'ActivateMediaWorkflow', 'AddCategory', 'AddMedia', 'AddMediaTag', 'AddMediaWorkflow', 'AddPipeline', 'AddTemplate', 'AddWaterMarkTemplate', 'BindInputBucket', 'BindOutputBucket', 'CancelJob', 'CategoryTree', 'DeactivateMediaWorkflow', 'DeleteCategory', 'DeleteMedia', 'DeleteMediaTag', 'DeleteMediaWorkflow', 'DeletePipeline', 'DeleteTemplate', 'DeleteWaterMarkTemplate', 'DescribeMtsUserResourcePackage', 'ListAllCategory', 'ListAllMediaBucket', 'ListMedia', 'ListJob', 'ListMediaWorkflowExecutions', 'QueryAnalysisJobList', 'QueryMediaInfoJobList', 'QueryJobList', 'QueryMediaList', 'QueryMediaListByURL', 'QueryMediaWorkflowExecutionList', 'QueryMediaWorkflowList', 'QueryPipelineList', 'QuerySnapshotJobList', 'QueryTemplateList', 'QueryWaterMarkTemplateList', 'SearchMediaWorkflow', 'SearchPipeline', 'SearchTemplate', 'SearchWaterMarkTemplate', 'SubmitAnalysisJob', 'SubmitSnapshotJob', 'SubmitMediaInfoJob', 'UnbindInputBucket', 'SubmitJobs', 'UnbindOutputBucket', 'UpdateCategoryName', 'UpdateMedia', 'UpdateMediaCategory', 'UpdateMediaCover', 'UpdateMediaPublishState', 'UpdateMediaWorkflow', 'UpdateMediaWorkflowTriggerMode', 'UpdatePipeline', 'UpdateWaterMarkTemplate', 'UpdateTemplate', ], ], ], 'components' => [ 'schemas' => [], ], 'apis' => [ 'ActivateMediaWorkflow' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'MediaWorkflowId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'MediaWorkflow' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'MediaWorkflowId' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'Name' => [ 'type' => 'string', ], 'Topology' => [ 'type' => 'string', ], ], ], ], ], ], ], 'responseDemo' => null, ], 'AddCategory' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'CateName', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'ParentId', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, 'default' => '-1', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'Category' => [ 'type' => 'object', 'properties' => [ 'CateName' => [ 'type' => 'string', ], 'ParentId' => [ 'type' => 'string', ], 'CateId' => [ 'type' => 'string', ], 'Level' => [ 'type' => 'string', ], ], ], 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'AddMedia' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'FileURL', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'Title', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'CoverURL', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'MediaWorkflowId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'MediaWorkflowUserData', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'InputUnbind', 'in' => 'query', 'schema' => [ 'type' => 'boolean', 'required' => false, ], ], [ 'name' => 'CateId', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, ], ], [ 'name' => 'OverrideParams', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'Media' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'CateId' => [ 'type' => 'integer', 'format' => 'int64', ], 'Height' => [ 'type' => 'string', ], 'CensorState' => [ 'type' => 'string', ], 'Tags' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Tag' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'Bitrate' => [ 'type' => 'string', ], 'MediaId' => [ 'type' => 'string', ], 'File' => [ 'type' => 'object', 'properties' => [ 'State' => [ 'type' => 'string', ], 'URL' => [ 'type' => 'string', ], ], ], 'PublishState' => [ 'type' => 'string', ], 'Description' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Size' => [ 'type' => 'string', ], 'CoverURL' => [ 'type' => 'string', ], 'RunIdList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'RunId' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Title' => [ 'type' => 'string', ], 'Format' => [ 'type' => 'string', ], ], ], ], ], ], ], 'responseDemo' => null, ], 'AddMediaTag' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'Tag', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'AddMediaWorkflow' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'Topology', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'TriggerMode', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'MediaWorkflow' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'MediaWorkflowId' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'TriggerMode' => [ 'type' => 'string', ], 'Name' => [ 'type' => 'string', ], 'Topology' => [ 'type' => 'string', ], ], ], ], ], ], ], 'responseDemo' => null, ], 'AddPipeline' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'Speed', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'default' => 'Standard', ], ], [ 'name' => 'SpeedLevel', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, ], ], [ 'name' => 'NotifyConfig', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'Role', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'Pipeline' => [ 'type' => 'object', 'properties' => [ 'Speed' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'SpeedLevel' => [ 'type' => 'integer', 'format' => 'int64', ], 'NotifyConfig' => [ 'type' => 'object', 'properties' => [ 'QueueName' => [ 'type' => 'string', ], 'Topic' => [ 'type' => 'string', ], ], ], 'Name' => [ 'type' => 'string', ], 'Role' => [ 'type' => 'string', ], 'Id' => [ 'type' => 'string', ], ], ], ], ], ], ], 'responseDemo' => null, ], 'AddTemplate' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, 'example' => 'X', ], ], [ 'name' => 'Container', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '"Format":"mp4"', ], ], [ 'name' => 'Video', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '"Codec":"H.264","Profile":"high","Bitrate":"500","Crf":"15","Width":"256","Height":"800","Fps":"25","Gop":"10"', ], ], [ 'name' => 'Audio', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '"Codec":"aac","Samplerate":"44100","Bitrate":"500","Channels":"2"', ], ], [ 'name' => 'TransConfig', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '"TransMode":"onepass"', ], ], [ 'name' => 'MuxConfig', 'in' => 'query', 'schema' => [ 'description' => '', 'type' => 'string', 'required' => false, 'example' => '"Segment":{"Duration":"12"}', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'RequestId' => [ 'description' => '', 'type' => 'string', 'example' => 'FA258E67-09B8-4EAA-8F33-BA5678341CF2', ], 'Template' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Video' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Bufsize' => [ 'description' => '', 'type' => 'string', 'example' => '1000', ], 'Degrain' => [ 'description' => '', 'type' => 'string', 'example' => '5', ], 'BitrateBnd' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Max' => [ 'description' => '', 'type' => 'string', 'example' => '10', ], 'Min' => [ 'description' => '', 'type' => 'string', 'example' => '10', ], ], ], 'PixFmt' => [ 'description' => '', 'type' => 'string', 'example' => 'yuv420p', ], 'Pad' => [ 'description' => '', 'type' => 'string', 'example' => '1280:800:0:140', ], 'Codec' => [ 'description' => '', 'type' => 'string', 'example' => 'aac', ], 'Height' => [ 'description' => '', 'type' => 'string', 'example' => '800', ], 'Qscale' => [ 'description' => '', 'type' => 'string', 'example' => '20', ], 'Crop' => [ 'description' => '', 'type' => 'string', 'example' => '1280:800:0:140', ], 'Bitrate' => [ 'description' => '', 'type' => 'string', 'example' => '100', ], 'Maxrate' => [ 'description' => '', 'type' => 'string', 'example' => '10', ], 'MaxFps' => [ 'description' => '', 'type' => 'string', 'example' => '20', ], 'Profile' => [ 'description' => '', 'type' => 'string', 'example' => 'high', ], 'Crf' => [ 'description' => '', 'type' => 'string', 'example' => '15', ], 'Remove' => [ 'description' => '', 'type' => 'string', 'example' => 'false', ], 'Gop' => [ 'description' => '', 'type' => 'string', 'example' => '10', ], 'Width' => [ 'description' => '', 'type' => 'string', 'example' => '129', ], 'Fps' => [ 'description' => '', 'type' => 'string', 'example' => '50', ], 'Preset' => [ 'description' => '', 'type' => 'string', 'example' => 'medium', ], 'ScanMode' => [ 'description' => '', 'type' => 'string', 'example' => 'interlaced', ], 'ResoPriority' => [ 'description' => '', 'type' => 'string', 'example' => 'cropFirst', ], ], ], 'TransConfig' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'IsCheckAudioBitrate' => [ 'description' => '', 'type' => 'string', 'example' => 'false', ], 'TransMode' => [ 'description' => '', 'type' => 'string', 'example' => 'onepass', ], 'IsCheckReso' => [ 'description' => '', 'type' => 'string', 'example' => 'false', ], 'IsCheckVideoBitrateFail' => [ 'description' => '', 'type' => 'string', 'example' => 'false', ], 'AdjDarMethod' => [ 'description' => '', 'type' => 'string', 'example' => 'pda', ], 'IsCheckVideoBitrate' => [ 'description' => '', 'type' => 'string', 'example' => 'false', ], 'IsCheckResoFail' => [ 'description' => '', 'type' => 'string', 'example' => 'false', ], 'IsCheckAudioBitrateFail' => [ 'description' => '', 'type' => 'string', 'example' => 'false', ], ], ], 'State' => [ 'description' => '', 'type' => 'string', 'example' => 'Normal', ], 'MuxConfig' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Webp' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Loop' => [ 'description' => '', 'type' => 'string', 'example' => '20', ], ], ], 'Gif' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'FinalDelay' => [ 'description' => '', 'type' => 'string', 'example' => '20', ], 'DitherMode' => [ 'description' => '', 'type' => 'string', 'example' => 'sierra', ], 'Loop' => [ 'description' => '', 'type' => 'string', 'example' => '20', ], 'IsCustomPalette' => [ 'description' => '', 'type' => 'string', 'example' => 'true', ], ], ], 'Segment' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Duration' => [ 'description' => '', 'type' => 'string', 'example' => '5', ], ], ], ], ], 'Name' => [ 'description' => '', 'type' => 'string', 'example' => 'yourname', ], 'Audio' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Profile' => [ 'description' => '', 'type' => 'string', 'example' => 'aac_eld', ], 'Remove' => [ 'description' => '', 'type' => 'string', 'example' => 'false', ], 'Codec' => [ 'description' => '', 'type' => 'string', 'example' => 'acc', ], 'Samplerate' => [ 'description' => '', 'type' => 'string', 'example' => '22050', ], 'Qscale' => [ 'description' => '', 'type' => 'string', 'example' => '20', ], 'Channels' => [ 'description' => '', 'type' => 'string', 'example' => '2', ], 'Volume' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Method' => [ 'description' => '', 'type' => 'string', 'example' => 'auto', ], 'Level' => [ 'description' => '', 'type' => 'string', 'example' => '-100', ], ], ], 'Bitrate' => [ 'description' => '', 'type' => 'string', 'example' => '50', ], ], ], 'Id' => [ 'description' => '', 'type' => 'string', 'example' => '16f01ad6175e4230ac42bb5182cd05c3', ], 'Container' => [ 'description' => '', 'type' => 'object', 'properties' => [ 'Format' => [ 'description' => '', 'type' => 'string', 'example' => 'flv', ], ], ], ], ], ], ], ], ], 'responseDemo' => '[{"type":"json","example":"{\\n \\"RequestId\\": \\"FA258E67-09B8-4EAA-8F33-BA5678341CF2\\",\\n \\"Template\\": {\\n \\"Video\\": {\\n \\"Bufsize\\": \\"1000\\",\\n \\"Degrain\\": \\"5\\",\\n \\"BitrateBnd\\": {\\n \\"Max\\": \\"10\\",\\n \\"Min\\": \\"10\\"\\n },\\n \\"PixFmt\\": \\"yuv420p\\",\\n \\"Pad\\": \\"1280:800:0:140\\",\\n \\"Codec\\": \\"aac\\",\\n \\"Height\\": \\"800\\",\\n \\"Qscale\\": \\"20\\",\\n \\"Crop\\": \\"1280:800:0:140\\",\\n \\"Bitrate\\": \\"100\\",\\n \\"Maxrate\\": \\"10\\",\\n \\"MaxFps\\": \\"20\\",\\n \\"Profile\\": \\"high\\",\\n \\"Crf\\": \\"15\\",\\n \\"Remove\\": \\"false\\",\\n \\"Gop\\": \\"10\\",\\n \\"Width\\": \\"129\\",\\n \\"Fps\\": \\"50\\",\\n \\"Preset\\": \\"medium\\",\\n \\"ScanMode\\": \\"interlaced\\",\\n \\"ResoPriority\\": \\"cropFirst\\"\\n },\\n \\"TransConfig\\": {\\n \\"IsCheckAudioBitrate\\": \\"false\\",\\n \\"TransMode\\": \\"onepass\\",\\n \\"IsCheckReso\\": \\"false\\",\\n \\"IsCheckVideoBitrateFail\\": \\"false\\",\\n \\"AdjDarMethod\\": \\"pda\\",\\n \\"IsCheckVideoBitrate\\": \\"false\\",\\n \\"IsCheckResoFail\\": \\"false\\",\\n \\"IsCheckAudioBitrateFail\\": \\"false\\"\\n },\\n \\"State\\": \\"Normal\\",\\n \\"MuxConfig\\": {\\n \\"Webp\\": {\\n \\"Loop\\": \\"20\\"\\n },\\n \\"Gif\\": {\\n \\"FinalDelay\\": \\"20\\",\\n \\"DitherMode\\": \\"sierra\\",\\n \\"Loop\\": \\"20\\",\\n \\"IsCustomPalette\\": \\"true\\"\\n },\\n \\"Segment\\": {\\n \\"Duration\\": \\"5\\"\\n }\\n },\\n \\"Name\\": \\"yourname\\",\\n \\"Audio\\": {\\n \\"Profile\\": \\"aac_eld\\",\\n \\"Remove\\": \\"false\\",\\n \\"Codec\\": \\"acc\\",\\n \\"Samplerate\\": \\"22050\\",\\n \\"Qscale\\": \\"20\\",\\n \\"Channels\\": \\"2\\",\\n \\"Volume\\": {\\n \\"Method\\": \\"auto\\",\\n \\"Level\\": \\"-100\\"\\n },\\n \\"Bitrate\\": \\"50\\"\\n },\\n \\"Id\\": \\"16f01ad6175e4230ac42bb5182cd05c3\\",\\n \\"Container\\": {\\n \\"Format\\": \\"flv\\"\\n }\\n }\\n}","errorExample":""},{"type":"xml","example":"\\n FA258E67-09B8-4EAA-8F33-BA5678341CF2\\n \\n","errorExample":""}]', ], 'AddWaterMarkTemplate' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'Config', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'WaterMarkTemplate' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'type' => 'string', ], 'RatioRefer' => [ 'type' => 'object', 'properties' => [ 'Dx' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Dy' => [ 'type' => 'string', ], ], ], 'ReferPos' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'Dx' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Timeline' => [ 'type' => 'object', 'properties' => [ 'Start' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], ], ], 'Name' => [ 'type' => 'string', ], 'Dy' => [ 'type' => 'string', ], 'Id' => [ 'type' => 'string', ], ], ], 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'BindInputBucket' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'Bucket', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'RoleArn', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'BindOutputBucket' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'Bucket', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'RoleArn', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'CancelJob' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'JobId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'JobId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'CategoryTree' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'CategoryTree' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'DeactivateMediaWorkflow' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'MediaWorkflowId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'MediaWorkflow' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'MediaWorkflowId' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'Name' => [ 'type' => 'string', ], 'Topology' => [ 'type' => 'string', ], ], ], ], ], ], ], 'responseDemo' => null, ], 'DeleteCategory' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'CateId', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'DeleteMedia' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'MediaIds', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'DeleteMediaTag' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'Tag', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'DeleteMediaWorkflow' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'MediaWorkflowId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'MediaWorkflow' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'MediaWorkflowId' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'Name' => [ 'type' => 'string', ], 'Topology' => [ 'type' => 'string', ], ], ], ], ], ], ], 'responseDemo' => null, ], 'DeletePipeline' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'PipelineId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'DeleteTemplate' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'TemplateId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'DeleteWaterMarkTemplate' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'WaterMarkTemplateId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'WaterMarkTemplateId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'DescribeMtsUserResourcePackage' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'operationType' => 'read', 'deprecated' => false, 'systemTags' => [ 'operationType' => 'get', 'riskType' => 'none', 'chargeType' => 'free', 'abilityTreeCode' => '25142', 'abilityTreeNodes' => [ 'FEATUREmts0IG2Y5', ], ], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'ResourcePackageInfos' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ResourcePackageInfo' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'DisplayName' => [ 'type' => 'string', ], 'Status' => [ 'type' => 'string', ], 'CommodityCode' => [ 'type' => 'string', ], 'CurrCapacity' => [ 'type' => 'string', ], 'InitCapacity' => [ 'type' => 'string', ], 'InstanceId' => [ 'type' => 'string', ], ], ], ], ], ], ], ], ], ], 'staticInfo' => [ 'returnType' => 'synchronous', ], 'responseDemo' => null, ], 'ListAllCategory' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'CategoryList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Category' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CateName' => [ 'type' => 'string', ], 'ParentId' => [ 'type' => 'string', ], 'CateId' => [ 'type' => 'string', ], 'Level' => [ 'type' => 'string', ], ], ], ], ], ], 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'ListAllMediaBucket' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'MediaBucketList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'MediaBucket' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'ListMedia' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'NextPageToken', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'MaximumPageSize', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10', ], ], [ 'name' => 'From', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'To', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'MediaList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Media' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'CateId' => [ 'type' => 'integer', 'format' => 'int64', ], 'Height' => [ 'type' => 'string', ], 'CensorState' => [ 'type' => 'string', ], 'Tags' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Tag' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'Bitrate' => [ 'type' => 'string', ], 'MediaId' => [ 'type' => 'string', ], 'File' => [ 'type' => 'object', 'properties' => [ 'State' => [ 'type' => 'string', ], 'URL' => [ 'type' => 'string', ], ], ], 'PublishState' => [ 'type' => 'string', ], 'Description' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Size' => [ 'type' => 'string', ], 'CoverURL' => [ 'type' => 'string', ], 'RunIdList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'RunId' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Title' => [ 'type' => 'string', ], 'Format' => [ 'type' => 'string', ], ], ], ], ], ], 'RequestId' => [ 'type' => 'string', ], 'NextPageToken' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'ListJob' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'NextPageToken', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'MaximumPageSize', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10', ], ], [ 'name' => 'State', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'default' => 'All', ], ], [ 'name' => 'StartOfJobCreatedTimeRange', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'EndOfJobCreatedTimeRange', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'NextPageToken' => [ 'type' => 'string', ], 'JobList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Job' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'Percent' => [ 'type' => 'integer', 'format' => 'int64', ], 'FinishTime' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'JobId' => [ 'type' => 'string', ], 'Code' => [ 'type' => 'string', ], 'Message' => [ 'type' => 'string', ], 'Output' => [ 'type' => 'object', 'properties' => [ 'Video' => [ 'type' => 'object', 'properties' => [ 'Bufsize' => [ 'type' => 'string', ], 'Degrain' => [ 'type' => 'string', ], 'BitrateBnd' => [ 'type' => 'object', 'properties' => [ 'Max' => [ 'type' => 'string', ], 'Min' => [ 'type' => 'string', ], ], ], 'PixFmt' => [ 'type' => 'string', ], 'Pad' => [ 'type' => 'string', ], 'Codec' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Qscale' => [ 'type' => 'string', ], 'Crop' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'Maxrate' => [ 'type' => 'string', ], 'MaxFps' => [ 'type' => 'string', ], 'Profile' => [ 'type' => 'string', ], 'Crf' => [ 'type' => 'string', ], 'Gop' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Preset' => [ 'type' => 'string', ], 'ScanMode' => [ 'type' => 'string', ], 'ResoPriority' => [ 'type' => 'string', ], ], ], 'TransConfig' => [ 'type' => 'object', 'properties' => [ 'IsCheckAudioBitrate' => [ 'type' => 'string', ], 'TransMode' => [ 'type' => 'string', ], 'IsCheckReso' => [ 'type' => 'string', ], 'IsCheckVideoBitrateFail' => [ 'type' => 'string', ], 'AdjDarMethod' => [ 'type' => 'string', ], 'IsCheckVideoBitrate' => [ 'type' => 'string', ], 'IsCheckResoFail' => [ 'type' => 'string', ], 'IsCheckAudioBitrateFail' => [ 'type' => 'string', ], ], ], 'Encryption' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'type' => 'string', ], 'Key' => [ 'type' => 'string', ], 'KeyType' => [ 'type' => 'string', ], 'Id' => [ 'type' => 'string', ], 'KeyUri' => [ 'type' => 'string', ], 'SkipCnt' => [ 'type' => 'string', ], ], ], 'WaterMarkList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'WaterMark' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'type' => 'string', ], 'ReferPos' => [ 'type' => 'string', ], 'Dx' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'InputFile' => [ 'type' => 'object', 'properties' => [ 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'WaterMarkTemplateId' => [ 'type' => 'string', ], 'Dy' => [ 'type' => 'string', ], ], ], ], ], ], 'WaterMarkConfigUrl' => [ 'type' => 'string', ], 'DeWatermark' => [ 'type' => 'string', ], 'M3U8NonStandardSupport' => [ 'type' => 'object', 'properties' => [ 'TS' => [ 'type' => 'object', 'properties' => [ 'SizeSupport' => [ 'type' => 'boolean', ], 'Md5Support' => [ 'type' => 'boolean', ], ], ], ], ], 'Priority' => [ 'type' => 'string', ], 'Audio' => [ 'type' => 'object', 'properties' => [ 'Profile' => [ 'type' => 'string', ], 'Codec' => [ 'type' => 'string', ], 'Samplerate' => [ 'type' => 'string', ], 'Qscale' => [ 'type' => 'string', ], 'Channels' => [ 'type' => 'string', ], 'Volume' => [ 'type' => 'object', 'properties' => [ 'Method' => [ 'type' => 'string', ], 'Level' => [ 'type' => 'string', ], ], ], 'Bitrate' => [ 'type' => 'string', ], ], ], 'AudioStreamMap' => [ 'type' => 'string', ], 'MergeList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Merge' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Start' => [ 'type' => 'string', ], 'RoleArn' => [ 'type' => 'string', ], 'MergeURL' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], ], ], ], ], ], 'SuperReso' => [ 'type' => 'object', 'properties' => [ 'IsHalfSample' => [ 'type' => 'string', ], ], ], 'UserData' => [ 'type' => 'string', ], 'OutSubtitleList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'OutSubtitle' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Map' => [ 'type' => 'string', ], 'OutSubtitleFile' => [ 'type' => 'object', 'properties' => [ 'RoleArn' => [ 'type' => 'string', ], 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'Success' => [ 'type' => 'boolean', ], 'Message' => [ 'type' => 'string', ], ], ], ], ], ], 'VideoStreamMap' => [ 'type' => 'string', ], 'OutputFile' => [ 'type' => 'object', 'properties' => [ 'RoleArn' => [ 'type' => 'string', ], 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'AmixList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Amix' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Map' => [ 'type' => 'string', ], 'Start' => [ 'type' => 'string', ], 'AmixURL' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'MixDurMode' => [ 'type' => 'string', ], ], ], ], ], ], 'Rotate' => [ 'type' => 'string', ], 'Container' => [ 'type' => 'object', 'properties' => [ 'Format' => [ 'type' => 'string', ], ], ], 'Clip' => [ 'type' => 'object', 'properties' => [ 'TimeSpan' => [ 'type' => 'object', 'properties' => [ 'Seek' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], ], ], ], ], 'MergeConfigUrl' => [ 'type' => 'string', ], 'OpeningList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Opening' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'openUrl' => [ 'type' => 'string', ], 'Start' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], ], ], ], ], ], 'MuxConfig' => [ 'type' => 'object', 'properties' => [ 'Webp' => [ 'type' => 'object', 'properties' => [ 'Loop' => [ 'type' => 'string', ], ], ], 'Gif' => [ 'type' => 'object', 'properties' => [ 'FinalDelay' => [ 'type' => 'string', ], 'DitherMode' => [ 'type' => 'string', ], 'Loop' => [ 'type' => 'string', ], 'IsCustomPalette' => [ 'type' => 'string', ], ], ], 'Segment' => [ 'type' => 'object', 'properties' => [ 'Duration' => [ 'type' => 'string', ], ], ], ], ], 'TailSlateList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'TailSlate' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Start' => [ 'type' => 'string', ], 'BgColor' => [ 'type' => 'string', ], 'IsMergeAudio' => [ 'type' => 'boolean', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'BlendDuration' => [ 'type' => 'string', ], 'TailUrl' => [ 'type' => 'string', ], ], ], ], ], ], 'TemplateId' => [ 'type' => 'string', ], 'SubtitleConfig' => [ 'type' => 'object', 'properties' => [ 'ExtSubtitleList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ExtSubtitle' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CharEnc' => [ 'type' => 'string', ], 'FontName' => [ 'type' => 'string', ], 'Input' => [ 'type' => 'object', 'properties' => [ 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'SubtitleList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Subtitle' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Map' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'Properties' => [ 'type' => 'object', 'properties' => [ 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'FileFormat' => [ 'type' => 'string', ], 'Streams' => [ 'type' => 'object', 'properties' => [ 'VideoStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'VideoStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Index' => [ 'type' => 'string', ], 'Timebase' => [ 'type' => 'string', ], 'AvgFPS' => [ 'type' => 'string', ], 'PixFmt' => [ 'type' => 'string', ], 'Sar' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], 'CodecLongName' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'NumFrames' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'CodecTagString' => [ 'type' => 'string', ], 'HasBFrames' => [ 'type' => 'string', ], 'Profile' => [ 'type' => 'string', ], 'StartTime' => [ 'type' => 'string', ], 'NetworkCost' => [ 'type' => 'object', 'properties' => [ 'PreloadTime' => [ 'type' => 'string', ], 'AvgBitrate' => [ 'type' => 'string', ], 'CostBandwidth' => [ 'type' => 'string', ], ], ], 'Dar' => [ 'type' => 'string', ], 'CodecName' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'CodecTag' => [ 'type' => 'string', ], 'CodecTimeBase' => [ 'type' => 'string', ], 'Level' => [ 'type' => 'string', ], ], ], ], ], ], 'AudioStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'AudioStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Timebase' => [ 'type' => 'string', ], 'Index' => [ 'type' => 'string', ], 'SampleFmt' => [ 'type' => 'string', ], 'ChannelLayout' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], 'Samplerate' => [ 'type' => 'string', ], 'CodecLongName' => [ 'type' => 'string', ], 'Channels' => [ 'type' => 'string', ], 'NumFrames' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'CodecTagString' => [ 'type' => 'string', ], 'StartTime' => [ 'type' => 'string', ], 'CodecName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'CodecTag' => [ 'type' => 'string', ], 'CodecTimeBase' => [ 'type' => 'string', ], ], ], ], ], ], 'SubtitleStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'SubtitleStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Index' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'Format' => [ 'type' => 'object', 'properties' => [ 'StartTime' => [ 'type' => 'string', ], 'NumPrograms' => [ 'type' => 'string', ], 'Size' => [ 'type' => 'string', ], 'NumStreams' => [ 'type' => 'string', ], 'FormatLongName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'FormatName' => [ 'type' => 'string', ], ], ], 'FileSize' => [ 'type' => 'string', ], ], ], ], ], 'PipelineId' => [ 'type' => 'string', ], 'Input' => [ 'type' => 'object', 'properties' => [ 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ 'MessageId' => [ 'type' => 'string', ], 'ErrorMessage' => [ 'type' => 'string', ], 'ErrorCode' => [ 'type' => 'string', ], ], ], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'ListMediaWorkflowExecutions' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'MediaWorkflowId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'MediaWorkflowName', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'InputFileURL', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'NextPageToken', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'MaximumPageSize', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'MediaWorkflowExecutionList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'MediaWorkflowExecution' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'MediaWorkflowId' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'ActivityList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Activity' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'EndTime' => [ 'type' => 'string', ], 'Type' => [ 'type' => 'string', ], 'StartTime' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'JobId' => [ 'type' => 'string', ], 'Code' => [ 'type' => 'string', ], 'Message' => [ 'type' => 'string', ], 'Name' => [ 'type' => 'string', ], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ 'MessageId' => [ 'type' => 'string', ], 'ErrorMessage' => [ 'type' => 'string', ], 'ErrorCode' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'Name' => [ 'type' => 'string', ], 'Input' => [ 'type' => 'object', 'properties' => [ 'UserData' => [ 'type' => 'string', ], 'InputFile' => [ 'type' => 'object', 'properties' => [ 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], ], ], 'MediaId' => [ 'type' => 'string', ], 'RunId' => [ 'type' => 'string', ], ], ], ], ], ], 'RequestId' => [ 'type' => 'string', ], 'NextPageToken' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'QueryAnalysisJobList' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'AnalysisJobIds', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'AnalysisJobList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'AnalysisJob' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'Percent' => [ 'type' => 'integer', 'format' => 'int64', ], 'State' => [ 'type' => 'string', ], 'AnalysisConfig' => [ 'type' => 'object', 'properties' => [ 'QualityControl' => [ 'type' => 'object', 'properties' => [ 'MethodStreaming' => [ 'type' => 'string', ], 'RateQuality' => [ 'type' => 'string', ], ], ], 'PropertiesControl' => [ 'type' => 'object', 'properties' => [ 'Deinterlace' => [ 'type' => 'string', ], 'Crop' => [ 'type' => 'object', 'properties' => [ 'Top' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Left' => [ 'type' => 'string', ], 'Mode' => [ 'type' => 'string', ], ], ], ], ], ], ], 'Message' => [ 'type' => 'string', ], 'Priority' => [ 'type' => 'string', ], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ 'MessageId' => [ 'type' => 'string', ], 'ErrorMessage' => [ 'type' => 'string', ], 'ErrorCode' => [ 'type' => 'string', ], ], ], 'TemplateList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Template' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Video' => [ 'type' => 'object', 'properties' => [ 'Bufsize' => [ 'type' => 'string', ], 'Degrain' => [ 'type' => 'string', ], 'BitrateBnd' => [ 'type' => 'object', 'properties' => [ 'Max' => [ 'type' => 'string', ], 'Min' => [ 'type' => 'string', ], ], ], 'PixFmt' => [ 'type' => 'string', ], 'Codec' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Qscale' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'Maxrate' => [ 'type' => 'string', ], 'Profile' => [ 'type' => 'string', ], 'Crf' => [ 'type' => 'string', ], 'Gop' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Preset' => [ 'type' => 'string', ], 'ScanMode' => [ 'type' => 'string', ], ], ], 'TransConfig' => [ 'type' => 'object', 'properties' => [ 'TransMode' => [ 'type' => 'string', ], ], ], 'State' => [ 'type' => 'string', ], 'MuxConfig' => [ 'type' => 'object', 'properties' => [ 'Gif' => [ 'type' => 'object', 'properties' => [ 'FinalDelay' => [ 'type' => 'string', ], 'Loop' => [ 'type' => 'string', ], ], ], 'Segment' => [ 'type' => 'object', 'properties' => [ 'Duration' => [ 'type' => 'string', ], ], ], ], ], 'Name' => [ 'type' => 'string', ], 'Audio' => [ 'type' => 'object', 'properties' => [ 'Profile' => [ 'type' => 'string', ], 'Codec' => [ 'type' => 'string', ], 'Samplerate' => [ 'type' => 'string', ], 'Qscale' => [ 'type' => 'string', ], 'Channels' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], ], ], 'Id' => [ 'type' => 'string', ], 'Container' => [ 'type' => 'object', 'properties' => [ 'Format' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'UserData' => [ 'type' => 'string', ], 'Code' => [ 'type' => 'string', ], 'InputFile' => [ 'type' => 'object', 'properties' => [ 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'PipelineId' => [ 'type' => 'string', ], 'Id' => [ 'type' => 'string', ], ], ], ], ], ], 'NonExistAnalysisJobIds' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'String' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'QueryMediaInfoJobList' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '25155', 'abilityTreeNodes' => [ 'FEATUREmtsZWMPKM', ], ], 'parameters' => [ [ 'name' => 'MediaInfoJobIds', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'NonExistMediaInfoJobIds' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'String' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'RequestId' => [ 'type' => 'string', ], 'MediaInfoJobList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'MediaInfoJob' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'JobId' => [ 'type' => 'string', ], 'UserData' => [ 'type' => 'string', ], 'Code' => [ 'type' => 'string', ], 'Message' => [ 'type' => 'string', ], 'PipelineId' => [ 'type' => 'string', ], 'Async' => [ 'type' => 'boolean', ], 'Input' => [ 'type' => 'object', 'properties' => [ 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ 'MessageId' => [ 'type' => 'string', ], 'ErrorMessage' => [ 'type' => 'string', ], 'ErrorCode' => [ 'type' => 'string', ], ], ], 'Properties' => [ 'type' => 'object', 'properties' => [ 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'FileFormat' => [ 'type' => 'string', ], 'Streams' => [ 'type' => 'object', 'properties' => [ 'VideoStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'VideoStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Sar' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'CodecTagString' => [ 'type' => 'string', ], 'NetworkCost' => [ 'type' => 'object', 'properties' => [ 'PreloadTime' => [ 'type' => 'string', ], 'AvgBitrate' => [ 'type' => 'string', ], 'CostBandwidth' => [ 'type' => 'string', ], ], ], 'Width' => [ 'type' => 'string', ], 'Index' => [ 'type' => 'string', ], 'Timebase' => [ 'type' => 'string', ], 'AvgFPS' => [ 'type' => 'string', ], 'PixFmt' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], 'CodecLongName' => [ 'type' => 'string', ], 'NumFrames' => [ 'type' => 'string', ], 'Rotate' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'HasBFrames' => [ 'type' => 'string', ], 'Profile' => [ 'type' => 'string', ], 'StartTime' => [ 'type' => 'string', ], 'Dar' => [ 'type' => 'string', ], 'CodecName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'CodecTag' => [ 'type' => 'string', ], 'CodecTimeBase' => [ 'type' => 'string', ], 'Level' => [ 'type' => 'string', ], ], ], ], ], ], 'AudioStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'AudioStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Timebase' => [ 'type' => 'string', ], 'Index' => [ 'type' => 'string', ], 'SampleFmt' => [ 'type' => 'string', ], 'ChannelLayout' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], 'Samplerate' => [ 'type' => 'string', ], 'CodecLongName' => [ 'type' => 'string', ], 'Channels' => [ 'type' => 'string', ], 'NumFrames' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'CodecTagString' => [ 'type' => 'string', ], 'StartTime' => [ 'type' => 'string', ], 'CodecName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'CodecTag' => [ 'type' => 'string', ], 'CodecTimeBase' => [ 'type' => 'string', ], ], ], ], ], ], 'SubtitleStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'SubtitleStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Index' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'Format' => [ 'type' => 'object', 'properties' => [ 'StartTime' => [ 'type' => 'string', ], 'NumPrograms' => [ 'type' => 'string', ], 'Size' => [ 'type' => 'string', ], 'NumStreams' => [ 'type' => 'string', ], 'FormatLongName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'FormatName' => [ 'type' => 'string', ], ], ], 'FileSize' => [ 'type' => 'string', ], ], ], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'QueryJobList' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'JobIds', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'NonExistJobIds' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'String' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'RequestId' => [ 'type' => 'string', ], 'JobList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Job' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'Percent' => [ 'type' => 'integer', 'format' => 'int64', ], 'FinishTime' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'JobId' => [ 'type' => 'string', ], 'Code' => [ 'type' => 'string', ], 'Message' => [ 'type' => 'string', ], 'Output' => [ 'type' => 'object', 'properties' => [ 'Video' => [ 'type' => 'object', 'properties' => [ 'Bufsize' => [ 'type' => 'string', ], 'Degrain' => [ 'type' => 'string', ], 'BitrateBnd' => [ 'type' => 'object', 'properties' => [ 'Max' => [ 'type' => 'string', ], 'Min' => [ 'type' => 'string', ], ], ], 'PixFmt' => [ 'type' => 'string', ], 'Pad' => [ 'type' => 'string', ], 'Codec' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Qscale' => [ 'type' => 'string', ], 'Crop' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'Maxrate' => [ 'type' => 'string', ], 'MaxFps' => [ 'type' => 'string', ], 'Profile' => [ 'type' => 'string', ], 'Crf' => [ 'type' => 'string', ], 'Gop' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Preset' => [ 'type' => 'string', ], 'ScanMode' => [ 'type' => 'string', ], 'ResoPriority' => [ 'type' => 'string', ], ], ], 'TransConfig' => [ 'type' => 'object', 'properties' => [ 'IsCheckAudioBitrate' => [ 'type' => 'string', ], 'TransMode' => [ 'type' => 'string', ], 'IsCheckReso' => [ 'type' => 'string', ], 'IsCheckVideoBitrateFail' => [ 'type' => 'string', ], 'AdjDarMethod' => [ 'type' => 'string', ], 'IsCheckVideoBitrate' => [ 'type' => 'string', ], 'IsCheckResoFail' => [ 'type' => 'string', ], 'IsCheckAudioBitrateFail' => [ 'type' => 'string', ], ], ], 'Encryption' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'type' => 'string', ], 'Key' => [ 'type' => 'string', ], 'KeyType' => [ 'type' => 'string', ], 'Id' => [ 'type' => 'string', ], 'KeyUri' => [ 'type' => 'string', ], 'SkipCnt' => [ 'type' => 'string', ], ], ], 'WaterMarkList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'WaterMark' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'type' => 'string', ], 'ReferPos' => [ 'type' => 'string', ], 'Dx' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'InputFile' => [ 'type' => 'object', 'properties' => [ 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'WaterMarkTemplateId' => [ 'type' => 'string', ], 'Dy' => [ 'type' => 'string', ], ], ], ], ], ], 'WaterMarkConfigUrl' => [ 'type' => 'string', ], 'DeWatermark' => [ 'type' => 'string', ], 'M3U8NonStandardSupport' => [ 'type' => 'object', 'properties' => [ 'TS' => [ 'type' => 'object', 'properties' => [ 'SizeSupport' => [ 'type' => 'boolean', ], 'Md5Support' => [ 'type' => 'boolean', ], ], ], ], ], 'Priority' => [ 'type' => 'string', ], 'Audio' => [ 'type' => 'object', 'properties' => [ 'Profile' => [ 'type' => 'string', ], 'Codec' => [ 'type' => 'string', ], 'Samplerate' => [ 'type' => 'string', ], 'Qscale' => [ 'type' => 'string', ], 'Channels' => [ 'type' => 'string', ], 'Volume' => [ 'type' => 'object', 'properties' => [ 'Method' => [ 'type' => 'string', ], 'Level' => [ 'type' => 'string', ], ], ], 'Bitrate' => [ 'type' => 'string', ], ], ], 'AudioStreamMap' => [ 'type' => 'string', ], 'MergeList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Merge' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Start' => [ 'type' => 'string', ], 'RoleArn' => [ 'type' => 'string', ], 'MergeURL' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], ], ], ], ], ], 'SuperReso' => [ 'type' => 'object', 'properties' => [ 'IsHalfSample' => [ 'type' => 'string', ], ], ], 'UserData' => [ 'type' => 'string', ], 'OutSubtitleList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'OutSubtitle' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Map' => [ 'type' => 'string', ], 'OutSubtitleFile' => [ 'type' => 'object', 'properties' => [ 'RoleArn' => [ 'type' => 'string', ], 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'Success' => [ 'type' => 'boolean', ], 'Message' => [ 'type' => 'string', ], ], ], ], ], ], 'VideoStreamMap' => [ 'type' => 'string', ], 'OutputFile' => [ 'type' => 'object', 'properties' => [ 'RoleArn' => [ 'type' => 'string', ], 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'AmixList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Amix' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Map' => [ 'type' => 'string', ], 'Start' => [ 'type' => 'string', ], 'AmixURL' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'MixDurMode' => [ 'type' => 'string', ], ], ], ], ], ], 'Rotate' => [ 'type' => 'string', ], 'Container' => [ 'type' => 'object', 'properties' => [ 'Format' => [ 'type' => 'string', ], ], ], 'Clip' => [ 'type' => 'object', 'properties' => [ 'TimeSpan' => [ 'type' => 'object', 'properties' => [ 'Seek' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], ], ], ], ], 'MergeConfigUrl' => [ 'type' => 'string', ], 'OpeningList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Opening' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'openUrl' => [ 'type' => 'string', ], 'Start' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], ], ], ], ], ], 'MuxConfig' => [ 'type' => 'object', 'properties' => [ 'Webp' => [ 'type' => 'object', 'properties' => [ 'Loop' => [ 'type' => 'string', ], ], ], 'Gif' => [ 'type' => 'object', 'properties' => [ 'FinalDelay' => [ 'type' => 'string', ], 'DitherMode' => [ 'type' => 'string', ], 'Loop' => [ 'type' => 'string', ], 'IsCustomPalette' => [ 'type' => 'string', ], ], ], 'Segment' => [ 'type' => 'object', 'properties' => [ 'Duration' => [ 'type' => 'string', ], ], ], ], ], 'TailSlateList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'TailSlate' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Start' => [ 'type' => 'string', ], 'BgColor' => [ 'type' => 'string', ], 'IsMergeAudio' => [ 'type' => 'boolean', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'BlendDuration' => [ 'type' => 'string', ], 'TailUrl' => [ 'type' => 'string', ], ], ], ], ], ], 'TemplateId' => [ 'type' => 'string', ], 'SubtitleConfig' => [ 'type' => 'object', 'properties' => [ 'ExtSubtitleList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ExtSubtitle' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CharEnc' => [ 'type' => 'string', ], 'FontName' => [ 'type' => 'string', ], 'Input' => [ 'type' => 'object', 'properties' => [ 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'SubtitleList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Subtitle' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Map' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'Properties' => [ 'type' => 'object', 'properties' => [ 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'SourceLogos' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'SourceLogo' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Source' => [ 'type' => 'string', ], ], ], ], ], ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'FileFormat' => [ 'type' => 'string', ], 'Streams' => [ 'type' => 'object', 'properties' => [ 'VideoStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'VideoStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Index' => [ 'type' => 'string', ], 'Timebase' => [ 'type' => 'string', ], 'AvgFPS' => [ 'type' => 'string', ], 'PixFmt' => [ 'type' => 'string', ], 'Sar' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], 'CodecLongName' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'NumFrames' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'CodecTagString' => [ 'type' => 'string', ], 'HasBFrames' => [ 'type' => 'string', ], 'Profile' => [ 'type' => 'string', ], 'StartTime' => [ 'type' => 'string', ], 'NetworkCost' => [ 'type' => 'object', 'properties' => [ 'PreloadTime' => [ 'type' => 'string', ], 'AvgBitrate' => [ 'type' => 'string', ], 'CostBandwidth' => [ 'type' => 'string', ], ], ], 'Dar' => [ 'type' => 'string', ], 'CodecName' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'CodecTag' => [ 'type' => 'string', ], 'CodecTimeBase' => [ 'type' => 'string', ], 'Level' => [ 'type' => 'string', ], ], ], ], ], ], 'AudioStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'AudioStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Timebase' => [ 'type' => 'string', ], 'Index' => [ 'type' => 'string', ], 'SampleFmt' => [ 'type' => 'string', ], 'ChannelLayout' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], 'Samplerate' => [ 'type' => 'string', ], 'CodecLongName' => [ 'type' => 'string', ], 'Channels' => [ 'type' => 'string', ], 'NumFrames' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'CodecTagString' => [ 'type' => 'string', ], 'StartTime' => [ 'type' => 'string', ], 'CodecName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'CodecTag' => [ 'type' => 'string', ], 'CodecTimeBase' => [ 'type' => 'string', ], ], ], ], ], ], 'SubtitleStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'SubtitleStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Index' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'Format' => [ 'type' => 'object', 'properties' => [ 'StartTime' => [ 'type' => 'string', ], 'NumPrograms' => [ 'type' => 'string', ], 'Size' => [ 'type' => 'string', ], 'NumStreams' => [ 'type' => 'string', ], 'FormatLongName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'FormatName' => [ 'type' => 'string', ], ], ], 'FileSize' => [ 'type' => 'string', ], ], ], ], ], 'PipelineId' => [ 'type' => 'string', ], 'Input' => [ 'type' => 'object', 'properties' => [ 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ 'MessageId' => [ 'type' => 'string', ], 'ErrorMessage' => [ 'type' => 'string', ], 'ErrorCode' => [ 'type' => 'string', ], ], ], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'QueryMediaList' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'MediaIds', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'IncludePlayList', 'in' => 'query', 'schema' => [ 'type' => 'boolean', 'required' => false, ], ], [ 'name' => 'IncludeSnapshotList', 'in' => 'query', 'schema' => [ 'type' => 'boolean', 'required' => false, ], ], [ 'name' => 'IncludeMediaInfo', 'in' => 'query', 'schema' => [ 'type' => 'boolean', 'required' => false, ], ], [ 'name' => 'IncludeSummaryList', 'in' => 'query', 'schema' => [ 'type' => 'boolean', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'NonExistMediaIds' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'MediaId' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'MediaList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Media' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'CateId' => [ 'type' => 'integer', 'format' => 'int64', ], 'Height' => [ 'type' => 'string', ], 'CensorState' => [ 'type' => 'string', ], 'Tags' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Tag' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'PlayList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Play' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Encryption' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'File' => [ 'type' => 'object', 'properties' => [ 'State' => [ 'type' => 'string', ], 'URL' => [ 'type' => 'string', ], ], ], 'MediaWorkflowId' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Size' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'ActivityName' => [ 'type' => 'string', ], 'Format' => [ 'type' => 'string', ], 'MediaWorkflowName' => [ 'type' => 'string', ], ], ], ], ], ], 'Bitrate' => [ 'type' => 'string', ], 'MediaId' => [ 'type' => 'string', ], 'File' => [ 'type' => 'object', 'properties' => [ 'State' => [ 'type' => 'string', ], 'URL' => [ 'type' => 'string', ], ], ], 'SummaryList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Summary' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'type' => 'string', ], 'MediaWorkflowId' => [ 'type' => 'string', ], 'ActivityName' => [ 'type' => 'string', ], 'MediaWorkflowName' => [ 'type' => 'string', ], 'File' => [ 'type' => 'object', 'properties' => [ 'State' => [ 'type' => 'string', ], 'URL' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'PublishState' => [ 'type' => 'string', ], 'MediaInfo' => [ 'type' => 'object', 'properties' => [ 'Streams' => [ 'type' => 'object', 'properties' => [ 'VideoStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'VideoStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Sar' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'CodecTagString' => [ 'type' => 'string', ], 'NetworkCost' => [ 'type' => 'object', 'properties' => [ 'PreloadTime' => [ 'type' => 'string', ], 'AvgBitrate' => [ 'type' => 'string', ], 'CostBandwidth' => [ 'type' => 'string', ], ], ], 'Width' => [ 'type' => 'string', ], 'Index' => [ 'type' => 'string', ], 'Timebase' => [ 'type' => 'string', ], 'AvgFPS' => [ 'type' => 'string', ], 'PixFmt' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], 'CodecLongName' => [ 'type' => 'string', ], 'NumFrames' => [ 'type' => 'string', ], 'Rotate' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'HasBFrames' => [ 'type' => 'string', ], 'Profile' => [ 'type' => 'string', ], 'StartTime' => [ 'type' => 'string', ], 'Dar' => [ 'type' => 'string', ], 'CodecName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'CodecTag' => [ 'type' => 'string', ], 'CodecTimeBase' => [ 'type' => 'string', ], 'Level' => [ 'type' => 'string', ], ], ], ], ], ], 'AudioStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'AudioStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Timebase' => [ 'type' => 'string', ], 'Index' => [ 'type' => 'string', ], 'SampleFmt' => [ 'type' => 'string', ], 'ChannelLayout' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], 'Samplerate' => [ 'type' => 'string', ], 'CodecLongName' => [ 'type' => 'string', ], 'Channels' => [ 'type' => 'string', ], 'NumFrames' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'CodecTagString' => [ 'type' => 'string', ], 'StartTime' => [ 'type' => 'string', ], 'CodecName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'CodecTag' => [ 'type' => 'string', ], 'CodecTimeBase' => [ 'type' => 'string', ], ], ], ], ], ], 'SubtitleStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'SubtitleStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Index' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'Format' => [ 'type' => 'object', 'properties' => [ 'StartTime' => [ 'type' => 'string', ], 'NumPrograms' => [ 'type' => 'string', ], 'Size' => [ 'type' => 'string', ], 'NumStreams' => [ 'type' => 'string', ], 'FormatLongName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'FormatName' => [ 'type' => 'string', ], ], ], ], ], 'Description' => [ 'type' => 'string', ], 'Size' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'CoverURL' => [ 'type' => 'string', ], 'SnapshotList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Snapshot' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'type' => 'string', ], 'MediaWorkflowId' => [ 'type' => 'string', ], 'ActivityName' => [ 'type' => 'string', ], 'Count' => [ 'type' => 'string', ], 'MediaWorkflowName' => [ 'type' => 'string', ], 'File' => [ 'type' => 'object', 'properties' => [ 'State' => [ 'type' => 'string', ], 'URL' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'RunIdList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'RunId' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Title' => [ 'type' => 'string', ], 'Format' => [ 'type' => 'string', ], ], ], ], ], ], 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'QueryMediaListByURL' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'FileURLs', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'IncludePlayList', 'in' => 'query', 'schema' => [ 'type' => 'boolean', 'required' => false, ], ], [ 'name' => 'IncludeSnapshotList', 'in' => 'query', 'schema' => [ 'type' => 'boolean', 'required' => false, ], ], [ 'name' => 'IncludeMediaInfo', 'in' => 'query', 'schema' => [ 'type' => 'boolean', 'required' => false, ], ], [ 'name' => 'IncludeSummaryList', 'in' => 'query', 'schema' => [ 'type' => 'boolean', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'MediaList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Media' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'CateId' => [ 'type' => 'integer', 'format' => 'int64', ], 'Height' => [ 'type' => 'string', ], 'CensorState' => [ 'type' => 'string', ], 'Tags' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Tag' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'PlayList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Play' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Encryption' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'File' => [ 'type' => 'object', 'properties' => [ 'State' => [ 'type' => 'string', ], 'URL' => [ 'type' => 'string', ], ], ], 'MediaWorkflowId' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Size' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'ActivityName' => [ 'type' => 'string', ], 'Format' => [ 'type' => 'string', ], 'MediaWorkflowName' => [ 'type' => 'string', ], ], ], ], ], ], 'Bitrate' => [ 'type' => 'string', ], 'MediaId' => [ 'type' => 'string', ], 'File' => [ 'type' => 'object', 'properties' => [ 'State' => [ 'type' => 'string', ], 'URL' => [ 'type' => 'string', ], ], ], 'SummaryList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Summary' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'type' => 'string', ], 'MediaWorkflowId' => [ 'type' => 'string', ], 'ActivityName' => [ 'type' => 'string', ], 'MediaWorkflowName' => [ 'type' => 'string', ], 'File' => [ 'type' => 'object', 'properties' => [ 'State' => [ 'type' => 'string', ], 'URL' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'PublishState' => [ 'type' => 'string', ], 'MediaInfo' => [ 'type' => 'object', 'properties' => [ 'Streams' => [ 'type' => 'object', 'properties' => [ 'VideoStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'VideoStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Sar' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'CodecTagString' => [ 'type' => 'string', ], 'NetworkCost' => [ 'type' => 'object', 'properties' => [ 'PreloadTime' => [ 'type' => 'string', ], 'AvgBitrate' => [ 'type' => 'string', ], 'CostBandwidth' => [ 'type' => 'string', ], ], ], 'Width' => [ 'type' => 'string', ], 'Index' => [ 'type' => 'string', ], 'Timebase' => [ 'type' => 'string', ], 'AvgFPS' => [ 'type' => 'string', ], 'PixFmt' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], 'CodecLongName' => [ 'type' => 'string', ], 'NumFrames' => [ 'type' => 'string', ], 'Rotate' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'HasBFrames' => [ 'type' => 'string', ], 'Profile' => [ 'type' => 'string', ], 'StartTime' => [ 'type' => 'string', ], 'Dar' => [ 'type' => 'string', ], 'CodecName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'CodecTag' => [ 'type' => 'string', ], 'CodecTimeBase' => [ 'type' => 'string', ], 'Level' => [ 'type' => 'string', ], ], ], ], ], ], 'AudioStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'AudioStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Timebase' => [ 'type' => 'string', ], 'Index' => [ 'type' => 'string', ], 'SampleFmt' => [ 'type' => 'string', ], 'ChannelLayout' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], 'Samplerate' => [ 'type' => 'string', ], 'CodecLongName' => [ 'type' => 'string', ], 'Channels' => [ 'type' => 'string', ], 'NumFrames' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'CodecTagString' => [ 'type' => 'string', ], 'StartTime' => [ 'type' => 'string', ], 'CodecName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'CodecTag' => [ 'type' => 'string', ], 'CodecTimeBase' => [ 'type' => 'string', ], ], ], ], ], ], 'SubtitleStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'SubtitleStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Index' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'Format' => [ 'type' => 'object', 'properties' => [ 'StartTime' => [ 'type' => 'string', ], 'NumPrograms' => [ 'type' => 'string', ], 'Size' => [ 'type' => 'string', ], 'NumStreams' => [ 'type' => 'string', ], 'FormatLongName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'FormatName' => [ 'type' => 'string', ], ], ], ], ], 'Description' => [ 'type' => 'string', ], 'Size' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'CoverURL' => [ 'type' => 'string', ], 'SnapshotList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Snapshot' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'type' => 'string', ], 'MediaWorkflowId' => [ 'type' => 'string', ], 'ActivityName' => [ 'type' => 'string', ], 'Count' => [ 'type' => 'string', ], 'MediaWorkflowName' => [ 'type' => 'string', ], 'File' => [ 'type' => 'object', 'properties' => [ 'State' => [ 'type' => 'string', ], 'URL' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'RunIdList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'RunId' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Title' => [ 'type' => 'string', ], 'Format' => [ 'type' => 'string', ], ], ], ], ], ], 'NonExistFileURLs' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'FileURL' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'QueryMediaWorkflowExecutionList' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'RunIds', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'NonExistRunIds' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'RunId' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'MediaWorkflowExecutionList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'MediaWorkflowExecution' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'MediaWorkflowId' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'ActivityList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Activity' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'EndTime' => [ 'type' => 'string', ], 'Type' => [ 'type' => 'string', ], 'StartTime' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'JobId' => [ 'type' => 'string', ], 'Code' => [ 'type' => 'string', ], 'Message' => [ 'type' => 'string', ], 'Name' => [ 'type' => 'string', ], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ 'MessageId' => [ 'type' => 'string', ], 'ErrorMessage' => [ 'type' => 'string', ], 'ErrorCode' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'Name' => [ 'type' => 'string', ], 'Input' => [ 'type' => 'object', 'properties' => [ 'UserData' => [ 'type' => 'string', ], 'InputFile' => [ 'type' => 'object', 'properties' => [ 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], ], ], 'MediaId' => [ 'type' => 'string', ], 'RunId' => [ 'type' => 'string', ], ], ], ], ], ], 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'QueryMediaWorkflowList' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'MediaWorkflowIds', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'NonExistMediaWorkflowIds' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'MediaWorkflowId' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'MediaWorkflowList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'MediaWorkflow' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'MediaWorkflowId' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'TriggerMode' => [ 'type' => 'string', ], 'Name' => [ 'type' => 'string', ], 'Topology' => [ 'type' => 'string', ], ], ], ], ], ], 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'QueryPipelineList' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'PipelineIds', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'PipelineList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Pipeline' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Speed' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'SpeedLevel' => [ 'type' => 'integer', 'format' => 'int64', ], 'NotifyConfig' => [ 'type' => 'object', 'properties' => [ 'QueueName' => [ 'type' => 'string', ], 'Topic' => [ 'type' => 'string', ], ], ], 'Name' => [ 'type' => 'string', ], 'Role' => [ 'type' => 'string', ], 'Id' => [ 'type' => 'string', ], ], ], ], ], ], 'NonExistPids' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'String' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'QuerySnapshotJobList' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'list', 'abilityTreeCode' => '25164', 'abilityTreeNodes' => [ 'FEATUREmtsU2L9V8', ], ], 'parameters' => [ [ 'name' => 'SnapshotJobIds', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'NextPageToken', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'MaximumPageSize', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10', ], ], [ 'name' => 'State', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'default' => 'All', ], ], [ 'name' => 'StartOfJobCreatedTimeRange', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'EndOfJobCreatedTimeRange', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'SnapshotJobList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'SnapshotJob' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'SnapshotConfig' => [ 'type' => 'object', 'properties' => [ 'Time' => [ 'type' => 'string', ], 'TileOut' => [ 'type' => 'object', 'properties' => [ 'Padding' => [ 'type' => 'string', ], 'Color' => [ 'type' => 'string', ], 'CellSelStep' => [ 'type' => 'string', ], 'CellHeight' => [ 'type' => 'string', ], 'CellWidth' => [ 'type' => 'string', ], 'Margin' => [ 'type' => 'string', ], 'Columns' => [ 'type' => 'string', ], 'IsKeepCellPic' => [ 'type' => 'string', ], 'Lines' => [ 'type' => 'string', ], ], ], 'Interval' => [ 'type' => 'string', ], 'FrameType' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'OutputFile' => [ 'type' => 'object', 'properties' => [ 'RoleArn' => [ 'type' => 'string', ], 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'Num' => [ 'type' => 'string', ], 'TileOutputFile' => [ 'type' => 'object', 'properties' => [ 'RoleArn' => [ 'type' => 'string', ], 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], ], ], 'State' => [ 'type' => 'string', ], 'Message' => [ 'type' => 'string', ], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ 'MessageId' => [ 'type' => 'string', ], 'ErrorMessage' => [ 'type' => 'string', ], 'ErrorCode' => [ 'type' => 'string', ], ], ], 'Input' => [ 'type' => 'object', 'properties' => [ 'RoleArn' => [ 'type' => 'string', ], 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'Count' => [ 'type' => 'string', ], 'TileCount' => [ 'type' => 'string', ], 'UserData' => [ 'type' => 'string', ], 'Code' => [ 'type' => 'string', ], 'PipelineId' => [ 'type' => 'string', ], 'Id' => [ 'type' => 'string', ], ], ], ], ], ], 'RequestId' => [ 'type' => 'string', ], 'NonExistSnapshotJobIds' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'String' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'NextPageToken' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'QueryTemplateList' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'TemplateIds', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'NonExistTids' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'String' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'TemplateList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Template' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Video' => [ 'type' => 'object', 'properties' => [ 'Bufsize' => [ 'type' => 'string', ], 'Degrain' => [ 'type' => 'string', ], 'BitrateBnd' => [ 'type' => 'object', 'properties' => [ 'Max' => [ 'type' => 'string', ], 'Min' => [ 'type' => 'string', ], ], ], 'PixFmt' => [ 'type' => 'string', ], 'Pad' => [ 'type' => 'string', ], 'Codec' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Qscale' => [ 'type' => 'string', ], 'Crop' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'Maxrate' => [ 'type' => 'string', ], 'MaxFps' => [ 'type' => 'string', ], 'Profile' => [ 'type' => 'string', ], 'Crf' => [ 'type' => 'string', ], 'Remove' => [ 'type' => 'string', ], 'Gop' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Preset' => [ 'type' => 'string', ], 'ScanMode' => [ 'type' => 'string', ], 'ResoPriority' => [ 'type' => 'string', ], ], ], 'TransConfig' => [ 'type' => 'object', 'properties' => [ 'IsCheckAudioBitrate' => [ 'type' => 'string', ], 'TransMode' => [ 'type' => 'string', ], 'IsCheckReso' => [ 'type' => 'string', ], 'IsCheckVideoBitrateFail' => [ 'type' => 'string', ], 'AdjDarMethod' => [ 'type' => 'string', ], 'IsCheckVideoBitrate' => [ 'type' => 'string', ], 'IsCheckResoFail' => [ 'type' => 'string', ], 'IsCheckAudioBitrateFail' => [ 'type' => 'string', ], ], ], 'State' => [ 'type' => 'string', ], 'MuxConfig' => [ 'type' => 'object', 'properties' => [ 'Webp' => [ 'type' => 'object', 'properties' => [ 'Loop' => [ 'type' => 'string', ], ], ], 'Gif' => [ 'type' => 'object', 'properties' => [ 'FinalDelay' => [ 'type' => 'string', ], 'DitherMode' => [ 'type' => 'string', ], 'Loop' => [ 'type' => 'string', ], 'IsCustomPalette' => [ 'type' => 'string', ], ], ], 'Segment' => [ 'type' => 'object', 'properties' => [ 'Duration' => [ 'type' => 'string', ], ], ], ], ], 'Name' => [ 'type' => 'string', ], 'Audio' => [ 'type' => 'object', 'properties' => [ 'Profile' => [ 'type' => 'string', ], 'Remove' => [ 'type' => 'string', ], 'Codec' => [ 'type' => 'string', ], 'Samplerate' => [ 'type' => 'string', ], 'Qscale' => [ 'type' => 'string', ], 'Channels' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], ], ], 'Id' => [ 'type' => 'string', ], 'Container' => [ 'type' => 'object', 'properties' => [ 'Format' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'QueryWaterMarkTemplateList' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'WaterMarkTemplateIds', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'NonExistWids' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'String' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'WaterMarkTemplateList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'WaterMarkTemplate' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'type' => 'string', ], 'RatioRefer' => [ 'type' => 'object', 'properties' => [ 'Dx' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Dy' => [ 'type' => 'string', ], ], ], 'ReferPos' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'Dx' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Timeline' => [ 'type' => 'object', 'properties' => [ 'Start' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], ], ], 'Name' => [ 'type' => 'string', ], 'Dy' => [ 'type' => 'string', ], 'Id' => [ 'type' => 'string', ], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'SearchMediaWorkflow' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10', ], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, 'default' => '1', ], ], [ 'name' => 'StateList', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'type' => 'integer', 'format' => 'int64', ], 'MediaWorkflowList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'MediaWorkflow' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'MediaWorkflowId' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'TriggerMode' => [ 'type' => 'string', ], 'Name' => [ 'type' => 'string', ], 'Topology' => [ 'type' => 'string', ], ], ], ], ], ], 'PageSize' => [ 'type' => 'integer', 'format' => 'int64', ], 'RequestId' => [ 'type' => 'string', ], 'PageNumber' => [ 'type' => 'integer', 'format' => 'int64', ], ], ], ], ], 'responseDemo' => null, ], 'SearchPipeline' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10', ], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, 'default' => '1', ], ], [ 'name' => 'State', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'default' => 'All', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'type' => 'integer', 'format' => 'int64', ], 'PageSize' => [ 'type' => 'integer', 'format' => 'int64', ], 'RequestId' => [ 'type' => 'string', ], 'PageNumber' => [ 'type' => 'integer', 'format' => 'int64', ], 'PipelineList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Pipeline' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Speed' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'SpeedLevel' => [ 'type' => 'integer', 'format' => 'int64', ], 'NotifyConfig' => [ 'type' => 'object', 'properties' => [ 'QueueName' => [ 'type' => 'string', ], 'Topic' => [ 'type' => 'string', ], ], ], 'Name' => [ 'type' => 'string', ], 'Role' => [ 'type' => 'string', ], 'Id' => [ 'type' => 'string', ], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'SearchTemplate' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10', ], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, 'default' => '1', ], ], [ 'name' => 'State', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'default' => 'All', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'type' => 'integer', 'format' => 'int64', ], 'TemplateList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Template' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Video' => [ 'type' => 'object', 'properties' => [ 'Bufsize' => [ 'type' => 'string', ], 'Degrain' => [ 'type' => 'string', ], 'BitrateBnd' => [ 'type' => 'object', 'properties' => [ 'Max' => [ 'type' => 'string', ], 'Min' => [ 'type' => 'string', ], ], ], 'PixFmt' => [ 'type' => 'string', ], 'Pad' => [ 'type' => 'string', ], 'Codec' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Qscale' => [ 'type' => 'string', ], 'Crop' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'Maxrate' => [ 'type' => 'string', ], 'MaxFps' => [ 'type' => 'string', ], 'Profile' => [ 'type' => 'string', ], 'Crf' => [ 'type' => 'string', ], 'Remove' => [ 'type' => 'string', ], 'Gop' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Preset' => [ 'type' => 'string', ], 'ScanMode' => [ 'type' => 'string', ], ], ], 'TransConfig' => [ 'type' => 'object', 'properties' => [ 'IsCheckAudioBitrate' => [ 'type' => 'string', ], 'TransMode' => [ 'type' => 'string', ], 'IsCheckReso' => [ 'type' => 'string', ], 'IsCheckVideoBitrateFail' => [ 'type' => 'string', ], 'AdjDarMethod' => [ 'type' => 'string', ], 'IsCheckVideoBitrate' => [ 'type' => 'string', ], 'IsCheckResoFail' => [ 'type' => 'string', ], 'IsCheckAudioBitrateFail' => [ 'type' => 'string', ], ], ], 'State' => [ 'type' => 'string', ], 'MuxConfig' => [ 'type' => 'object', 'properties' => [ 'Gif' => [ 'type' => 'object', 'properties' => [ 'FinalDelay' => [ 'type' => 'string', ], 'DitherMode' => [ 'type' => 'string', ], 'Loop' => [ 'type' => 'string', ], 'IsCustomPalette' => [ 'type' => 'string', ], ], ], 'Segment' => [ 'type' => 'object', 'properties' => [ 'Duration' => [ 'type' => 'string', ], ], ], ], ], 'Name' => [ 'type' => 'string', ], 'Audio' => [ 'type' => 'object', 'properties' => [ 'Profile' => [ 'type' => 'string', ], 'Remove' => [ 'type' => 'string', ], 'Codec' => [ 'type' => 'string', ], 'Samplerate' => [ 'type' => 'string', ], 'Qscale' => [ 'type' => 'string', ], 'Channels' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], ], ], 'Id' => [ 'type' => 'string', ], 'Container' => [ 'type' => 'object', 'properties' => [ 'Format' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'PageSize' => [ 'type' => 'integer', 'format' => 'int64', ], 'RequestId' => [ 'type' => 'string', ], 'PageNumber' => [ 'type' => 'integer', 'format' => 'int64', ], ], ], ], ], 'responseDemo' => null, ], 'SearchWaterMarkTemplate' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'PageSize', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, 'maximum' => '100', 'minimum' => '1', 'default' => '10', ], ], [ 'name' => 'PageNumber', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, 'default' => '1', ], ], [ 'name' => 'State', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'default' => 'Normal', ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'TotalCount' => [ 'type' => 'integer', 'format' => 'int64', ], 'PageSize' => [ 'type' => 'integer', 'format' => 'int64', ], 'RequestId' => [ 'type' => 'string', ], 'PageNumber' => [ 'type' => 'integer', 'format' => 'int64', ], 'WaterMarkTemplateList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'WaterMarkTemplate' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'type' => 'string', ], 'RatioRefer' => [ 'type' => 'object', 'properties' => [ 'Dx' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Dy' => [ 'type' => 'string', ], ], ], 'ReferPos' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'Dx' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Timeline' => [ 'type' => 'object', 'properties' => [ 'Start' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], ], ], 'Name' => [ 'type' => 'string', ], 'Dy' => [ 'type' => 'string', ], 'Id' => [ 'type' => 'string', ], ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], 'SubmitAnalysisJob' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'Input', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'AnalysisConfig', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'Priority', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'AnalysisJob' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'Percent' => [ 'type' => 'integer', 'format' => 'int64', ], 'State' => [ 'type' => 'string', ], 'AnalysisConfig' => [ 'type' => 'object', 'properties' => [ 'QualityControl' => [ 'type' => 'object', 'properties' => [ 'MethodStreaming' => [ 'type' => 'string', ], 'RateQuality' => [ 'type' => 'string', ], ], ], 'PropertiesControl' => [ 'type' => 'object', 'properties' => [ 'Deinterlace' => [ 'type' => 'string', ], 'Crop' => [ 'type' => 'object', 'properties' => [ 'Top' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Left' => [ 'type' => 'string', ], 'Mode' => [ 'type' => 'string', ], ], ], ], ], ], ], 'Message' => [ 'type' => 'string', ], 'Priority' => [ 'type' => 'string', ], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ 'MessageId' => [ 'type' => 'string', ], 'ErrorMessage' => [ 'type' => 'string', ], 'ErrorCode' => [ 'type' => 'string', ], ], ], 'TemplateList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Template' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Video' => [ 'type' => 'object', 'properties' => [ 'Bufsize' => [ 'type' => 'string', ], 'Degrain' => [ 'type' => 'string', ], 'BitrateBnd' => [ 'type' => 'object', 'properties' => [ 'Max' => [ 'type' => 'string', ], 'Min' => [ 'type' => 'string', ], ], ], 'PixFmt' => [ 'type' => 'string', ], 'Codec' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Qscale' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'Maxrate' => [ 'type' => 'string', ], 'Profile' => [ 'type' => 'string', ], 'Crf' => [ 'type' => 'string', ], 'Gop' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Preset' => [ 'type' => 'string', ], 'ScanMode' => [ 'type' => 'string', ], ], ], 'TransConfig' => [ 'type' => 'object', 'properties' => [ 'TransMode' => [ 'type' => 'string', ], ], ], 'State' => [ 'type' => 'string', ], 'MuxConfig' => [ 'type' => 'object', 'properties' => [ 'Gif' => [ 'type' => 'object', 'properties' => [ 'FinalDelay' => [ 'type' => 'string', ], 'Loop' => [ 'type' => 'string', ], ], ], 'Segment' => [ 'type' => 'object', 'properties' => [ 'Duration' => [ 'type' => 'string', ], ], ], ], ], 'Name' => [ 'type' => 'string', ], 'Audio' => [ 'type' => 'object', 'properties' => [ 'Profile' => [ 'type' => 'string', ], 'Codec' => [ 'type' => 'string', ], 'Samplerate' => [ 'type' => 'string', ], 'Qscale' => [ 'type' => 'string', ], 'Channels' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], ], ], 'Id' => [ 'type' => 'string', ], 'Container' => [ 'type' => 'object', 'properties' => [ 'Format' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'UserData' => [ 'type' => 'string', ], 'Code' => [ 'type' => 'string', ], 'InputFile' => [ 'type' => 'object', 'properties' => [ 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'PipelineId' => [ 'type' => 'string', ], 'Id' => [ 'type' => 'string', ], ], ], ], ], ], ], 'responseDemo' => null, ], 'SubmitSnapshotJob' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '25180', 'abilityTreeNodes' => [ 'FEATUREmtsU2L9V8', ], ], 'parameters' => [ [ 'name' => 'Input', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'SnapshotConfig', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'SnapshotJob' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'SnapshotConfig' => [ 'type' => 'object', 'properties' => [ 'Time' => [ 'type' => 'string', ], 'TileOut' => [ 'type' => 'object', 'properties' => [ 'Padding' => [ 'type' => 'string', ], 'Color' => [ 'type' => 'string', ], 'CellSelStep' => [ 'type' => 'string', ], 'CellHeight' => [ 'type' => 'string', ], 'CellWidth' => [ 'type' => 'string', ], 'Margin' => [ 'type' => 'string', ], 'Columns' => [ 'type' => 'string', ], 'IsKeepCellPic' => [ 'type' => 'string', ], 'Lines' => [ 'type' => 'string', ], ], ], 'Interval' => [ 'type' => 'string', ], 'FrameType' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'OutputFile' => [ 'type' => 'object', 'properties' => [ 'RoleArn' => [ 'type' => 'string', ], 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'Num' => [ 'type' => 'string', ], 'TileOutputFile' => [ 'type' => 'object', 'properties' => [ 'RoleArn' => [ 'type' => 'string', ], 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], ], ], 'State' => [ 'type' => 'string', ], 'Message' => [ 'type' => 'string', ], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ 'MessageId' => [ 'type' => 'string', ], 'ErrorMessage' => [ 'type' => 'string', ], 'ErrorCode' => [ 'type' => 'string', ], ], ], 'Input' => [ 'type' => 'object', 'properties' => [ 'RoleArn' => [ 'type' => 'string', ], 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'Count' => [ 'type' => 'string', ], 'TileCount' => [ 'type' => 'string', ], 'UserData' => [ 'type' => 'string', ], 'Code' => [ 'type' => 'string', ], 'PipelineId' => [ 'type' => 'string', ], 'Id' => [ 'type' => 'string', ], ], ], ], ], ], ], 'responseDemo' => null, ], 'SubmitMediaInfoJob' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [ 'operationType' => 'create', 'abilityTreeCode' => '25178', 'abilityTreeNodes' => [ 'FEATUREmtsZWMPKM', ], ], 'parameters' => [ [ 'name' => 'Input', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'UserData', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'Async', 'in' => 'query', 'schema' => [ 'type' => 'boolean', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'MediaInfoJob' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'JobId' => [ 'type' => 'string', ], 'UserData' => [ 'type' => 'string', ], 'Code' => [ 'type' => 'string', ], 'Message' => [ 'type' => 'string', ], 'PipelineId' => [ 'type' => 'string', ], 'Async' => [ 'type' => 'boolean', ], 'Input' => [ 'type' => 'object', 'properties' => [ 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ 'MessageId' => [ 'type' => 'string', ], 'ErrorMessage' => [ 'type' => 'string', ], 'ErrorCode' => [ 'type' => 'string', ], ], ], 'Properties' => [ 'type' => 'object', 'properties' => [ 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'FileFormat' => [ 'type' => 'string', ], 'Streams' => [ 'type' => 'object', 'properties' => [ 'VideoStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'VideoStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Sar' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'CodecTagString' => [ 'type' => 'string', ], 'NetworkCost' => [ 'type' => 'object', 'properties' => [ 'PreloadTime' => [ 'type' => 'string', ], 'AvgBitrate' => [ 'type' => 'string', ], 'CostBandwidth' => [ 'type' => 'string', ], ], ], 'Width' => [ 'type' => 'string', ], 'Index' => [ 'type' => 'string', ], 'Timebase' => [ 'type' => 'string', ], 'AvgFPS' => [ 'type' => 'string', ], 'PixFmt' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], 'CodecLongName' => [ 'type' => 'string', ], 'NumFrames' => [ 'type' => 'string', ], 'Rotate' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'HasBFrames' => [ 'type' => 'string', ], 'Profile' => [ 'type' => 'string', ], 'StartTime' => [ 'type' => 'string', ], 'Dar' => [ 'type' => 'string', ], 'CodecName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'CodecTag' => [ 'type' => 'string', ], 'CodecTimeBase' => [ 'type' => 'string', ], 'Level' => [ 'type' => 'string', ], ], ], ], ], ], 'AudioStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'AudioStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Timebase' => [ 'type' => 'string', ], 'Index' => [ 'type' => 'string', ], 'SampleFmt' => [ 'type' => 'string', ], 'ChannelLayout' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], 'Samplerate' => [ 'type' => 'string', ], 'CodecLongName' => [ 'type' => 'string', ], 'Channels' => [ 'type' => 'string', ], 'NumFrames' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'CodecTagString' => [ 'type' => 'string', ], 'StartTime' => [ 'type' => 'string', ], 'CodecName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'CodecTag' => [ 'type' => 'string', ], 'CodecTimeBase' => [ 'type' => 'string', ], ], ], ], ], ], 'SubtitleStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'SubtitleStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Index' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'Format' => [ 'type' => 'object', 'properties' => [ 'StartTime' => [ 'type' => 'string', ], 'NumPrograms' => [ 'type' => 'string', ], 'Size' => [ 'type' => 'string', ], 'NumStreams' => [ 'type' => 'string', ], 'FormatLongName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'FormatName' => [ 'type' => 'string', ], ], ], 'FileSize' => [ 'type' => 'string', ], ], ], ], ], 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'UnbindInputBucket' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'Bucket', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'RoleArn', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'SubmitJobs' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'Input', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'Outputs', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'OutputBucket', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'OutputLocation', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, 'default' => 'oss-cn-hangzhou', ], ], [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'JobResultList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'JobResult' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Job' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'Percent' => [ 'type' => 'integer', 'format' => 'int64', ], 'FinishTime' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'JobId' => [ 'type' => 'string', ], 'Code' => [ 'type' => 'string', ], 'Message' => [ 'type' => 'string', ], 'Output' => [ 'type' => 'object', 'properties' => [ 'Video' => [ 'type' => 'object', 'properties' => [ 'Bufsize' => [ 'type' => 'string', ], 'Degrain' => [ 'type' => 'string', ], 'BitrateBnd' => [ 'type' => 'object', 'properties' => [ 'Max' => [ 'type' => 'string', ], 'Min' => [ 'type' => 'string', ], ], ], 'PixFmt' => [ 'type' => 'string', ], 'Pad' => [ 'type' => 'string', ], 'Codec' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Qscale' => [ 'type' => 'string', ], 'Crop' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'Maxrate' => [ 'type' => 'string', ], 'MaxFps' => [ 'type' => 'string', ], 'Profile' => [ 'type' => 'string', ], 'Crf' => [ 'type' => 'string', ], 'Gop' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Preset' => [ 'type' => 'string', ], 'ScanMode' => [ 'type' => 'string', ], 'ResoPriority' => [ 'type' => 'string', ], ], ], 'TransConfig' => [ 'type' => 'object', 'properties' => [ 'IsCheckAudioBitrate' => [ 'type' => 'string', ], 'TransMode' => [ 'type' => 'string', ], 'IsCheckReso' => [ 'type' => 'string', ], 'IsCheckVideoBitrateFail' => [ 'type' => 'string', ], 'AdjDarMethod' => [ 'type' => 'string', ], 'IsCheckVideoBitrate' => [ 'type' => 'string', ], 'IsCheckResoFail' => [ 'type' => 'string', ], 'IsCheckAudioBitrateFail' => [ 'type' => 'string', ], ], ], 'Encryption' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'type' => 'string', ], 'Key' => [ 'type' => 'string', ], 'KeyType' => [ 'type' => 'string', ], 'Id' => [ 'type' => 'string', ], 'KeyUri' => [ 'type' => 'string', ], 'SkipCnt' => [ 'type' => 'string', ], ], ], 'WaterMarkList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'WaterMark' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'type' => 'string', ], 'ReferPos' => [ 'type' => 'string', ], 'Dx' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'InputFile' => [ 'type' => 'object', 'properties' => [ 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'WaterMarkTemplateId' => [ 'type' => 'string', ], 'Dy' => [ 'type' => 'string', ], ], ], ], ], ], 'WaterMarkConfigUrl' => [ 'type' => 'string', ], 'DeWatermark' => [ 'type' => 'string', ], 'M3U8NonStandardSupport' => [ 'type' => 'object', 'properties' => [ 'TS' => [ 'type' => 'object', 'properties' => [ 'SizeSupport' => [ 'type' => 'boolean', ], 'Md5Support' => [ 'type' => 'boolean', ], ], ], ], ], 'Priority' => [ 'type' => 'string', ], 'Audio' => [ 'type' => 'object', 'properties' => [ 'Profile' => [ 'type' => 'string', ], 'Codec' => [ 'type' => 'string', ], 'Samplerate' => [ 'type' => 'string', ], 'Qscale' => [ 'type' => 'string', ], 'Channels' => [ 'type' => 'string', ], 'Volume' => [ 'type' => 'object', 'properties' => [ 'Method' => [ 'type' => 'string', ], 'Level' => [ 'type' => 'string', ], ], ], 'Bitrate' => [ 'type' => 'string', ], ], ], 'AudioStreamMap' => [ 'type' => 'string', ], 'MergeList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Merge' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Start' => [ 'type' => 'string', ], 'RoleArn' => [ 'type' => 'string', ], 'MergeURL' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], ], ], ], ], ], 'SuperReso' => [ 'type' => 'object', 'properties' => [ 'IsHalfSample' => [ 'type' => 'string', ], ], ], 'UserData' => [ 'type' => 'string', ], 'OutSubtitleList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'OutSubtitle' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Map' => [ 'type' => 'string', ], 'OutSubtitleFile' => [ 'type' => 'object', 'properties' => [ 'RoleArn' => [ 'type' => 'string', ], 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'Success' => [ 'type' => 'boolean', ], 'Message' => [ 'type' => 'string', ], ], ], ], ], ], 'DigiWaterMark' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'type' => 'string', ], 'Alpha' => [ 'type' => 'string', ], 'InputFile' => [ 'type' => 'object', 'properties' => [ 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], ], ], 'VideoStreamMap' => [ 'type' => 'string', ], 'OutputFile' => [ 'type' => 'object', 'properties' => [ 'RoleArn' => [ 'type' => 'string', ], 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'AmixList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Amix' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Map' => [ 'type' => 'string', ], 'Start' => [ 'type' => 'string', ], 'AmixURL' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'MixDurMode' => [ 'type' => 'string', ], ], ], ], ], ], 'Rotate' => [ 'type' => 'string', ], 'Container' => [ 'type' => 'object', 'properties' => [ 'Format' => [ 'type' => 'string', ], ], ], 'Clip' => [ 'type' => 'object', 'properties' => [ 'TimeSpan' => [ 'type' => 'object', 'properties' => [ 'Seek' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], ], ], ], ], 'MergeConfigUrl' => [ 'type' => 'string', ], 'OpeningList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Opening' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'openUrl' => [ 'type' => 'string', ], 'Start' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], ], ], ], ], ], 'MuxConfig' => [ 'type' => 'object', 'properties' => [ 'Webp' => [ 'type' => 'object', 'properties' => [ 'Loop' => [ 'type' => 'string', ], ], ], 'Gif' => [ 'type' => 'object', 'properties' => [ 'FinalDelay' => [ 'type' => 'string', ], 'DitherMode' => [ 'type' => 'string', ], 'Loop' => [ 'type' => 'string', ], 'IsCustomPalette' => [ 'type' => 'string', ], ], ], 'Segment' => [ 'type' => 'object', 'properties' => [ 'Duration' => [ 'type' => 'string', ], ], ], ], ], 'TailSlateList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'TailSlate' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Start' => [ 'type' => 'string', ], 'BgColor' => [ 'type' => 'string', ], 'IsMergeAudio' => [ 'type' => 'boolean', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'BlendDuration' => [ 'type' => 'string', ], 'TailUrl' => [ 'type' => 'string', ], ], ], ], ], ], 'TemplateId' => [ 'type' => 'string', ], 'SubtitleConfig' => [ 'type' => 'object', 'properties' => [ 'ExtSubtitleList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'ExtSubtitle' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'CharEnc' => [ 'type' => 'string', ], 'FontName' => [ 'type' => 'string', ], 'Input' => [ 'type' => 'object', 'properties' => [ 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'SubtitleList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Subtitle' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Map' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'Properties' => [ 'type' => 'object', 'properties' => [ 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'FileFormat' => [ 'type' => 'string', ], 'Streams' => [ 'type' => 'object', 'properties' => [ 'VideoStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'VideoStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Index' => [ 'type' => 'string', ], 'Timebase' => [ 'type' => 'string', ], 'AvgFPS' => [ 'type' => 'string', ], 'PixFmt' => [ 'type' => 'string', ], 'Sar' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], 'CodecLongName' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'NumFrames' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'CodecTagString' => [ 'type' => 'string', ], 'HasBFrames' => [ 'type' => 'string', ], 'Profile' => [ 'type' => 'string', ], 'StartTime' => [ 'type' => 'string', ], 'NetworkCost' => [ 'type' => 'object', 'properties' => [ 'PreloadTime' => [ 'type' => 'string', ], 'AvgBitrate' => [ 'type' => 'string', ], 'CostBandwidth' => [ 'type' => 'string', ], ], ], 'Dar' => [ 'type' => 'string', ], 'CodecName' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'CodecTag' => [ 'type' => 'string', ], 'CodecTimeBase' => [ 'type' => 'string', ], 'Level' => [ 'type' => 'string', ], ], ], ], ], ], 'AudioStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'AudioStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Timebase' => [ 'type' => 'string', ], 'Index' => [ 'type' => 'string', ], 'SampleFmt' => [ 'type' => 'string', ], 'ChannelLayout' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], 'Samplerate' => [ 'type' => 'string', ], 'CodecLongName' => [ 'type' => 'string', ], 'Channels' => [ 'type' => 'string', ], 'NumFrames' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'CodecTagString' => [ 'type' => 'string', ], 'StartTime' => [ 'type' => 'string', ], 'CodecName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'CodecTag' => [ 'type' => 'string', ], 'CodecTimeBase' => [ 'type' => 'string', ], ], ], ], ], ], 'SubtitleStreamList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'SubtitleStream' => [ 'type' => 'array', 'items' => [ 'type' => 'object', 'properties' => [ 'Index' => [ 'type' => 'string', ], 'Lang' => [ 'type' => 'string', ], ], ], ], ], ], ], ], 'Format' => [ 'type' => 'object', 'properties' => [ 'StartTime' => [ 'type' => 'string', ], 'NumPrograms' => [ 'type' => 'string', ], 'Size' => [ 'type' => 'string', ], 'NumStreams' => [ 'type' => 'string', ], 'FormatLongName' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'FormatName' => [ 'type' => 'string', ], ], ], 'FileSize' => [ 'type' => 'string', ], ], ], ], ], 'PipelineId' => [ 'type' => 'string', ], 'Input' => [ 'type' => 'object', 'properties' => [ 'Object' => [ 'type' => 'string', ], 'Location' => [ 'type' => 'string', ], 'Bucket' => [ 'type' => 'string', ], ], ], 'MNSMessageResult' => [ 'type' => 'object', 'properties' => [ 'MessageId' => [ 'type' => 'string', ], 'ErrorMessage' => [ 'type' => 'string', ], 'ErrorCode' => [ 'type' => 'string', ], ], ], ], ], 'Success' => [ 'type' => 'boolean', ], 'Code' => [ 'type' => 'string', ], 'Message' => [ 'type' => 'string', ], ], ], ], ], ], 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'UnbindOutputBucket' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'Bucket', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'UpdateCategoryName' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'CateId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'CateName', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'UpdateMedia' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'Title', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'Description', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'CoverURL', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'CateId', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, ], ], [ 'name' => 'Tags', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'Media' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'CateId' => [ 'type' => 'integer', 'format' => 'int64', ], 'Height' => [ 'type' => 'string', ], 'CensorState' => [ 'type' => 'string', ], 'Tags' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'Tag' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'Bitrate' => [ 'type' => 'string', ], 'MediaId' => [ 'type' => 'string', ], 'File' => [ 'type' => 'object', 'properties' => [ 'State' => [ 'type' => 'string', ], 'URL' => [ 'type' => 'string', ], ], ], 'PublishState' => [ 'type' => 'string', ], 'Description' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Size' => [ 'type' => 'string', ], 'CoverURL' => [ 'type' => 'string', ], 'RunIdList' => [ 'type' => 'object', 'itemNode' => true, 'properties' => [ 'RunId' => [ 'type' => 'array', 'items' => [ 'type' => 'string', ], ], ], ], 'Duration' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Title' => [ 'type' => 'string', ], 'Format' => [ 'type' => 'string', ], ], ], ], ], ], ], 'responseDemo' => null, ], 'UpdateMediaCategory' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'CateId', 'in' => 'query', 'schema' => [ 'type' => 'integer', 'format' => 'int64', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'UpdateMediaCover' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'CoverURL', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'UpdateMediaPublishState' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'MediaId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'Publish', 'in' => 'query', 'schema' => [ 'type' => 'boolean', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'UpdateMediaWorkflow' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'MediaWorkflowId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'Topology', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'MediaWorkflow' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'MediaWorkflowId' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'TriggerMode' => [ 'type' => 'string', ], 'Name' => [ 'type' => 'string', ], 'Topology' => [ 'type' => 'string', ], ], ], ], ], ], ], 'responseDemo' => null, ], 'UpdateMediaWorkflowTriggerMode' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'MediaWorkflowId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'TriggerMode', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'MediaWorkflow' => [ 'type' => 'object', 'properties' => [ 'CreationTime' => [ 'type' => 'string', ], 'MediaWorkflowId' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'TriggerMode' => [ 'type' => 'string', ], 'Name' => [ 'type' => 'string', ], 'Topology' => [ 'type' => 'string', ], ], ], ], ], ], ], 'responseDemo' => null, ], 'UpdatePipeline' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'PipelineId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'State', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'NotifyConfig', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'Role', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'Pipeline' => [ 'type' => 'object', 'properties' => [ 'Speed' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'NotifyConfig' => [ 'type' => 'object', 'properties' => [ 'QueueName' => [ 'type' => 'string', ], 'Topic' => [ 'type' => 'string', ], ], ], 'Role' => [ 'type' => 'string', ], 'Name' => [ 'type' => 'string', ], 'Id' => [ 'type' => 'string', ], ], ], ], ], ], ], 'responseDemo' => null, ], 'UpdateWaterMarkTemplate' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'WaterMarkTemplateId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'Config', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'WaterMarkTemplate' => [ 'type' => 'object', 'properties' => [ 'Type' => [ 'type' => 'string', ], 'RatioRefer' => [ 'type' => 'object', 'properties' => [ 'Dx' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Dy' => [ 'type' => 'string', ], ], ], 'ReferPos' => [ 'type' => 'string', ], 'State' => [ 'type' => 'string', ], 'Dx' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Timeline' => [ 'type' => 'object', 'properties' => [ 'Start' => [ 'type' => 'string', ], 'Duration' => [ 'type' => 'string', ], ], ], 'Name' => [ 'type' => 'string', ], 'Dy' => [ 'type' => 'string', ], 'Id' => [ 'type' => 'string', ], ], ], 'RequestId' => [ 'type' => 'string', ], ], ], ], ], 'responseDemo' => null, ], 'UpdateTemplate' => [ 'methods' => [ 'post', 'get', ], 'schemes' => [ 'http', 'https', ], 'security' => [ [ 'AK' => [], ], ], 'systemTags' => [], 'parameters' => [ [ 'name' => 'TemplateId', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'Name', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => true, ], ], [ 'name' => 'Container', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'Video', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'Audio', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'MuxConfig', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], [ 'name' => 'TransConfig', 'in' => 'query', 'schema' => [ 'type' => 'string', 'required' => false, ], ], ], 'responses' => [ 200 => [ 'schema' => [ 'type' => 'object', 'properties' => [ 'RequestId' => [ 'type' => 'string', ], 'Template' => [ 'type' => 'object', 'properties' => [ 'Video' => [ 'type' => 'object', 'properties' => [ 'Bufsize' => [ 'type' => 'string', ], 'Degrain' => [ 'type' => 'string', ], 'BitrateBnd' => [ 'type' => 'object', 'properties' => [ 'Max' => [ 'type' => 'string', ], 'Min' => [ 'type' => 'string', ], ], ], 'PixFmt' => [ 'type' => 'string', ], 'Pad' => [ 'type' => 'string', ], 'Codec' => [ 'type' => 'string', ], 'Height' => [ 'type' => 'string', ], 'Qscale' => [ 'type' => 'string', ], 'Crop' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], 'Maxrate' => [ 'type' => 'string', ], 'MaxFps' => [ 'type' => 'string', ], 'Profile' => [ 'type' => 'string', ], 'Crf' => [ 'type' => 'string', ], 'Remove' => [ 'type' => 'string', ], 'Gop' => [ 'type' => 'string', ], 'Width' => [ 'type' => 'string', ], 'Fps' => [ 'type' => 'string', ], 'Preset' => [ 'type' => 'string', ], 'ScanMode' => [ 'type' => 'string', ], 'ResoPriority' => [ 'type' => 'string', ], ], ], 'TransConfig' => [ 'type' => 'object', 'properties' => [ 'IsCheckAudioBitrate' => [ 'type' => 'string', ], 'TransMode' => [ 'type' => 'string', ], 'IsCheckReso' => [ 'type' => 'string', ], 'IsCheckVideoBitrateFail' => [ 'type' => 'string', ], 'AdjDarMethod' => [ 'type' => 'string', ], 'IsCheckVideoBitrate' => [ 'type' => 'string', ], 'IsCheckResoFail' => [ 'type' => 'string', ], 'IsCheckAudioBitrateFail' => [ 'type' => 'string', ], ], ], 'State' => [ 'type' => 'string', ], 'MuxConfig' => [ 'type' => 'object', 'properties' => [ 'Webp' => [ 'type' => 'object', 'properties' => [ 'Loop' => [ 'type' => 'string', ], ], ], 'Gif' => [ 'type' => 'object', 'properties' => [ 'FinalDelay' => [ 'type' => 'string', ], 'DitherMode' => [ 'type' => 'string', ], 'Loop' => [ 'type' => 'string', ], 'IsCustomPalette' => [ 'type' => 'string', ], ], ], 'Segment' => [ 'type' => 'object', 'properties' => [ 'Duration' => [ 'type' => 'string', ], ], ], ], ], 'Name' => [ 'type' => 'string', ], 'Audio' => [ 'type' => 'object', 'properties' => [ 'Profile' => [ 'type' => 'string', ], 'Remove' => [ 'type' => 'string', ], 'Codec' => [ 'type' => 'string', ], 'Samplerate' => [ 'type' => 'string', ], 'Qscale' => [ 'type' => 'string', ], 'Channels' => [ 'type' => 'string', ], 'Bitrate' => [ 'type' => 'string', ], ], ], 'Id' => [ 'type' => 'string', ], 'Container' => [ 'type' => 'object', 'properties' => [ 'Format' => [ 'type' => 'string', ], ], ], ], ], ], ], ], ], 'responseDemo' => null, ], ], 'endpoints' => [ [ 'regionId' => 'cn-qingdao', 'endpoint' => 'mts.cn-qingdao.aliyuncs.com', ], [ 'regionId' => 'cn-beijing', 'endpoint' => 'mts.cn-beijing.aliyuncs.com', ], [ 'regionId' => 'cn-zhangjiakou', 'endpoint' => 'mts.cn-zhangjiakou.aliyuncs.com', ], [ 'regionId' => 'cn-hangzhou', 'endpoint' => 'mts.cn-hangzhou.aliyuncs.com', ], [ 'regionId' => 'cn-shanghai', 'endpoint' => 'mts.cn-shanghai.aliyuncs.com', ], [ 'regionId' => 'cn-shenzhen', 'endpoint' => 'mts.cn-shenzhen.aliyuncs.com', ], [ 'regionId' => 'cn-hongkong', 'endpoint' => 'mts.cn-hongkong.aliyuncs.com', ], [ 'regionId' => 'ap-northeast-1', 'endpoint' => 'mts.ap-northeast-1.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-1', 'endpoint' => 'mts.ap-southeast-1.aliyuncs.com', ], [ 'regionId' => 'ap-southeast-5', 'endpoint' => 'mts.ap-southeast-5.aliyuncs.com', ], [ 'regionId' => 'us-west-1', 'endpoint' => 'mts.us-west-1.aliyuncs.com', ], [ 'regionId' => 'eu-west-1', 'endpoint' => 'mts.eu-west-1.aliyuncs.com', ], [ 'regionId' => 'eu-central-1', 'endpoint' => 'mts.eu-central-1.aliyuncs.com', ], ], ];