MediaStore.ExtraMediaCapabilitiesUid 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.
Specify the UID of the app that should be used to determine supported media capabilities while opening a media.
[Android.Runtime.Register("EXTRA_MEDIA_CAPABILITIES_UID", ApiSince=31)]
public const string ExtraMediaCapabilitiesUid;
[<Android.Runtime.Register("EXTRA_MEDIA_CAPABILITIES_UID", ApiSince=31)>]
val mutable ExtraMediaCapabilitiesUid : string
Field Value
- Attributes
Remarks
Specify the UID of the app that should be used to determine supported media capabilities while opening a media.
If this specified UID is found to be capable of handling the original media file format, the app will receive the original file, otherwise, the file will get transcoded to a default format supported by the specified UID.
Java documentation for android.provider.MediaStore.EXTRA_MEDIA_CAPABILITIES_UID
.
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.