MediaCodec.CanonicalName Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.
This method is similar to #getName
, except that it returns the underlying component name even if an alias was used to create this MediaCodec object by name,
Java documentation for android.media.MediaCodec.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.