MediaCodec.CryptoException.ErrorFrameTooLarge 字段

定义

这表示正在解密的视频帧超出了设备受保护输出缓冲区的大小。

[Android.Runtime.Register("ERROR_FRAME_TOO_LARGE", ApiSince=29)]
public const Android.Media.MediaCodecCryptoErrorType ErrorFrameTooLarge = 8;
[<Android.Runtime.Register("ERROR_FRAME_TOO_LARGE", ApiSince=29)>]
val mutable ErrorFrameTooLarge : Android.Media.MediaCodecCryptoErrorType

字段值

Value = 8

实现

Android.Media.IMediaDrmThrowable._members Android.Media.IMediaDrmThrowable.cb_getErrorContext Android.Media.IMediaDrmThrowable.cb_getOemError Android.Media.IMediaDrmThrowable.cb_getVendorError Android.Media.IMediaDrmThrowable.cb_getErrorContext_GetErrorContext_I Android.Media.IMediaDrmThrowable.cb_getOemError_GetOemError_I Android.Media.IMediaDrmThrowable.cb_getVendorError_GetVendorError_I
属性

注解

这表示正在解密的视频帧超出了设备受保护输出缓冲区的大小。 遇到此错误时,应用应尝试播放较低分辨率的内容。

此成员已弃用。 请使用 MediaDrm.ErrorCodes#ERROR_FRAME_TOO_LARGE

适用于 . 的 android.media.MediaCodec.CryptoException.ERROR_FRAME_TOO_LARGEJava 文档

本页的某些部分是根据 Android 开放源代码项目创建和共享的工作进行的修改,并根据 Creative Commons 2.5 属性许可证中所述的术语使用。

适用于