VideoPlayerError

sealed class VideoPlayerError

Represents different types of errors that can occur during video playback

Inheritors

Types

Link copied to clipboard
data class CodecError(val message: String) : VideoPlayerError
Link copied to clipboard
data class NetworkError(val message: String) : VideoPlayerError
Link copied to clipboard
data class SourceError(val message: String) : VideoPlayerError
Link copied to clipboard
data class UnknownError(val message: String) : VideoPlayerError