Partager via


CloudMediaProviderContract.MediaColumns.StandardMimeTypeExtension Field

Definition

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

Java documentation for android.provider.CloudMediaProviderContract.MediaColumns.STANDARD_MIME_TYPE_EXTENSION.

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.

Applies to