MediaFormat.KeyCaptureRate Field
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
A key describing the capture rate of a video format in frames/sec.
[Android.Runtime.Register("KEY_CAPTURE_RATE")]
public const string KeyCaptureRate;
[<Android.Runtime.Register("KEY_CAPTURE_RATE")>]
val mutable KeyCaptureRate : string
Field Value
- Attributes
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.
Java documentation for android.media.MediaFormat.KEY_CAPTURE_RATE
.
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.