#
mediaplayer
Here are 317 public repositories matching this topic...
Android Video Player. 安卓视频播放器,封装MediaPlayer、ExoPlayer、IjkPlayer。模仿抖音并实现预加载,列表播放,悬浮播放,广告播放,弹幕
android
player
demo
video
ffmpeg
video-player
exoplayer
mediaplayer
ijkplayer
tiktok
recyclerview-listview
dkplayer
-
Updated
Aug 7, 2021 - Java
The basic library of Android player will process complex business components. The access is simple。Android播放器基础库,专注于播放视图组件的高复用性和组件间的低耦合,轻松处理复杂业务。
android
player
widget
video
fullscreen
exoplayer
mediaplayer
ijkplayer
textureview
surfaceview
listvideo
listplay
-
Updated
Mar 6, 2021 - Java
IjkPlayer/MediaPlayer+TextureView,支持列表,完美切换全屏、小窗口的Android视频播放器
-
Updated
Feb 4, 2020 - Java
An Android ExoPlayer wrapper to simplify Audio and Video implementations
-
Updated
Aug 5, 2021 - Kotlin
A better Android VideoView with more Media Controller customization. 一个更好用的Android VideoView
-
Updated
Apr 28, 2019 - Java
Cross platform Xamarin plugin to play and control Audio and Video
audio
player
xamarin
video
nuget
media
exoplayer
xamarin-forms
netstandard
mediaplayer
mediamanager
baseflow
-
Updated
Aug 19, 2021 - C#
-
Updated
May 25, 2021 - Java
CicadaPlayer is the player core of AliPlayer, which support multiple platform Android, iOS, macOS, Windows, Linux, and WebAssembly for now. The goal is providing a player core which support multi platform, hardware accelerator, customizable and extensible features. Which support WideVine drm and LHLS.
-
Updated
Jul 13, 2021 - C++
A portable video player based on ffmpeg for windows and android platform.
audio
player
video
rtsp
ffmpeg
rtmp
mediaplayer
ffmpeg-android
rtsp-player
rtmp-player
ffmpeg-player
portable-video-player
-
Updated
Sep 15, 2021 - C
Android Video Playback made easy.
-
Updated
Oct 3, 2021 - Kotlin
The Easiest Way To Play/Stream Video And Audio Using Google ExoPlayer In Your Android Application
audio
android
player
google
mobile
video
stream
mp4
hls
controller
exoplayer
dash
mediaplayer
videoplayer
audioplayer
androidvideoplayer
githubplayer
androidx
googleexoplayer
-
Updated
Aug 3, 2021 - Kotlin
Create controller-based automations with ease to control your home devices and scenes.
-
Updated
Oct 1, 2021 - Python
Media Player .NET Library for WPF/WinForms (based on FFmpeg/DirectX)
-
Updated
Sep 28, 2021 - C#
An Android library to make the implementation of voice/audio messages' playing easier
-
Updated
Aug 3, 2021 - Java
-
Updated
Aug 25, 2021 - TypeScript
Xamarin bindings library for the Google ExoPlayer library
-
Updated
Mar 25, 2021 - C#
Lets you control many web players using the media keys on your keyboard.
-
Updated
Oct 28, 2019 - JavaScript
An Custom UIView which draws the output of an audio asset in real time.
visualization
swift
ios
animation
cocoapods
uiview
red
audio-visualizer
mediaplayer
uiview-subclass
equalizer-and-visualisation
-
Updated
Jan 22, 2020 - Swift
Guayadeque is a music management program designed for all music enthusiasts. It is Full Featured Linux media player that can easily manage large collections and uses the Gstreamer media framework.
-
Updated
Sep 17, 2021 - C++
React-Native Android/iOS bridge for JWPlayer SDK (https://www.jwplayer.com/)
-
Updated
Sep 2, 2021 - Objective-C
Android music player framework, compatible with MediaSession. Support custom music player (MediaPlayer, ExoPlayer), custom Notification, custom audio effect engine, only WiFi network, sound quality/dynamic URL, headset clicks, sleep timer, playback history, player state persistence.
android
playlist
music-player
exoplayer
sleep-timer
mediaplayer
headset-control
sound-quality
dynamic-url
playback-history
player-state-persistence
-
Updated
Aug 12, 2021 - Java
An Android MediaPlayer framework. Can play audio / video, or record audio.
-
Updated
Nov 3, 2017 - Java
OwenRay
opened
Sep 20, 2019
reFocus, a skin for Kodi
-
Updated
Jan 12, 2018 - Batchfile
Improve this page
Add a description, image, and links to the mediaplayer topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the mediaplayer topic, visit your repo's landing page and select "manage topics."
Problem
We have quite a few models and we have to generate the hashcode, equals and toString whenever we decide to update them.
Potential Solution
Introduce
Auto-Value
to have our model classes auto-generated with hashcode, equals and toString whenever we perform a build.Impact
Less maintenance when adding a new field to a model.