MediaDescription.BtFolderTypeArtists 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.
The type of folder that contains folders categorized by artist as specified in the section 6.
[Android.Runtime.Register("BT_FOLDER_TYPE_ARTISTS", ApiSince=26)]
public const long BtFolderTypeArtists = 3;
[<Android.Runtime.Register("BT_FOLDER_TYPE_ARTISTS", ApiSince=26)>]
val mutable BtFolderTypeArtists : int64
Field Value
Value = 3Implements
- Attributes
Remarks
The type of folder that contains folders categorized by artist as specified in the section 6.10.2.2 of the Bluetooth AVRCP 1.5.
Java documentation for android.media.MediaDescription.BT_FOLDER_TYPE_ARTISTS
.
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.