Language

MediaCodecInfo.CodecCapabilities.VideoCapabilities Property

Definition

Returns the video capabilities or null if this is not a video codec.

public Android.Media.MediaCodecInfo.VideoCapabilities? VideoCapabilities { [Android.Runtime.Register("getVideoCapabilities", "()Landroid/media/MediaCodecInfo$VideoCapabilities;", "")] get; }
[<get: Android.Runtime.Register("getVideoCapabilities", "()Landroid/media/MediaCodecInfo$VideoCapabilities;", "")>]
member this.VideoCapabilities : Android.Media.MediaCodecInfo.VideoCapabilities

Property Value

Attributes

Remarks

Returns the video capabilities or null if this is not a video codec.

Android reference for android.media.MediaCodecInfo.CodecCapabilities.getVideoCapabilities.

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