Skip navigation links
A C D E F G I L M N O P Q R S T U V W 

S

SCENARIO_FLAG - Static variable in interface com.aliyun.player.IPlayer
Scenario flag.
SCENE_LOADER - Static variable in class com.aliyun.player.AliPlayerGlobalSettings
 
SCENE_PLAYER - Static variable in class com.aliyun.player.AliPlayerGlobalSettings
 
seekTo(long) - Method in interface com.aliyun.player.IPlayer
Seek to the specified position using inaccurate mode.
seekTo(long, IPlayer.SeekMode) - Method in interface com.aliyun.player.IPlayer
Seek to the specified position.
seekToLiveTime(long) - Method in interface com.aliyun.player.AliLiveShiftPlayer
Seek to a specified time point for timeshift playback.
selectExtSubtitle(int, boolean) - Method in interface com.aliyun.player.IPlayer
Select external subtitles
selectItem(int) - Method in class com.aliyun.downloader.AliMediaDownloader
Selects an item to download from the list of tracks provided in MediaInfo.
selectTrack(int) - Method in interface com.aliyun.player.IPlayer
Select a stream to play.
selectTrack(int, boolean) - Method in interface com.aliyun.player.IPlayer
Specify a stream to play.
sendCustomEvent(String) - Method in interface com.aliyun.player.IPlayer
Sends a user-defined event, which will be called back via IPlayer.OnReportEventListener.
SET_DNS_PRIORITY_LOCAL_FIRST - Static variable in class com.aliyun.player.AliPlayerGlobalSettings
DNS local-first resolution option key.
SET_EXTRA_DATA - Static variable in class com.aliyun.player.AliPlayerGlobalSettings
Set extra data option key.
SET_MEDIA_TYPE - Static variable in interface com.aliyun.player.IPlayer
 
