struct EdgeAI::Devices::VideoDevice

Included Modules

Extended Modules

Defined in:

controllers/devices.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(path : String, name : String, driver : String, formats : Array(Format)) #

[View source]
def self.new(ctx : YAML::ParseContext, node : YAML::Nodes::Node) #

[View source]
def self.new(pull : JSON::PullParser) #

[View source]

Instance Method Detail

def clone #

[View source]
def copy_with(path _path = @path, name _name = @name, driver _driver = @driver, formats _formats = @formats) #

[View source]
def driver : String #

def formats : Array(Format) #

def name : String #

def path : String #