修改媒体质检模板

最近更新时间:2024-07-08 01:19:07

我的收藏

1. 接口描述

接口请求域名: mps.tencentcloudapi.com 。

修改媒体质检模板。

默认接口请求频率限制:20次/秒。

推荐使用 API Explorer
点击调试
API Explorer 提供了在线调用、签名验证、SDK 代码生成和快速检索接口等能力。您可查看每次调用的请求内容和返回结果以及自动生成 SDK 调用示例。

2. 输入参数

以下请求参数列表仅列出了接口请求参数和部分公共参数,完整公共参数列表见 公共请求参数

参数名称 必选 类型 描述
Action String 公共参数,本接口取值:ModifyQualityControlTemplate。
Version String 公共参数,本接口取值:2019-06-12。
Region String 公共参数,本接口不需要传递此参数。
Definition Integer 媒体质检模板唯一标识。
示例值:1002
Name String 媒体质检模板名称,长度限制:64 个字符。
Comment String 模板描述信息,长度限制:256 个字符。
QualityControlItemSet.N Array of QualityControlItemConfig 媒体质检配置参数。

3. 输出参数

参数名称 类型 描述
RequestId String 唯一请求 ID,由服务端生成,每次请求都会返回(若请求因其他原因未能抵达服务端,则该次请求不会获得 RequestId)。定位问题时需要提供该次请求的 RequestId。

4. 示例

示例1 修改媒体质检模板

输入示例

POST / HTTP/1.1
Host: mps.tencentcloudapi.com
Content-Type: application/json
X-TC-Action: ModifyQualityControlTemplate
<公共请求参数>

{
    "Definition": 200090,
    "Name": "example2",
    "Comment": "",
    "QualityControlItemSet": [
        {
            "Type": "LowEvaluation",
            "Switch": "OFF",
            "Threshold": "60",
            "Duration": 0,
            "IntervalTime": 1000
        },
        {
            "Type": "Mosaic",
            "Switch": "OFF",
            "Duration": 0,
            "IntervalTime": 0
        },
        {
            "Type": "CrashScreen",
            "Switch": "OFF",
            "Duration": 0,
            "IntervalTime": 0
        },
        {
            "Type": "Blur",
            "Switch": "OFF",
            "Duration": 0,
            "IntervalTime": 0
        },
        {
            "Type": "BlackWhiteEdge",
            "Switch": "OFF",
            "Duration": 0,
            "IntervalTime": 0
        },
        {
            "Type": "LowLighting",
            "Switch": "OFF",
            "Duration": 0,
            "IntervalTime": 0
        },
        {
            "Type": "HighLighting",
            "Switch": "OFF",
            "Duration": 0,
            "IntervalTime": 0
        },
        {
            "Type": "NoVoice",
            "Switch": "OFF",
            "Duration": 0,
            "IntervalTime": 0
        },
        {
            "Type": "LowVoice",
            "Switch": "OFF",
            "Duration": 0,
            "IntervalTime": 0
        },
        {
            "Type": "HighVoice",
            "Switch": "OFF",
            "Duration": 0,
            "IntervalTime": 0
        },
        {
            "Type": "VideoResolutionChanged",
            "Switch": "ON"
        },
        {
            "Type": "AudioSampleRateChanged",
            "Switch": "ON"
        },
        {
            "Type": "AudioChannelsChanged",
            "Switch": "ON"
        },
        {
            "Type": "ParameterSetsChanged",
            "Switch": "ON"
        },
        {
            "Type": "DarOrSarInvalid",
            "Switch": "ON"
        },
        {
            "Type": "TimestampFallback",
            "Switch": "ON"
        },
        {
            "Type": "DtsJitter",
            "Switch": "ON"
        },
        {
            "Type": "PtsJitter",
            "Switch": "ON"
        },
        {
            "Type": "AACDurationDeviation",
            "Switch": "ON"
        },
        {
            "Type": "AudioDroppingFrames",
            "Switch": "ON"
        },
        {
            "Type": "VideoDroppingFrames",
            "Switch": "ON"
        },
        {
            "Type": "AVTimestampInterleave",
            "Switch": "ON"
        },
        {
            "Type": "PtsLessThanDts",
            "Switch": "ON"
        },
        {
            "Type": "ReceiveFpsJitter",
            "Switch": "ON"
        },
        {
            "Type": "ReceiveFpsTooSmall",
            "Switch": "ON"
        },
        {
            "Type": "FpsJitter",
            "Switch": "ON"
        },
        {
            "Type": "StreamOpenFailed",
            "Switch": "ON"
        },
        {
            "Type": "StreamEnd",
            "Switch": "ON"
        },
        {
            "Type": "StreamParseFailed",
            "Switch": "ON"
        },
        {
            "Type": "VideoFirstFrameNotIdr",
            "Switch": "ON"
        },
        {
            "Type": "StreamNALUError",
            "Switch": "ON"
        },
        {
            "Type": "TsStreamNoAud",
            "Switch": "ON"
        },
        {
            "Type": "AudioStreamLack",
            "Switch": "ON"
        },
        {
            "Type": "VideoStreamLack",
            "Switch": "ON"
        },
        {
            "Type": "LackAudioRecover",
            "Switch": "ON"
        },
        {
            "Type": "LackVideoRecover",
            "Switch": "ON"
        },
        {
            "Type": "VideoBitrateOutofRange",
            "Switch": "ON"
        },
        {
            "Type": "AudioBitrateOutofRange",
            "Switch": "ON"
        },
        {
            "Type": "VideoDecodeFailed",
            "Switch": "ON"
        },
        {
            "Type": "AudioDecodeFailed",
            "Switch": "ON"
        },
        {
            "Type": "AudioOutOfPhase",
            "Switch": "ON"
        },
        {
            "Type": "VideoDuplicatedFrame",
            "Switch": "ON"
        },
        {
            "Type": "AudioDuplicatedFrame",
            "Switch": "ON"
        },
        {
            "Type": "VideoRotation",
            "Switch": "ON"
        },
        {
            "Type": "TsMultiPrograms",
            "Switch": "ON"
        },
        {
            "Type": "Mp4InvalidCodecFourcc",
            "Switch": "ON"
        },
        {
            "Type": "HLSBadM3u8Format",
            "Switch": "ON"
        },
        {
            "Type": "HLSInvalidMasterM3u8",
            "Switch": "ON"
        },
        {
            "Type": "HLSInvalidMediaM3u8",
            "Switch": "ON"
        },
        {
            "Type": "HLSMasterM3u8Recommended",
            "Switch": "ON"
        },
        {
            "Type": "HLSMediaM3u8Recommended",
            "Switch": "ON"
        },
        {
            "Type": "HLSMediaM3u8DiscontinuityExist",
            "Switch": "ON"
        },
        {
            "Type": "HLSMediaSegmentsStreamNumChange",
            "Switch": "ON"
        },
        {
            "Type": "HLSMediaSegmentsPTSJitterDeviation",
            "Switch": "ON"
        },
        {
            "Type": "HLSMediaSegmentsDTSJitterDeviation",
            "Switch": "ON"
        },
        {
            "Type": "TimecodeTrackExist",
            "Switch": "ON"
        }
    ]
}

