Android.Media.MediaFormat.KeyIsForcedSubtitle Field
A key for the FORCED field for subtitle tracks.

Syntax

[Android.Runtime.Register("KEY_IS_FORCED_SUBTITLE")]
public const string KeyIsForcedSubtitle

Remarks

A key for the FORCED field for subtitle tracks. True if it is a forced subtitle track. Forced subtitle tracks are essential for the content and are shown even when the user turns off Captions. They are used for example to translate foreign/alien dialogs or signs. The associated value is an integer, where non-0 means TRUE. This is an optional field; if not specified, FORCED defaults to FALSE.

[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