Package com.jwplayer.pub.api.offline
Interface MediaDownloadOption
-
public interface MediaDownloadOption
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String
getBitrate()
java.lang.String
getLabel()
MediaDownloadType
getType()
-
-
-
Method Detail
-
getLabel
java.lang.String getLabel()
-
getBitrate
java.lang.String getBitrate()
-
getType
MediaDownloadType getType()
-
-