Android.Media.MediaFormat.KeyCaptureRate Field
A key describing the capture rate of a video format in frames/sec.

Syntax

[Android.Runtime.Register("KEY_CAPTURE_RATE")]
public const string KeyCaptureRate

Remarks

A key describing the capture rate of a video format in frames/sec.

When capture rate is different than the frame rate, it means that the video is acquired at a different rate than the playback, which produces slow motion or timelapse effect during playback. Application can use the value of this key to tell the relative speed ratio between capture and playback rates when the video was recorded.

The associated value is an integer or a float.

[Android Documentation]

Requirements

Namespace: Android.Media
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 16