Share via


MediaCodecInfo.IsVendor Property

Definition

Query if the codec is provided by the Android platform (false) or the device manufacturer (true).

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

Property Value

Attributes

Remarks

Query if the codec is provided by the Android platform (false) or the device manufacturer (true).

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

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