MediaDescription.ExtraBtFolderType 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.
Used as a long extra field to indicate the bluetooth folder type of the media item as specified in the section 6.
[Android.Runtime.Register("EXTRA_BT_FOLDER_TYPE", ApiSince=26)]
public const string ExtraBtFolderType;
[<Android.Runtime.Register("EXTRA_BT_FOLDER_TYPE", ApiSince=26)>]
val mutable ExtraBtFolderType : string
Field Value
Implements
- Attributes
Remarks
Used as a long extra field to indicate the bluetooth folder type of the media item as specified in the section 6.10.2.2 of the Bluetooth AVRCP 1.5. This is valid only for MediaBrowser.MediaItem
with MediaBrowser.MediaItem#FLAG_BROWSABLE
. The value should be one of the following: <ul> <li>#BT_FOLDER_TYPE_MIXED
</li> <li>#BT_FOLDER_TYPE_TITLES
</li> <li>#BT_FOLDER_TYPE_ALBUMS
</li> <li>#BT_FOLDER_TYPE_ARTISTS
</li> <li>#BT_FOLDER_TYPE_GENRES
</li> <li>#BT_FOLDER_TYPE_PLAYLISTS
</li> <li>#BT_FOLDER_TYPE_YEARS
</li> </ul>
Java documentation for android.media.MediaDescription.EXTRA_BT_FOLDER_TYPE
.
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.