MediaCodecInfo.VideoCapabilities.PerformancePoint.Covers Method
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.
Overloads
| Name | Description |
|---|---|
| Covers(MediaCodecInfo+VideoCapabilities+PerformancePoint) |
Checks whether the performance point covers another performance point. |
| Covers(MediaFormat) |
Checks whether the performance point covers a media format. |
Covers(MediaCodecInfo+VideoCapabilities+PerformancePoint)
Checks whether the performance point covers another performance point.
[Android.Runtime.Register("covers", "(Landroid/media/MediaCodecInfo$VideoCapabilities$PerformancePoint;)Z", "", ApiSince=29)]
public bool Covers(Android.Media.MediaCodecInfo.VideoCapabilities.PerformancePoint other);
[<Android.Runtime.Register("covers", "(Landroid/media/MediaCodecInfo$VideoCapabilities$PerformancePoint;)Z", "", ApiSince=29)>]
member this.Covers : Android.Media.MediaCodecInfo.VideoCapabilities.PerformancePoint -> bool
Parameters
other performance point considered. This value cannot be null.
Returns
true if the performance point covers the other.
- Attributes
Remarks
Checks whether the performance point covers another performance point. Use this method to determine if a performance point advertised by a codec covers the performance point required. This method can also be used for loose ordering as this method is transitive.
Android reference for android.media.MediaCodecInfo.VideoCapabilities.PerformancePoint.covers.
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
Covers(MediaFormat)
Checks whether the performance point covers a media format.
[Android.Runtime.Register("covers", "(Landroid/media/MediaFormat;)Z", "", ApiSince=29)]
public bool Covers(Android.Media.MediaFormat format);
[<Android.Runtime.Register("covers", "(Landroid/media/MediaFormat;)Z", "", ApiSince=29)>]
member this.Covers : Android.Media.MediaFormat -> bool
Parameters
- format
- MediaFormat
Stream format considered. This value cannot be null.
Returns
true if the performance point covers the format.
- Attributes
Remarks
Checks whether the performance point covers a media format.
Android reference for android.media.MediaCodecInfo.VideoCapabilities.PerformancePoint.covers.
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.