MediaCodecInfo.CodecProfileLevel.Level 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.
The level of the media content.
[Android.Runtime.Register("level")]
public Android.Media.MediaCodecProfileLevel Level { get; set; }
[<Android.Runtime.Register("level")>]
member this.Level : Android.Media.MediaCodecProfileLevel with get, set
Property Value
- Attributes
Remarks
The level of the media content. Depending on the type of media this can be one of the level values defined in this class.
Note that VP9 decoder on platforms before android.os.Build.VERSION_CODES#N
may not advertise a profile level support. For those VP9 decoders, please use VideoCapabilities
to determine the codec capabilities.
Java documentation for android.media.MediaCodecInfo.CodecProfileLevel.level
.
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.