Android.Media.MediaMetadataRetriever.MetadataKeyVideoRotation Field
This key retrieves the video rotation angle in degrees, if available.

Value: 24

Syntax

[Android.Runtime.Register("METADATA_KEY_VIDEO_ROTATION")]
[System.Obsolete("This constant will be removed in the future version. Use Android.Media.MetadataKey enum directly instead of this field.")]
public const MetadataKey MetadataKeyVideoRotation

Remarks

This key retrieves the video rotation angle in degrees, if available. The video rotation angle may be 0, 90, 180, or 270 degrees.

[Android Documentation]

Requirements

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