Package com. lagradost. cloudstream3. ui. player
Types
AbstractPlayerFragment
Link copied to clipboard
AudioTrack
Link copied to clipboard
data class AudioTrack(id: String?, label: String?, language: String?) : Track
Content copied to clipboard
CS3IPlayer
Link copied to clipboard
CSPlayerEvent
Link copied to clipboard
CSPlayerLoading
Link copied to clipboard
CurrentTracks
Link copied to clipboard
data class CurrentTracks(currentVideoTrack: VideoTrack?, currentAudioTrack: AudioTrack?, allVideoTracks: List<VideoTrack>, allAudioTracks: List<AudioTrack>)
Content copied to clipboard
CustomDecoder
Link copied to clipboard
CustomSubtitleDecoderFactory
Link copied to clipboard
CustomTextRenderer
Link copied to clipboard
class CustomTextRenderer(offset: Long, output: TextOutput?, outputLooper: Looper?, decoderFactory: SubtitleDecoderFactory) : NonFinalTextRenderer
Content copied to clipboard
DownloadedPlayerActivity
Link copied to clipboard
DownloadFileGenerator
Link copied to clipboard
class DownloadFileGenerator(episodes: List<ExtractorUri>, currentIndex: Int) : IGenerator
Content copied to clipboard
EmbeddedSubtitlesFetchedEvent
Link copied to clipboard
data class EmbeddedSubtitlesFetchedEvent(tracks: List<SubtitleData>, source: PlayerEventSource) : PlayerEvent
Content copied to clipboard
EpisodeSeekEvent
Link copied to clipboard
data class EpisodeSeekEvent(offset: Int, source: PlayerEventSource) : PlayerEvent
Content copied to clipboard
ErrorEvent
Link copied to clipboard
data class ErrorEvent(error: Throwable, source: PlayerEventSource) : PlayerEvent
Content copied to clipboard
ExtractorLinkGenerator
Link copied to clipboard
class ExtractorLinkGenerator(links: List<ExtractorLink>, subtitles: List<SubtitleData>) : IGenerator
Content copied to clipboard
FullScreenPlayer
Link copied to clipboard
GeneratorPlayer
Link copied to clipboard
IGenerator
Link copied to clipboard
interface IGenerator
Content copied to clipboard
InvalidFileException
Link copied to clipboard
LinkGenerator
Link copied to clipboard
class LinkGenerator(links: List<BasicLink>, extract: Boolean, referer: String?, isM3u8: Boolean?) : IGenerator
Content copied to clipboard
NonFinalTextRenderer
Link copied to clipboard
PauseEvent
Link copied to clipboard
PlayerAttachedEvent
Link copied to clipboard
data class PlayerAttachedEvent(player: Any?, source: PlayerEventSource) : PlayerEvent
Content copied to clipboard
PlayerEvent
Link copied to clipboard
abstract class PlayerEvent
Content copied to clipboard
PlayerEventSource
Link copied to clipboard
PlayerEventType
Link copied to clipboard
PlayerGeneratorViewModel
Link copied to clipboard
PlayerPipHelper
Link copied to clipboard
class PlayerPipHelper
Content copied to clipboard
PlayerResize
Link copied to clipboard
PlayerSubtitleHelper
Link copied to clipboard
class PlayerSubtitleHelper
Content copied to clipboard
PlayEvent
Link copied to clipboard
PositionEvent
Link copied to clipboard
data class PositionEvent(source: PlayerEventSource, fromMs: Long, toMs: Long, durationMs: Long) : PlayerEvent
Content copied to clipboard
RepoLinkGenerator
Link copied to clipboard
class RepoLinkGenerator(episodes: List<ResultEpisode>, currentIndex: Int, page: LoadResponse?) : IGenerator
Content copied to clipboard
RequestAudioFocusEvent
Link copied to clipboard
data class RequestAudioFocusEvent(source: PlayerEventSource) : PlayerEvent
Content copied to clipboard
ResizedEvent
Link copied to clipboard
data class ResizedEvent(height: Int, width: Int, source: PlayerEventSource) : PlayerEvent
Content copied to clipboard
SSLTrustManager
Link copied to clipboard
StatusEvent
Link copied to clipboard
data class StatusEvent(wasPlaying: CSPlayerLoading, isPlaying: CSPlayerLoading, source: PlayerEventSource) : PlayerEvent
Content copied to clipboard
SubtitleData
Link copied to clipboard
data class SubtitleData(name: String, url: String, origin: SubtitleOrigin, mimeType: String, headers: Map<String, String>)
Content copied to clipboard
SubtitleOrigin
Link copied to clipboard
SubtitleStatus
Link copied to clipboard
SubtitlesUpdatedEvent
Link copied to clipboard
data class SubtitlesUpdatedEvent(source: PlayerEventSource) : PlayerEvent
Content copied to clipboard
TimestampInvokedEvent
Link copied to clipboard
data class TimestampInvokedEvent(timestamp: EpisodeSkip.SkipStamp, source: PlayerEventSource) : PlayerEvent
Content copied to clipboard
TimestampSkippedEvent
Link copied to clipboard
data class TimestampSkippedEvent(timestamp: EpisodeSkip.SkipStamp, source: PlayerEventSource) : PlayerEvent
Content copied to clipboard
TracksChangedEvent
Link copied to clipboard
VideoEndedEvent
Link copied to clipboard
VideoTrack
Link copied to clipboard
Functions
toSet
Link copied to clipboard
Properties
ACTION_MEDIA_CONTROL
Link copied to clipboard
DOUBLE_TAB_MAXIMUM_HOLD_TIME
Link copied to clipboard
DOUBLE_TAB_MINIMUM_TIME_BETWEEN
Link copied to clipboard
DOUBLE_TAB_PAUSE_PERCENTAGE
Link copied to clipboard
EXTRA_CONTROL_TYPE
Link copied to clipboard
HORIZONTAL_MULTIPLIER
Link copied to clipboard
MINIMUM_HORIZONTAL_SWIPE
Link copied to clipboard
MINIMUM_SEEK_TIME
Link copied to clipboard
MINIMUM_VERTICAL_SWIPE
Link copied to clipboard
NEXT_WATCH_EPISODE_PERCENTAGE
Link copied to clipboard
PLAYBACK_SPEED
Link copied to clipboard
PLAYBACK_SPEED_KEY
Link copied to clipboard
PREFERRED_AUDIO_LANGUAGE_KEY
Link copied to clipboard
PREFERRED_SUBS_KEY
Link copied to clipboard
PRELOAD_NEXT_EPISODE_PERCENTAGE
Link copied to clipboard
RESIZE_MODE_KEY
Link copied to clipboard
SKIP_OP_VIDEO_PERCENTAGE
Link copied to clipboard
STATE_PLAYER_FULLSCREEN
Link copied to clipboard
STATE_PLAYER_PLAYING
Link copied to clipboard
STATE_RESUME_POSITION
Link copied to clipboard
STATE_RESUME_WINDOW
Link copied to clipboard
toleranceAfterUs
Link copied to clipboard
toleranceBeforeUs
Link copied to clipboard
UPDATE_SYNC_PROGRESS_PERCENTAGE
Link copied to clipboard
VERTICAL_MULTIPLIER
Link copied to clipboard