SET_PRE_CONNECT_DOMAIN - Static variable in class com.aliyun.player.AliPlayerGlobalSettings
Pre-connect domain option key.
setAccessKeyId(String) - Method in class com.aliyun.player.source.StsInfo
Sets the AccessKey ID.
setAccessKeyId(String) - Method in class com.aliyun.player.source.VidMps
Deprecated.
Deprecated, use VidAuth instead
setAccessKeyId(String) - Method in class com.aliyun.player.source.VidSts
Sets the AccessKey ID.
setAccessKeySecret(String) - Method in class com.aliyun.player.source.StsInfo
Sets the AccessKey Secret.
setAccessKeySecret(String) - Method in class com.aliyun.player.source.VidMps
Deprecated.
Deprecated, use VidAuth instead
setAccessKeySecret(String) - Method in class com.aliyun.player.source.VidSts
Sets the AccessKey Secret.
setAdaptiveDecoderGetBackupURLCallback(AliPlayerGlobalSettings.OnGetBackupUrlCallback) - Static method in class com.aliyun.player.AliPlayerGlobalSettings
Sets the backup URL retrieval callback.
setAlphaRenderMode(IPlayer.AlphaRenderMode) - Method in interface com.aliyun.player.IPlayer
Set alpha render mode, can be used on gift play on live stream, etc.
setAudioStreamType(AliPlayerGlobalSettings.StreamType) - Static method in class com.aliyun.player.AliPlayerGlobalSettings
Set audio stream type
setAuthInfo(String) - Method in class com.aliyun.player.source.VidMps
Deprecated.
Deprecated, use VidAuth instead
setAuthTimeout(long) - Method in class com.aliyun.player.source.VidSourceBase
Sets the authentication timeout in seconds.
setAutoBandWidth(boolean) - Method in interface com.aliyun.player.IPlayer
Enable or disable adaptive selection of initial playback quality for multi-bitrate playback.
setAutoPlay(boolean) - Method in interface com.aliyun.player.IPlayer
Enable autoplay.
setBandwidth(int) - Method in class com.aliyun.player.AliPlayerGlobalSettings.CacheQueryParams
Set bandwidth parameter
setCacheConfig(CacheConfig) - Method in interface com.aliyun.player.IPlayer
Deprecated.
From version 7.0.0, this interface is deprecated.
setCacheFileClearConfig(long, long, long) - Static method in class com.aliyun.player.AliPlayerGlobalSettings
Configures automatic cleanup policy for local cache files.
setCacheFilePath(String) - Method in class com.aliyun.player.source.UrlSource
Sets the local file path.
setCacheUrlHashCallback(AliPlayerGlobalSettings.OnGetUrlHashCallback) - Static method in class com.aliyun.player.AliPlayerGlobalSettings
Sets the hash callback to load the URL.
setCode(ErrorCode) - Method in class com.aliyun.player.bean.ErrorInfo
Sets the error code.
setCode(InfoCode) - Method in class com.aliyun.player.bean.InfoBean
Set the info type.
setConfig(PlayerConfig) - Method in interface com.aliyun.player.IPlayer
Modify the player configuration.
setConvertURLCallback(AliMediaDownloader.ConvertURLCallback) - Static method in class com.aliyun.downloader.AliMediaDownloader
Sets a global URL conversion callback.
setConvertURLCallback(IPlayer.ConvertURLCallback) - Static method in class com.aliyun.player.AliPlayerFactory
Sets the URL conversion callback.
setCoverPath(String) - Method in class com.aliyun.player.source.LiveShift
Set the video cover image URL.
setCoverPath(String) - Method in class com.aliyun.player.source.SourceBase
Sets the URL of the video cover image.
setCustomHeaders(String[]) - Method in class com.aliyun.player.nativeclass.PlayerConfig
Set custom HTTP request headers.
setDataSource(LiveShift) - Method in interface com.aliyun.player.AliLiveShiftPlayer
Set timeshift playback data source.
setDataSource(VidSts) - Method in interface com.aliyun.player.AliPlayer
Set a vidSts source.
setDataSource(VidAuth) - Method in interface com.aliyun.player.AliPlayer
Set a vidAuth source.
setDataSource(VidMps) - Method in interface com.aliyun.player.AliPlayer
Deprecated.
Set a vidMps source. Deprecated, please use VidAuth instead.
setDataSource(LiveSts) - Method in interface com.aliyun.player.AliPlayer
set sts for live
setDataSource(VodAsset) - Method in interface com.aliyun.player.AliPlayer
Set a vodAsset source.
setDefaultAudioLanguage(String) - Method in interface com.aliyun.player.IPlayer
Set the default audio language for multi-track playback.
setDefaultBandWidth(int) - Method in interface com.aliyun.player.IPlayer
Set the default playback bitrate for multi-bitrate playback.
setDefaultResolution(int) - Method in interface com.aliyun.player.IPlayer
Set the default playback resolution for multi-bitrate playback.
setDefaultSubtitleLanguage(String) - Method in interface com.aliyun.player.IPlayer
Set the default subtitle language for multi-track playback.
setDefinition(String) - Method in interface com.aliyun.player.AliListPlayer
Specify a definition for playback.
setDefinition(List<Definition>) - Method in class com.aliyun.player.source.VidSourceBase
Sets the list of requested definitions (qualities).
setDigitalWatermarkType(VidSourceBase.DigitalWatermarkType) - Method in class com.aliyun.player.source.VidSourceBase
Sets the digital watermark type.
setDisplay(SurfaceHolder) - Method in interface com.aliyun.player.IPlayer
Sets the SurfaceHolder used for video rendering.
setDisplayView(AliDisplayView) - Method in interface com.aliyun.player.IPlayer
Set the display view.
setDNSResolve(String, String) - Static method in class com.aliyun.player.AliPlayerGlobalSettings
Sets a custom DNS resolution rule.
setDownloaderConfig(DownloaderConfig) - Method in class com.aliyun.downloader.AliMediaDownloader
Sets the downloader configuration.
setDrmCallback(DrmCallback) - Method in interface com.aliyun.player.IPlayer
set DRM request callback.
setDuration(int) - Method in class com.aliyun.player.nativeclass.MediaInfo
Set media duration.
setEnableAdaptiveCodec(boolean) - Method in class com.aliyun.player.source.VidSourceBase
Sets whether to enable adaptive multi-codec streaming.
setEncryptType(VidPlayerConfigGen.EncryptType) - Method in class com.aliyun.player.VidPlayerConfigGen
Set the encryption type for streams returned by the server.
setExtra(String) - Method in class com.aliyun.player.bean.ErrorInfo
Sets the extra information and parses self-explanatory error fields from it.
setExtraMsg(String) - Method in class com.aliyun.player.bean.InfoBean
Set additional information.
setExtraValue(long) - Method in class com.aliyun.player.bean.InfoBean
Set additional values.
setFastStart(boolean) - Method in interface com.aliyun.player.IPlayer
Set the timing of decoder creation.
setFilterConfig(FilterConfig) - Method in interface com.aliyun.player.IPlayer
Set filter config.
setFilterInvalid(String, boolean) - Method in interface com.aliyun.player.IPlayer
disable/enable filter.
setFilterValid(String, boolean) - Method in interface com.aliyun.player.IPlayer
enable/disable filter.
setFormat(String) - Method in class com.aliyun.player.source.LiveShift
Set the video stream format.
setFormats(List<MediaFormat>) - Method in class com.aliyun.player.source.StsInfo
Sets the list of supported media formats.
setFormats(List<MediaFormat>) - Method in class com.aliyun.player.source.VidSourceBase
Sets the list of requested media formats.
setHlsUriToken(String) - Method in class com.aliyun.player.source.VidMps
Deprecated.
Deprecated, use VidAuth instead
setIPResolveType(IPlayer.IPResolveType) - Static method in class com.aliyun.player.AliPlayerGlobalSettings
Sets the network IP resolution type.
setIPResolveType(IPlayer.IPResolveType) - Method in interface com.aliyun.player.IPlayer
set IPv4/IPv6 resolve type
setLogCallback(Logger.OnLogCallback) - Method in class com.cicada.player.utils.Logger
Set the log callback interface.
setLogLevel(Logger.LogLevel) - Method in class com.cicada.player.utils.Logger
Set the log output level.
setLogOption(Logger.LogOption, int) - Method in class com.cicada.player.utils.Logger
Set a log option.
setLoop(boolean) - Method in interface com.aliyun.player.IPlayer
Enable loop playback.
setMaxAccurateSeekDelta(int) - Method in interface com.aliyun.player.IPlayer
set the maximum interval of precision seek.
setMediaId(String) - Method in class com.aliyun.player.source.VidMps
Deprecated.
Deprecated, use VidAuth instead
setMirrorMode(IPlayer.MirrorMode) - Method in interface com.aliyun.player.IPlayer
Sets the video mirroring mode.
setMsg(String) - Method in class com.aliyun.player.bean.ErrorInfo
Sets the error message.
setMtsHlsUriToken(String) - Method in class com.aliyun.player.VidPlayerConfigGen
Set the HLS UriToken of MTS for standard HLS encryption overwrite feature.
setMute(boolean) - Method in interface com.aliyun.player.IPlayer
Mute the player.
setNetworkCallback(AliPlayerGlobalSettings.OnNetworkCallback) - Static method in class com.aliyun.player.AliPlayerGlobalSettings
Sets the network data processing callback.
setOnAVNotSyncStatusListener(IPlayer.OnAVNotSyncStatusListener) - Method in interface com.aliyun.player.IPlayer
Set an audio and video not sync status callback.
setOnChooseTrackIndexListener(IPlayer.OnChooseTrackIndexListener) - Method in interface com.aliyun.player.IPlayer
Set a stream to play callback.
setOnCompletionListener(AliMediaDownloader.OnCompletionListener) - Method in class com.aliyun.downloader.AliMediaDownloader
Sets the listener for download completion.
setOnCompletionListener(IPlayer.OnCompletionListener) - Method in interface com.aliyun.player.IPlayer
Set a playback completion callback.
setOnErrorListener(AliMediaDownloader.OnErrorListener) - Method in class com.aliyun.downloader.AliMediaDownloader
Sets the listener for download errors.
setOnErrorListener(IPlayer.OnErrorListener) - Method in interface com.aliyun.player.IPlayer
Set an error callback.
setOnInfoListener(IPlayer.OnInfoListener) - Method in interface com.aliyun.player.IPlayer
Set a notification callback.
setOnLoadingStatusListener(IPlayer.OnLoadingStatusListener) - Method in interface com.aliyun.player.IPlayer
Set a loading status callback.
setOnLoadStatusListener(MediaLoader.OnLoadStatusListener) - Method in class com.aliyun.loader.MediaLoader
Sets the listener for loading status updates.
setOnNetworkStatsListener(IPlayer.OnNetworkStatsListener) - Method in interface com.aliyun.player.IPlayer
Set a network status listener.
setOnPremiumLicenseVerifyCallback(PrivateService.OnPremiumLicenseVerifyCallback) - Static method in class com.aliyun.private_service.PrivateService
Set premium license verification callback listener.
setOnPreparedListener(AliMediaDownloader.OnPreparedListener) - Method in class com.aliyun.downloader.AliMediaDownloader
Sets the listener for download preparation completion.
setOnPreparedListener(IPlayer.OnPreparedListener) - Method in interface com.aliyun.player.IPlayer
Set a preparation success callback.
setOnPrepareListener(ThumbnailHelper.OnPrepareListener) - Method in class com.aliyun.thumbnail.ThumbnailHelper
Set thumbnail data preparation listener.
setOnPreRenderFrameCallback(IPlayer.OnPreRenderFrameCallback) - Method in interface com.aliyun.player.IPlayer
Sets the pre-render frame callback.
setOnProgressListener(AliMediaDownloader.OnProgressListener) - Method in class com.aliyun.downloader.AliMediaDownloader
Sets the listener for download progress.
setOnRenderFrameCallback(IPlayer.OnRenderFrameCallback) - Method in interface com.aliyun.player.IPlayer
Sets the render frame callback.
setOnRenderingStartListener(IPlayer.OnRenderingStartListener) - Method in interface com.aliyun.player.IPlayer
Set a rendering start callback.
setOnReportEventListener(IPlayer.OnReportEventListener) - Method in interface com.aliyun.player.IPlayer
set report event listener
setOnSeekCompleteListener(IPlayer.OnSeekCompleteListener) - Method in interface com.aliyun.player.IPlayer
Set a seeking completion callback.
setOnSeekLiveCompletionListener(AliLiveShiftPlayer.OnSeekLiveCompletionListener) - Method in interface com.aliyun.player.AliLiveShiftPlayer
Set timeshift seek completion listener.
setOnSeiDataListener(IPlayer.OnSeiDataListener) - Method in interface com.aliyun.player.IPlayer
Set a SEI data callback.
setOnSnapShotListener(IPlayer.OnSnapShotListener) - Method in interface com.aliyun.player.IPlayer
Set a snapshot creation result callback.
setOnStateChangedListener(IPlayer.OnStateChangedListener) - Method in interface com.aliyun.player.IPlayer
Set a player status update callback.
setOnStreamSwitchedListener(IPlayer.OnStreamSwitchedListener) - Method in interface com.aliyun.player.IPlayer
Set a stream switch callback.
setOnSubtitleDisplayListener(IPlayer.OnSubtitleDisplayListener) - Method in interface com.aliyun.player.IPlayer
Set a subtitle display callback.
setOnSubTrackReadyListener(IPlayer.OnSubTrackReadyListener) - Method in interface com.aliyun.player.IPlayer
Set a subStream preparation success callback.
setOnThumbnailGetListener(ThumbnailHelper.OnThumbnailGetListener) - Method in class com.aliyun.thumbnail.ThumbnailHelper
Set a thumbnail image retrieval callback.
setOnTimeShiftUpdaterListener(AliLiveShiftPlayer.OnTimeShiftUpdaterListener) - Method in interface com.aliyun.player.AliLiveShiftPlayer
Set timeshift time information update listener.
setOnTrackChangedListener(IPlayer.OnTrackChangedListener) - Method in interface com.aliyun.player.IPlayer
Set a stream switchover callback.
setOnTrackReadyListener(IPlayer.OnTrackReadyListener) - Method in interface com.aliyun.player.IPlayer
Set a stream preparation success callback.
setOnUrlExpiredListener(IPlayer.OnUrlExpiredListener) - Method in interface com.aliyun.player.IPlayer
Set url expired listener
setOnVerifyTimeExpireCallback(AliPlayer.OnVerifyTimeExpireCallback) - Method in interface com.aliyun.player.AliPlayer
Set the callback for key expiration in encrypted live streaming scenarios.
setOnVidAuthExpiredListener(AliPlayer.OnVidAuthExpiredListener) - Method in interface com.aliyun.player.AliPlayer
Sets the listener for VidAuth source expiration events.
setOnVideoRenderedListener(IPlayer.OnVideoRenderedListener) - Method in interface com.aliyun.player.IPlayer
set the video render callback
setOnVideoSizeChangedListener(IPlayer.OnVideoSizeChangedListener) - Method in interface com.aliyun.player.IPlayer
Set a video size change callback.
setOnViewStatusListener(AliDisplayView.OnViewStatusListener) - Method in class com.aliyun.player.videoview.AliDisplayView
Sets the view status listener.
setOption(int, String) - Static method in class com.aliyun.player.AliPlayerGlobalSettings
Sets a global string-type feature option.
setOption(int, int) - Static method in class com.aliyun.player.AliPlayerGlobalSettings
Sets a global integer-type feature option.
setOption(int, String) - Method in interface com.aliyun.player.IPlayer
Set specific option
setOption(int, int) - Method in interface com.aliyun.player.IPlayer
Set specific option
setOriginSize(long) - Method in class com.aliyun.player.source.UrlSource
Sets the original size of the url file.
setOutputAudioChannel(IPlayer.OutputAudioChannel) - Method in interface com.aliyun.player.IPlayer
Sets the audio output channel.
setOutputType(VidSourceBase.OutputType) - Method in class com.aliyun.player.source.VidSourceBase
Sets the output address type.
setPlayAuth(String) - Method in class com.aliyun.player.source.VidAuth
Sets the playback credential.
setPlayConfig(VidPlayerConfigGen) - Method in class com.aliyun.player.source.VidSourceBase
Sets the playback configuration parameter for VOD service.
setPlayDomain(String) - Method in class com.aliyun.player.source.VidMps
Deprecated.
Deprecated, use VidAuth instead
setPlayerScene(PlayerScene) - Method in interface com.aliyun.player.IPlayer
Set the player scene.
setPositionRange(long[]) - Method in class com.aliyun.thumbnail.ThumbnailBitmapInfo
Set the video time range corresponding to the thumbnail.
setPreferDisplayView(AliDisplayView.DisplayViewType) - Method in class com.aliyun.player.videoview.AliDisplayView
Sets the preferred video rendering view type.
setPreferPlayerName(String) - Method in interface com.aliyun.player.IPlayer
Sets the preferred player kernel when playing, the default is the self-developed player core, can be switched to the system player, set before calling IPlayer.prepare().
setPreviewTime(int) - Method in class com.aliyun.player.VidPlayerConfigGen
Set the preview duration.
setQuality(String) - Method in class com.aliyun.player.source.SourceBase
Sets the quality identifier.
setQuality(String, boolean) - Method in class com.aliyun.player.source.VidAuth
Sets definition and enforcement policy.
setQuality(String, boolean) - Method in class com.aliyun.player.source.VidMps
Deprecated.
Deprecated, use VidAuth instead
setQuality(String, boolean) - Method in class com.aliyun.player.source.VidSts
Sets definition and enforcement policy.
setReAuthInfo(String) - Method in class com.aliyun.player.source.VidSourceBase
Sets the CDN secondary authentication information.
setRegion(String) - Method in class com.aliyun.player.source.StsInfo
Sets the request region.
setRegion(String) - Method in class com.aliyun.player.source.VidAuth
Sets the request region.
setRegion(String) - Method in class com.aliyun.player.source.VidMps
Deprecated.
Deprecated, use VidAuth instead
setRegion(String) - Method in class com.aliyun.player.source.VidSts
Sets the request region.
setRenderFrameCallbackConfig(IPlayer.RenderFrameCallbackConfig) - Method in interface com.aliyun.player.IPlayer
Set the render frame callback configuration.
setResolution(int) - Method in class com.aliyun.player.AliPlayerGlobalSettings.CacheQueryParams
Set resolution parameter
setResultType(VidSourceBase.ResultType) - Method in class com.aliyun.player.source.VidSourceBase
Sets the result type strategy.
setRotateMode(IPlayer.RotateMode) - Method in interface com.aliyun.player.IPlayer
Set a rotate mode.
setSaveDir(String) - Method in class com.aliyun.downloader.AliMediaDownloader
Sets the directory where the downloaded file will be saved.
setScaleMode(IPlayer.ScaleMode) - Method in interface com.aliyun.player.IPlayer
Sets the video scaling mode.
setSecurityToken(String) - Method in class com.aliyun.player.source.StsInfo
Sets the security token (STS Token).
setSecurityToken(String) - Method in class com.aliyun.player.source.VidMps
Deprecated.
Deprecated, use VidAuth instead
setSecurityToken(String) - Method in class com.aliyun.player.source.VidSts
Sets the security token (STS Token).
setSpeed(float) - Method in interface com.aliyun.player.IPlayer
Set the playback speed.
setStartTime(long, IPlayer.SeekMode) - Method in interface com.aliyun.player.IPlayer
Set a specified position as play start.
setStreamDelayTime(int, int) - Method in interface com.aliyun.player.IPlayer
Deprecated.
set the delay time of the stream, default is 0 only support external subtitles
setStreamType(Set<VidSourceBase.StreamType>) - Method in class com.aliyun.player.source.VidSourceBase
Sets the set of requested stream types.
setSurface(Surface) - Method in interface com.aliyun.player.IPlayer
Sets the Surface used for video rendering.
setSurfaceReuse(boolean) - Method in class com.aliyun.player.videoview.AliDisplayView
Sets whether to reuse the previous Surface when the view is re-added.
setThumbnailBitmap(Bitmap) - Method in class com.aliyun.thumbnail.ThumbnailBitmapInfo
Set the bitmap object of the thumbnail.
setThumbnailUrl(String) - Method in class com.aliyun.thumbnail.ThumbnailBitmapInfo
Set the URL address of the thumbnail.
setTimeLineUrl(String) - Method in class com.aliyun.player.source.LiveShift
Set the timeshift timeline query interface URL.
setTitle(String) - Method in class com.aliyun.player.source.LiveShift
Set the video title.
setTitle(String) - Method in class com.aliyun.player.source.SourceBase
Sets the title.
setTrace(String) - Method in class com.aliyun.player.source.VidSourceBase
 
