MediaCodec.CodecException.IsTransient 属性

定义

如果编解码器异常是暂时性问题,可能是由于资源约束而返回 true,并且方法(或编码/解码)可能会在以后重试。

public bool IsTransient { [Android.Runtime.Register("isTransient", "()Z", "")] get; }
[<get: Android.Runtime.Register("isTransient", "()Z", "")>]
member this.IsTransient : bool

属性值

属性

注解

如果编解码器异常是暂时性问题,可能是由于资源约束而返回 true,并且方法(或编码/解码)可能会在以后重试。

适用于 . 的 android.media.MediaCodec.CodecException.isTransient()Java 文档

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

适用于