mirror of
https://github.com/libre-tube/LibreTube.git
synced 2025-04-29 00:10:32 +05:30
11 lines
224 B
Kotlin
11 lines
224 B
Kotlin
package com.github.libretube.enums
|
|
|
|
enum class PlayerCommand {
|
|
START_PLAYBACK,
|
|
SKIP_SILENCE,
|
|
SET_VIDEO_TRACK_TYPE_DISABLED,
|
|
SET_AUDIO_ROLE_FLAGS,
|
|
SET_RESOLUTION,
|
|
SET_AUDIO_LANGUAGE,
|
|
SET_SUBTITLE
|
|
} |