Media playback, browse, and search API.
        
        
        
- Source:
Classes
Members
- 
    <static> Event
- 
    
    Event enumeration.- Source:
 Properties:Name Type Description MEDIA_SOURCE_CHANGEThe media source changed. TRACK_SESSION_CHANGEThe track session changed. PLAYER_STATE_CHANGEThe media player changed state. TRACK_CHANGEThe track changed. TRACK_POSITION_CHANGEThe position in the track changed session is appended. ERRORAn error occurred. 
- 
    <static> MediaNodeType
- 
    
    Media node type enumeration- Source:
 Properties:Name Type Description UNKNOWNThe media type is unknown. FOLDERThe media type is folder. AUDIOThe media type is audio. VIDEOThe media type is video. PHOTOThe media type is photo. 
- 
    <static> MediaSourceEvent
- 
    
    Media source event enumeration- Source:
 Properties:Name Type Description ADDEDThe media source is added. REMOVEDThe media source is removed. UPDATEDThe media source is updated. 
- 
    <static> MediaSourceType
- 
    
    Media source type enumeration- Source:
 Properties:Name Type Description HDDThe media source is HDD. USBThe media source is USB. IPODThe media source is iPod. DLNAThe media source is DLNA. BLUETOOTHThe media source is Bluetooth. MTPThe media source is MTP. 
- 
    <static> PlayerStatus
- 
    
    Media player status enumeration- Source:
 Properties:Name Type Description DESTROYEDThe media player instance was destroyed. IDLEThe media player is idle. PLAYINGThe media player is playing. PAUSEDThe media player is paused. STOPPEDThe media player is stopped. 
- 
    <static> RepeatMode
- 
    
    Repeat mode enumeration.- Source:
 Properties:Name Type Description REPEAT_OFFRepeat mode is off. REPEAT_ALLRepeat all tracks. REPEAT_ONERepeat one track. 
- 
    <static> ShuffleMode
- 
    
    Shuffle mode enumeration- Source:
 Properties:Name Type Description SHUFFLE_OFFShuffle mode is off. SHUFFLE_ONShuffle mode is on. 
- 
    <static> TrackSessionEvent
- 
    
    Track session event enumeration- Source:
 Properties:Name Type Description CREATEDThe track session is created. DESTROYEDThe track session is destroyed. APPENDEDThe track session is appended.