struct VideoPreferences
- VideoPreferences
- Struct
- Value
- Object
Included Modules
Defined in:
invidious/videos.crConstructors
Instance Method Summary
- #annotations : Bool
- #annotations=(annotations : Bool)
- #autoplay : Bool
- #autoplay=(autoplay : Bool)
- #comments : Array(String)
- #comments=(comments : Array(String))
- #continue : Bool
- #continue=(continue : Bool)
- #continue_autoplay : Bool
- #continue_autoplay=(continue_autoplay : Bool)
- #controls : Bool
- #controls=(controls : Bool)
- #extend_desc : Bool
- #extend_desc=(extend_desc : Bool)
- #listen : Bool
- #listen=(listen : Bool)
- #local : Bool
- #local=(local : Bool)
- #player_style : String
- #player_style=(player_style : String)
- #preferred_captions : Array(String)
- #preferred_captions=(preferred_captions : Array(String))
- #quality : String
- #quality=(quality : String)
- #quality_dash : String
- #quality_dash=(quality_dash : String)
- #raw : Bool
- #raw=(raw : Bool)
- #region : String | Nil
- #region=(region : String | Nil)
- #related_videos : Bool
- #related_videos=(related_videos : Bool)
- #speed : Float32 | Float64
- #speed=(speed : Float32 | Float64)
- #video_end : Float64 | Int32
- #video_end=(video_end : Float64 | Int32)
- #video_loop : Bool
- #video_loop=(video_loop : Bool)
- #video_start : Float64 | Int32
- #video_start=(video_start : Float64 | Int32)
- #volume : Int32
- #volume=(volume : Int32)
- #vr_mode : Bool
- #vr_mode=(vr_mode : Bool)