Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/XieShengda/FakeDouyu
/ functions
Functions
676 in github.com/XieShengda/FakeDouyu
⨍
Functions
676
◇
Types & classes
131
Method
scanSingleFile
(String path, String mimeType)
InitActivity/src/io/vov/vitamio/MediaScanner.java:170
Method
seekTo
Seeks to specified time position. @param msec the offset in milliseconds from the start to seek to @throws IllegalStateException if the internal play
InitActivity/src/io/vov/vitamio/MediaPlayer.java:760
Method
setAdaptiveStream
Adaptive streaming support, default is false @param adaptive true if wanna adaptive steam
InitActivity/src/io/vov/vitamio/MediaPlayer.java:752
Method
setAudioAmplify
Amplify audio @param ratio e.g. 3.5
InitActivity/src/io/vov/vitamio/MediaPlayer.java:878
Method
setAudioTrack
(int audioIndex)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:720
Method
setBufferSize
The buffer to fill before playback, default is 1024 1024 Byte @param bufSize buffer size in Byte
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1228
Method
setByteBuffer
Sets the value of a ByteBuffer key.
InitActivity/src/io/vov/vitamio/MediaFormat.java:367
Method
setCacheDirectory
set cache file dir @param directory
InitActivity/src/io/vov/vitamio/MediaPlayer.java:744
Method
setDataSegments
Set the segments source url @param segments the array path of the url e.g. Segmented video list @param cacheDir e.g. getCacheDir().toString()
InitActivity/src/io/vov/vitamio/MediaPlayer.java:524
Method
setDeinterlace
Set if should deinterlace the video picture @param deinterlace
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1221
Method
setError
(int error)
app/src/main/java/com/sender/fakedouyu/bean/GsonDouyuRoomInfo.java:25
Method
setFloat
Sets the value of a float key.
InitActivity/src/io/vov/vitamio/MediaFormat.java:353
Method
setHardwareDecoder
(boolean hardware)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:678
Method
setInfoView
Set the View to hold some information when interact with the MediaController @param v
InitActivity/src/io/vov/vitamio/widget/MediaController.java:300
Method
setInstantSeeking
Control the action when the seekbar dragged by user @param seekWhenDragging True the media will seek periodically
InitActivity/src/io/vov/vitamio/widget/MediaController.java:275
Method
setLong
Sets the value of a long key.
InitActivity/src/io/vov/vitamio/MediaFormat.java:346
Method
setLooping
Sets the player to be looping or non-looping. @param looping whether to loop or not
InitActivity/src/io/vov/vitamio/MediaPlayer.java:865
Method
setMediaBufferingIndicator
(View mediaBufferingIndicator)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:467
Method
setMediaController
(MediaController controller)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:460
Method
setMessageList
设置弹幕信息对象 @param messageList
app/src/main/java/com/sender/fakedouyu/douyuDanmu/msg/MsgView.java:30
Method
setMetaEncoding
Set the encoding MediaPlayer will use to determine the metadata @param encoding e.g. "UTF-8"
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1264
Method
setMetaEncoding
(String encoding)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:703
Method
setMimeType
(String mimeType)
InitActivity/src/io/vov/vitamio/MediaScanner.java:370
Method
setMimeType
(String mimeType)
InitActivity/src/io/vov/vitamio/MediaScannerClient.java:30
Method
setOnBufferingUpdateListener
Register a callback to be invoked when the status of a network stream's buffer has changed. @param listener the callback that will be run.
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1084
Method
setOnCachingUpdateListener
Register a callback to be invoked when the segments cached on storage has changed. @param listener the callback that will be run.
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1094
Method
setOnCompletionListener
Register a callback to be invoked when the end of a media source has been reached during playback. @param listener the callback that will be run
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1074
Method
setOnErrorListener
Register a callback to be invoked when an error has happened during an asynchronous operation. @param listener the callback that will be run
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1133
Method
setOnHWRenderFailedListener
(OnHWRenderFailedListener l)
InitActivity/src/io/vov/vitamio/MediaPlayer.java:528
Method
setOnHiddenListener
(OnHiddenListener l)
InitActivity/src/io/vov/vitamio/widget/MediaController.java:387
Method
setOnInfoListener
(OnInfoListener listener)
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1137
Method
setOnPreparedListener
Register a callback to be invoked when the media source is ready for playback. @param listener the callback that will be run
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1064
Method
setOnSeekCompleteListener
Register a callback to be invoked when a seek operation has been completed. @param listener the callback that will be run
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1114
Method
setOnShownListener
(OnShownListener l)
InitActivity/src/io/vov/vitamio/widget/MediaController.java:383
Method
setOnTimedTextListener
Register a callback to be invoked when a timed text need to display. @param listener the callback that will be run
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1146
Method
setOnTouchListener
(OnTouchListener l)
app/src/main/java/com/sender/fakedouyu/custom_view/MyRecyclerView.java:37
Method
setPlaybackSpeed
Set video and audio playback speed @param speed e.g. 0.8 or 2.0, default to 1.0, range in [0.5-2]
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1237
Method
setShadowLayer
(float radius, float dx, float dy, int color)
InitActivity/src/io/vov/vitamio/widget/OutlineTextView.java:99
Method
setSubTrack
(int trackId)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:752
Method
setSurface
Sets the Surface to use for displaying the video portion of the media. This is similar to {@link #setDisplay(SurfaceHolder)}. @param surface the Surf
InitActivity/src/io/vov/vitamio/MediaPlayer.java:402
Method
setTextColor
(int color)
InitActivity/src/io/vov/vitamio/widget/OutlineTextView.java:92
Method
setTimedTextEncoding
Set the encoding to display timed text. @param encoding MediaPlayer will detet it if null
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1292
Method
setTimedTextEncoding
(String encoding)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:730
Method
setTimedTextShown
Tell the MediaPlayer whether to show timed text @param shown true if wanna show
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1285
Method
setTimedTextShown
(boolean shown)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:725
Method
setUseCache
Set whether cache the online playback file @param cache
InitActivity/src/io/vov/vitamio/MediaPlayer.java:738
Method
setVideoChroma
Set the Video Chroma quality when play video, default is VIDEOCHROMA_RGB565 You can set on after {@link #prepareAsync()}. @param chroma <ul>
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1214
Method
setVideoQuality
Set the quality when play video, if the video is too lag, you may try VIDEOQUALITY_LOW, default is VIDEOQUALITY_LOW. @param quality <ul>
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1204
Method
setVideoQuality
(int quality)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:682
Method
setVolume
(float leftVolume, float rightVolume)
InitActivity/src/io/vov/vitamio/MediaPlayer.java:880
Method
setVolume
(float leftVolume, float rightVolume)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:652
Method
setWakeMode
Set the low-level power management behavior for this MediaPlayer. This can be used when the MediaPlayer is not playing through a SurfaceHolder set wit
InitActivity/src/io/vov/vitamio/MediaPlayer.java:648
Method
start
Starts or resumes playback. If playback had previously been paused, playback will continue from where it was paused. If playback had been stopped, or
InitActivity/src/io/vov/vitamio/MediaPlayer.java:590
Method
start
()
app/src/main/java/com/sender/fakedouyu/utils/BarrageProcess.java:42
Method
start
(int roomId, int groupId)
app/src/main/java/com/sender/fakedouyu/douyuDanmu/client/DyBulletScreenClient.java:67
Method
stopPlayback
()
InitActivity/src/io/vov/vitamio/widget/VideoView.java:404
Method
surfaceChanged
(SurfaceHolder holder, int format, int w, int h)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:135
Method
surfaceCreated
(SurfaceHolder holder)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:152
Method
surfaceDestroyed
(SurfaceHolder holder)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:162
Method
surfaceInit
()
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1379
Method
surfaceRelease
()
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1411
Method
surfaceRender
()
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1395
Method
suspend
()
InitActivity/src/io/vov/vitamio/widget/VideoView.java:600
Method
swap
()
InitActivity/src/io/vov/vitamio/EGL.java:115
Method
toHH
( int n)
app/src/main/java/com/sender/fakedouyu/douyuDanmu/utils/FormatTransfer.java:17
Method
toString
()
InitActivity/src/io/vov/vitamio/MediaScanner.java:227
Method
toString
()
app/src/main/java/com/sender/fakedouyu/bean/GsonAllChannels.java:32
Method
toString
()
app/src/main/java/com/sender/fakedouyu/bean/GsonAllChannels.java:39
Method
toString
()
app/src/main/java/com/sender/fakedouyu/bean/GsonDouyuRoom.java:31
Method
toString
()
app/src/main/java/com/sender/fakedouyu/bean/GsonSubChannel.java:46
Method
toString
()
app/src/main/java/com/sender/fakedouyu/bean/GsonSubChannel.java:54
Method
toString
()
app/src/main/java/com/sender/fakedouyu/adapter/MyChannelRecyclerViewAdapter.java:82
Method
updateCacheStatus
(int type, int info, long[] segments)
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1098
Method
updateSub
(int subType, byte[] bytes, String encoding, int width, int height)
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1150
Method
updateTimer
(DanmakuTimer timer)
app/src/main/java/com/sender/fakedouyu/utils/BarrageProcess.java:74
Method
useAppContext
()
app/src/androidTest/java/com/sender/fakedouyu/ExampleInstrumentedTest.java:19
← previous
601–676 of 676, ranked by callers