MediaMetadata.MetadataKeyDisplayTitle 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 title that is suitable for display to the user.
[Android.Runtime.Register("METADATA_KEY_DISPLAY_TITLE")]
public const string MetadataKeyDisplayTitle;
[<Android.Runtime.Register("METADATA_KEY_DISPLAY_TITLE")>]
val mutable MetadataKeyDisplayTitle : string
Field Value
Implements
- Attributes
Remarks
A title that is suitable for display to the user. This will generally be the same as #METADATA_KEY_TITLE
but may differ for some formats. When displaying media described by this metadata this should be preferred if present.
Java documentation for android.media.MediaMetadata.METADATA_KEY_DISPLAY_TITLE
.
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.