struct Settings

Included Modules

Defined in:

video-manager.cr

Constructors

Instance Method Summary

Constructor Detail

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

[View source]
def self.new #

[View source]

Instance Method Detail

def ffmpeg_options : String #

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

[View source]
def num_encoder_threads : Int32 #

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

[View source]
def optimized_hashes : Set(String) #

[View source]
def optimized_hashes=(optimized_hashes : Set(String)) #

[View source]
def recurse_subdirectories : Bool #

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

[View source]
def supported_video_extensions : Set(String) #

[View source]
def supported_video_extensions=(supported_video_extensions : Set(String)) #

[View source]
def watched_directories : Set(String) #

[View source]
def watched_directories=(watched_directories : Set(String)) #

[View source]