MediaCodecInfo.IsAlias Property

Definition

Query if the codec is an alias for another underlying codec.

public bool IsAlias { [Android.Runtime.Register("isAlias", "()Z", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("isAlias", "()Z", "", ApiSince=29)>]
member this.IsAlias : bool

Property Value

Attributes

Remarks

Query if the codec is an alias for another underlying codec.

Java documentation for android.media.MediaCodecInfo.isAlias().

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