MCPcopy Create free account

hub / github.com/XieShengda/FakeDouyu / functions

Functions676 in github.com/XieShengda/FakeDouyu

MethodscanSingleFile
(String path, String mimeType)
InitActivity/src/io/vov/vitamio/MediaScanner.java:170
MethodseekTo
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
MethodsetAdaptiveStream
Adaptive streaming support, default is false @param adaptive true if wanna adaptive steam
InitActivity/src/io/vov/vitamio/MediaPlayer.java:752
MethodsetAudioAmplify
Amplify audio @param ratio e.g. 3.5
InitActivity/src/io/vov/vitamio/MediaPlayer.java:878
MethodsetAudioTrack
(int audioIndex)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:720
MethodsetBufferSize
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
MethodsetByteBuffer
Sets the value of a ByteBuffer key.
InitActivity/src/io/vov/vitamio/MediaFormat.java:367
MethodsetCacheDirectory
set cache file dir @param directory
InitActivity/src/io/vov/vitamio/MediaPlayer.java:744
MethodsetDataSegments
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
MethodsetDeinterlace
Set if should deinterlace the video picture @param deinterlace
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1221
MethodsetError
(int error)
app/src/main/java/com/sender/fakedouyu/bean/GsonDouyuRoomInfo.java:25
MethodsetFloat
Sets the value of a float key.
InitActivity/src/io/vov/vitamio/MediaFormat.java:353
MethodsetHardwareDecoder
(boolean hardware)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:678
MethodsetInfoView
Set the View to hold some information when interact with the MediaController @param v
InitActivity/src/io/vov/vitamio/widget/MediaController.java:300
MethodsetInstantSeeking
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
MethodsetLong
Sets the value of a long key.
InitActivity/src/io/vov/vitamio/MediaFormat.java:346
MethodsetLooping
Sets the player to be looping or non-looping. @param looping whether to loop or not
InitActivity/src/io/vov/vitamio/MediaPlayer.java:865
MethodsetMediaBufferingIndicator
(View mediaBufferingIndicator)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:467
MethodsetMediaController
(MediaController controller)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:460
MethodsetMessageList
设置弹幕信息对象 @param messageList
app/src/main/java/com/sender/fakedouyu/douyuDanmu/msg/MsgView.java:30
MethodsetMetaEncoding
Set the encoding MediaPlayer will use to determine the metadata @param encoding e.g. "UTF-8"
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1264
MethodsetMetaEncoding
(String encoding)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:703
MethodsetMimeType
(String mimeType)
InitActivity/src/io/vov/vitamio/MediaScanner.java:370
MethodsetMimeType
(String mimeType)
InitActivity/src/io/vov/vitamio/MediaScannerClient.java:30
MethodsetOnBufferingUpdateListener
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
MethodsetOnCachingUpdateListener
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
MethodsetOnCompletionListener
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
MethodsetOnErrorListener
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
MethodsetOnHWRenderFailedListener
(OnHWRenderFailedListener l)
InitActivity/src/io/vov/vitamio/MediaPlayer.java:528
MethodsetOnHiddenListener
(OnHiddenListener l)
InitActivity/src/io/vov/vitamio/widget/MediaController.java:387
MethodsetOnInfoListener
(OnInfoListener listener)
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1137
MethodsetOnPreparedListener
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
MethodsetOnSeekCompleteListener
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
MethodsetOnShownListener
(OnShownListener l)
InitActivity/src/io/vov/vitamio/widget/MediaController.java:383
MethodsetOnTimedTextListener
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
MethodsetOnTouchListener
(OnTouchListener l)
app/src/main/java/com/sender/fakedouyu/custom_view/MyRecyclerView.java:37
MethodsetPlaybackSpeed
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
MethodsetShadowLayer
(float radius, float dx, float dy, int color)
InitActivity/src/io/vov/vitamio/widget/OutlineTextView.java:99
MethodsetSubTrack
(int trackId)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:752
MethodsetSurface
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
MethodsetTextColor
(int color)
InitActivity/src/io/vov/vitamio/widget/OutlineTextView.java:92
MethodsetTimedTextEncoding
Set the encoding to display timed text. @param encoding MediaPlayer will detet it if null
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1292
MethodsetTimedTextEncoding
(String encoding)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:730
MethodsetTimedTextShown
Tell the MediaPlayer whether to show timed text @param shown true if wanna show
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1285
MethodsetTimedTextShown
(boolean shown)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:725
MethodsetUseCache
Set whether cache the online playback file @param cache
InitActivity/src/io/vov/vitamio/MediaPlayer.java:738
MethodsetVideoChroma
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
MethodsetVideoQuality
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
MethodsetVideoQuality
(int quality)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:682
MethodsetVolume
(float leftVolume, float rightVolume)
InitActivity/src/io/vov/vitamio/MediaPlayer.java:880
MethodsetVolume
(float leftVolume, float rightVolume)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:652
MethodsetWakeMode
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
Methodstart
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
Methodstart
()
app/src/main/java/com/sender/fakedouyu/utils/BarrageProcess.java:42
Methodstart
(int roomId, int groupId)
app/src/main/java/com/sender/fakedouyu/douyuDanmu/client/DyBulletScreenClient.java:67
MethodstopPlayback
()
InitActivity/src/io/vov/vitamio/widget/VideoView.java:404
MethodsurfaceChanged
(SurfaceHolder holder, int format, int w, int h)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:135
MethodsurfaceCreated
(SurfaceHolder holder)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:152
MethodsurfaceDestroyed
(SurfaceHolder holder)
InitActivity/src/io/vov/vitamio/widget/VideoView.java:162
MethodsurfaceInit
()
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1379
MethodsurfaceRelease
()
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1411
MethodsurfaceRender
()
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1395
Methodsuspend
()
InitActivity/src/io/vov/vitamio/widget/VideoView.java:600
Methodswap
()
InitActivity/src/io/vov/vitamio/EGL.java:115
MethodtoHH
( int n)
app/src/main/java/com/sender/fakedouyu/douyuDanmu/utils/FormatTransfer.java:17
MethodtoString
()
InitActivity/src/io/vov/vitamio/MediaScanner.java:227
MethodtoString
()
app/src/main/java/com/sender/fakedouyu/bean/GsonAllChannels.java:32
MethodtoString
()
app/src/main/java/com/sender/fakedouyu/bean/GsonAllChannels.java:39
MethodtoString
()
app/src/main/java/com/sender/fakedouyu/bean/GsonDouyuRoom.java:31
MethodtoString
()
app/src/main/java/com/sender/fakedouyu/bean/GsonSubChannel.java:46
MethodtoString
()
app/src/main/java/com/sender/fakedouyu/bean/GsonSubChannel.java:54
MethodtoString
()
app/src/main/java/com/sender/fakedouyu/adapter/MyChannelRecyclerViewAdapter.java:82
MethodupdateCacheStatus
(int type, int info, long[] segments)
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1098
MethodupdateSub
(int subType, byte[] bytes, String encoding, int width, int height)
InitActivity/src/io/vov/vitamio/MediaPlayer.java:1150
MethodupdateTimer
(DanmakuTimer timer)
app/src/main/java/com/sender/fakedouyu/utils/BarrageProcess.java:74
MethoduseAppContext
()
app/src/androidTest/java/com/sender/fakedouyu/ExampleInstrumentedTest.java:19
← previous601–676 of 676, ranked by callers