MediaCodec.SupportedVendorParameters Property

Definition

Returns a list of vendor parameter names.

public System.Collections.Generic.IList<string> SupportedVendorParameters { [Android.Runtime.Register("getSupportedVendorParameters", "()Ljava/util/List;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getSupportedVendorParameters", "()Ljava/util/List;", "", ApiSince=31)>]
member this.SupportedVendorParameters : System.Collections.Generic.IList<string>

Property Value

a list containing supported vendor parameters; an empty list if no vendor parameters are supported. The order of the parameters is arbitrary.

Attributes

Remarks

Returns a list of vendor parameter names.

This method can be called in any codec state except for released state.

Java documentation for android.media.MediaCodec.getSupportedVendorParameters().

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