public class SourceBase
extends java.lang.Object
| 限定符和类型 | 字段和说明 |
|---|---|
protected boolean |
mForceQuality |
protected java.lang.String |
mQuality |
| 构造器和说明 |
|---|
SourceBase() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.String |
getCoverPath()
Query the URL of the album cover.
|
java.lang.String |
getQuality()
Query the definition of the media.
|
java.lang.String |
getTitle()
Query the title of the media.
|
boolean |
isForceQuality()
Indicate whether to force the player to play the media with the specified definition.
|
void |
setCoverPath(java.lang.String mCoverPath)
Set the URL of the album cover.
|
void |
setTitle(java.lang.String mTitle)
Set the title of the media.
|
public java.lang.String getCoverPath()
public void setCoverPath(java.lang.String mCoverPath)
mCoverPath - The URL of the album cover.public java.lang.String getTitle()
public void setTitle(java.lang.String mTitle)
mTitle - The title of the media.public java.lang.String getQuality()
public boolean isForceQuality()