CloudMediaProviderContract.MediaColumns.StandardMimeTypeExtension 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.
Mime-type extension representing special format for a media item.
[Android.Runtime.Register("STANDARD_MIME_TYPE_EXTENSION", ApiSince=33)]
public const string StandardMimeTypeExtension;
[<Android.Runtime.Register("STANDARD_MIME_TYPE_EXTENSION", ApiSince=33)>]
val mutable StandardMimeTypeExtension : string
Field Value
- Attributes
Remarks
Mime-type extension representing special format for a media item.
Photo Picker requires special format tagging for media items. This is essential as media items can have various formats like Motion Photos, GIFs etc, which are not identifiable by #MIME_TYPE
.
Type: INTEGER
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.