输出示例

{
    "Response": {
        "RequestId": "7c43b64a-8f21-4c2e-ab6e-a490ee5c439d"
    }
}

5. 开发者资源

腾讯云 API 平台

腾讯云 API 平台 是综合 API 文档、错误码、API Explorer 及 SDK 等资源的统一查询平台,方便您从同一入口查询及使用腾讯云提供的所有 API 服务。

API Inspector

用户可通过 API Inspector 查看控制台每一步操作关联的 API 调用情况,并自动生成各语言版本的 API 代码,也可前往 API Explorer 进行在线调试。

SDK

云 API 3.0 提供了配套的开发工具集(SDK),支持多种编程语言,能更方便的调用 API。

命令行工具

6. 错误码

以下仅列出了接口业务逻辑相关的错误码,其他错误码详见 公共错误码

错误码 描述
FailedOperation.InvalidMpsUser 操作失败:非法 mps 用户。
InternalError 内部错误。
InternalError.AccessDBError 数据错误。
InvalidParameterValue 参数取值错误。
InvalidParameterValue.AudioBitrate 参数错误:音频流码率。
InvalidParameterValue.AudioChannel 参数值错误:AudioChannel。
InvalidParameterValue.AudioCodec 参数错误:音频流编码格式。
InvalidParameterValue.AudioSampleRate 参数错误:音频流采样率。
InvalidParameterValue.Container 参数错误:封装格式。
InvalidParameterValue.Fps 参数错误:视频帧率。
InvalidParameterValue.Name 参数值错误:Name 超过长度限制。
InvalidParameterValue.RemoveAudio 参数值错误:RemoveAudio。
InvalidParameterValue.RemoveVideo 参数值错误:RemoveVideo。
InvalidParameterValue.Resolution 参数错误:分辨率错误。
InvalidParameterValue.ResolutionAdaptive 无效的ResolutionAdaptive。
InvalidParameterValue.SampleRate 无效的音频采样率。
InvalidParameterValue.TEHDType 参数值错误:TEHD Type 无效。
InvalidParameterValue.Type 参数错误:Type 参数值错误。
InvalidParameterValue.VideoBitrate 参数错误:视频流码率。
InvalidParameterValue.VideoCodec 参数错误:视频流的编码格式。
ResourceNotFound.TemplateNotExist 资源不存在:模板不存在。