public class VidSts extends SourceBase
mForceQuality, mQuality
Constructor and Description |
---|
VidSts() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getAccessKeyId()
Query the AccessKey ID for authentication.
|
java.lang.String |
getAccessKeySecret()
Query the AccessKey Secret for authentication.
|
java.util.List<MediaFormat> |
getFormats()
Query the formats of the returned data.
|
java.lang.String |
getPlayConfig()
Query playback parameters.
|
java.lang.String |
getRegion()
Query region information.
|
java.lang.String |
getSecurityToken()
Query the token.
|
java.lang.String |
getVid()
Query the VID
|
void |
setAccessKeyId(java.lang.String mAccessKeyId)
Set the AccessKey ID for authentication.
|
void |
setAccessKeySecret(java.lang.String mAccessKeySecret)
Set the AccessKey Secret for authentication.
|
void |
setFormats(java.util.List<MediaFormat> formats)
Specify the formats of the returned data.
|
void |
setPlayConfig(VidPlayerConfigGen playConfig)
Set playback parameters.
|
void |
setQuality(java.lang.String quality,
boolean forceQuality)
Definition settings
|
void |
setRegion(java.lang.String mRegion)
Specify regions.
|
void |
setSecurityToken(java.lang.String mSecurityToken)
Set a token.
|
void |
setVid(java.lang.String mVid)
Set a VID.
|
getCoverPath, getQuality, getTitle, isForceQuality, setCoverPath, setTitle
public void setQuality(java.lang.String quality, boolean forceQuality)
quality
- Specify a definition for playback.forceQuality
- Indicate whether to force the player to play the media with the specified definition. However, if the media does not support the specified definition, then it cannot be played.public java.lang.String getVid()
public void setVid(java.lang.String mVid)
mVid
- The specified VID.public java.lang.String getSecurityToken()
public void setSecurityToken(java.lang.String mSecurityToken)
mSecurityToken
- The specified token.public java.lang.String getAccessKeyId()
public void setAccessKeyId(java.lang.String mAccessKeyId)
mAccessKeyId
- The AccessKey ID for authentication.public java.lang.String getAccessKeySecret()
public void setAccessKeySecret(java.lang.String mAccessKeySecret)
mAccessKeySecret
- The AccessKey Secret for authentication.public java.lang.String getRegion()
public void setRegion(java.lang.String mRegion)
mRegion
- The specified regions.public java.lang.String getPlayConfig()
public void setPlayConfig(VidPlayerConfigGen playConfig)
playConfig
- The playback parameters.public java.util.List<MediaFormat> getFormats()
public void setFormats(java.util.List<MediaFormat> formats)
formats
- The formats of the returned data.