setTraceId(String) - Method in interface com.aliyun.player.IPlayer
Set a trace ID for troubleshooting with the relevant log.
setTrackInfos(TrackInfo[]) - Method in class com.aliyun.player.nativeclass.MediaInfo
 
setUri(String) - Method in class com.aliyun.player.source.UrlSource
Sets the playback URL.
setUrl(String) - Method in class com.aliyun.player.source.LiveShift
Set the live stream playback URL.
setUseHttp2(boolean) - Static method in class com.aliyun.player.AliPlayerGlobalSettings
Sets whether to enable HTTP/2 protocol.
setUserData(String) - Method in interface com.aliyun.player.IPlayer
Set user data for the player instance, which can be used to distinguish different player instances in multi-instance scenarios.
setVid(String) - Method in class com.aliyun.player.source.VidAuth
Sets the Video ID (VID).
setVid(String) - Method in class com.aliyun.player.source.VidSts
Sets the Video ID (VID).
setVideoBackgroundColor(int) - Method in interface com.aliyun.player.IPlayer
Set video background color
setVideoHDRType(int) - Method in class com.aliyun.player.nativeclass.TrackInfo
 
setVideoTag(int[]) - Method in interface com.aliyun.player.IPlayer
Deprecated.
Set the video tags. Values range from [0,99].
setVolume(float) - Method in interface com.aliyun.player.IPlayer
Set the player's audio volume (not system volume).
snapshot() - Method in interface com.aliyun.player.IPlayer
Create a snapshot for the current frame.
SourceBase - Class in com.aliyun.player.source
Base class for media sources, defining common metadata fields.
SourceBase() - Constructor for class com.aliyun.player.source.SourceBase
 
start() - Method in class com.aliyun.downloader.AliMediaDownloader
Starts the download.
start() - Method in interface com.aliyun.player.IPlayer
Start playback.
started - Static variable in interface com.aliyun.player.IPlayer
The player is playing video or audio.
stop() - Method in class com.aliyun.downloader.AliMediaDownloader
Stops the download.
stop() - Method in interface com.aliyun.player.IPlayer
Stop playback.
stopped - Static variable in interface com.aliyun.player.IPlayer
The player is stopped.
StsInfo - Class in com.aliyun.player.source
Security Token Service (STS) information container.
StsInfo() - Constructor for class com.aliyun.player.source.StsInfo
 
subtitleLang - Variable in class com.aliyun.player.nativeclass.TrackInfo
 
surfaceChanged() - Method in interface com.aliyun.player.IPlayer
Surface changed.
switchStream(String) - Method in interface com.aliyun.player.IPlayer
Multi definition stream switch by url.
A C D E F G I L M N O P Q R S T U V W 
Skip navigation links