Android.Media.CamcorderProfile Members

The members of Android.Media.CamcorderProfile are listed below.

See Also: Inherited members from Java.Lang.Object

Protected Constructors

A constructor used when creating managed representations of JNI objects; called by the runtime.

Public Properties

AudioBitRateint. The target audio output bit rate in bits per second
AudioChannelsint. The number of audio channels used for the audio track
AudioCodecAudioEncoder. The audio encoder being used for the audio track.
AudioSampleRateint. The audio sampling rate used for the audio track
Durationint. Default recording duration in seconds before the session is terminated.
FileFormatOutputFormat. The file output format of the camcorder profile
QualityCamcorderQuality. The quality level of the camcorder profile
VideoBitRateint. The target video output bit rate in bits per second
VideoCodecVideoEncoder. The video encoder being used for the video track
VideoFrameHeightint. The target video frame height in pixels
VideoFrameRateint. The target video frame rate in frames per second
VideoFrameWidthint. The target video frame width in pixels

Protected Properties

[read-only]
override
ThresholdClassIntPtr. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.
[read-only]
override
ThresholdTypeType. This API supports the Mono for Android infrastructure and is not intended to be used directly from your code.

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.