Android.Media.CamcorderProfile: Method Members

The methods of Android.Media.CamcorderProfile are listed below. For a list of all members, see the CamcorderProfile Members list.

See Also: Inherited members from Java.Lang.Object

Public Methods

static
Get(CamcorderQuality) : CamcorderProfile
Returns the camcorder profile for the first back-facing camera on the device at the given quality level.
static
Get(int, CamcorderQuality) : CamcorderProfile
Returns the camcorder profile for the given camera at the given quality level.
static
HasProfile(CamcorderQuality) : bool
Returns true if camcorder profile exists for the first back-facing camera at the given quality level.
static
HasProfile(int, CamcorderQuality) : bool
Returns true if camcorder profile exists for the given camera at the given quality level.