struct VideoPreferences

Included Modules

Defined in:

invidious/videos.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(pull : JSON::PullParser) #

[View source]
def self.new(tuple) #

Instance Method Detail

def annotations : Bool #

[View source]
def annotations=(annotations : Bool) #

[View source]
def autoplay : Bool #

[View source]
def autoplay=(autoplay : Bool) #

[View source]
def comments : Array(String) #

[View source]
def comments=(comments : Array(String)) #

[View source]
def continue : Bool #

[View source]
def continue=(continue : Bool) #

[View source]
def continue_autoplay : Bool #

[View source]
def continue_autoplay=(continue_autoplay : Bool) #

[View source]
def controls : Bool #

[View source]
def controls=(controls : Bool) #

[View source]
def extend_desc : Bool #

[View source]
def extend_desc=(extend_desc : Bool) #

[View source]
def listen : Bool #

[View source]
def listen=(listen : Bool) #

[View source]
def local : Bool #

[View source]
def local=(local : Bool) #

[View source]
def player_style : String #

[View source]
def player_style=(player_style : String) #

[View source]
def preferred_captions : Array(String) #

[View source]
def preferred_captions=(preferred_captions : Array(String)) #

[View source]
def quality : String #

[View source]
def quality=(quality : String) #

[View source]
def quality_dash : String #

[View source]
def quality_dash=(quality_dash : String) #

[View source]
def raw : Bool #

[View source]
def raw=(raw : Bool) #

[View source]
def region : String | Nil #

[View source]
def region=(region : String | Nil) #

[View source]
def related_videos : Bool #

[View source]
def related_videos=(related_videos : Bool) #

[View source]
def speed : Float32 | Float64 #

[View source]
def speed=(speed : Float32 | Float64) #

[View source]
def video_end : Float64 | Int32 #

[View source]
def video_end=(video_end : Float64 | Int32) #

[View source]
def video_loop : Bool #

[View source]
def video_loop=(video_loop : Bool) #

[View source]
def video_start : Float64 | Int32 #

[View source]
def video_start=(video_start : Float64 | Int32) #

[View source]
def volume : Int32 #

[View source]
def volume=(volume : Int32) #

[View source]
def vr_mode : Bool #

[View source]
def vr_mode=(vr_mode : Bool) #

[View source]