MediaCodecInfo.CanonicalName Property

Definition

Retrieve the underlying codec name.

public string CanonicalName { [Android.Runtime.Register("getCanonicalName", "()Ljava/lang/String;", "", ApiSince=29)] get; }
[<get: Android.Runtime.Register("getCanonicalName", "()Ljava/lang/String;", "", ApiSince=29)>]
member this.CanonicalName : string

Property Value

Attributes

Remarks

Retrieve the underlying codec name.

Device implementations may provide multiple aliases (codec names) for the same underlying codec to maintain backward app compatibility. This method returns the name of the underlying codec name, which must not be another alias. For non-aliases this is always the name of the codec.

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

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