Udostępnij za pośrednictwem


MediaCodecInfo.CodecCapabilities.FEATUREDetachedSurface Field

Definition

<b>video decoder only</b>: codec supports detaching the output surface when in Surface mode.

[Android.Runtime.Register("FEATURE_DetachedSurface", ApiSince=35)]
public const string FEATUREDetachedSurface;
[<Android.Runtime.Register("FEATURE_DetachedSurface", ApiSince=35)>]
val mutable FEATUREDetachedSurface : string

Field Value

Attributes

Remarks

<b>video decoder only</b>: codec supports detaching the output surface when in Surface mode.

If true, the codec can be configured in Surface mode without an actual surface (in detached surface mode).

Java documentation for android.media.MediaCodecInfo.CodecCapabilities.FEATURE_DetachedSurface.

Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.

Applies to