MediaDrm.ErrorCodes.ErrorProvisioningParse フィールド

定義

注意事項

This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.

プロビジョニング応答が空で、フィールドが見つからないか、解析できません。

[Android.Runtime.Register("ERROR_PROVISIONING_PARSE", ApiSince=31)]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.", true)]
public const Android.Media.DrmErrorCode ErrorProvisioningParse = 26;
[<Android.Runtime.Register("ERROR_PROVISIONING_PARSE", ApiSince=31)>]
[<System.Obsolete("This constant will be removed in the future version. Use Android.Media.DrmErrorCode enum directly instead of this field.", true)>]
val mutable ErrorProvisioningParse : Android.Media.DrmErrorCode

フィールド値

Value = 26
属性

注釈

プロビジョニング応答が空で、フィールドが見つからないか、解析できません。

空のバッファーや上書きされたバッファーなどの間違いがないか確認します。 それ以外の場合は、予想されるプロビジョニング応答形式をプラグイン ベンダーにMediaDrmチェックします。

android.media.MediaDrm.ErrorCodes.ERROR_PROVISIONING_PARSEJava ドキュメント。

このページの一部は、によって作成および共有された作業に基づく変更であり、に記載されている条件に従って使用されます。

適用対象