MediaFormat.KeyIsAutoselect 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 for boolean AUTOSELECT behavior for the track.
[Android.Runtime.Register("KEY_IS_AUTOSELECT")]
public const string KeyIsAutoselect;
[<Android.Runtime.Register("KEY_IS_AUTOSELECT")>]
val mutable KeyIsAutoselect : string
Field Value
- Attributes
Remarks
A key for boolean AUTOSELECT behavior for the track. Tracks with AUTOSELECT=true are considered when automatically selecting a track without specific user choice, based on the current locale. This is currently only used for subtitle tracks, when the user selected 'Default' for the captioning locale. The associated value is an integer, where non-0 means TRUE. This is an optional field; if not specified, AUTOSELECT defaults to TRUE.
Java documentation for android.media.MediaFormat.KEY_IS_AUTOSELECT
.
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.