EncoderProfiles.VideoProfiles Property

Definition

Returns the defined video encoder profiles.

public System.Collections.Generic.IList<Android.Media.EncoderProfiles.VideoProfile> VideoProfiles { [Android.Runtime.Register("getVideoProfiles", "()Ljava/util/List;", "", ApiSince=31)] get; }
[<get: Android.Runtime.Register("getVideoProfiles", "()Ljava/util/List;", "", ApiSince=31)>]
member this.VideoProfiles : System.Collections.Generic.IList<Android.Media.EncoderProfiles.VideoProfile>

Property Value

Attributes

Remarks

Returns the defined video encoder profiles.

The list may be empty. This means there are no video encoder profiles defined. Otherwise, the first profile is the default video profile.

Java documentation for android.media.EncoderProfiles.getVideoProfiles().

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