class Amx::Svsi::NSeriesDecoder
- Amx::Svsi::NSeriesDecoder
- PlaceOS::Driver
- Reference
- Object
Included Modules
- PlaceOS::Driver::Interface::InputSelection(Int32)
- PlaceOS::Driver::Interface::Muteable
Defined in:
amx/svsi/n_series_decoder.crConstant Summary
-
OutputModes =
["auto", "1080p59.94", "1080p60", "720p60", "4K30", "4K25"]
Class Method Summary
Instance Method Summary
- #connected
- #disconnected
- #do_poll
- #do_send(command : Command, *args, **options)
- #live(state : Bool = true)
- #local(playlist : Int32 = 0)
-
#mute(state : Bool = true, index : Int32 | String = 0, layer : MuteLayer = MuteLayer::AudioVideo)
When implementing muteable, these should be the preferred defaults
- #on_load
- #output_resolution(mode : String)
- #received(data, task)
- #scaler(state : Bool)
- #switch_audio(stream_id : Int32)
- #switch_kvm(ip_address : String, video_follow : Bool = true)
-
#switch_to(input : Int32)
Switches all outputs to the requested input Special case
switch_to 0
should mute all the outputs, if supported - #switch_video(stream_id : Int32)
- #videowall(width : Int32, height : Int32, x_pos : Int32, y_pos : Int32, scale : VideowallScalingMode = VideowallScalingMode::Auto)
- #videowall_disable
- #videowall_enable(state : Bool = true)
- #videowall_position(x : Int32, y : Int32)
- #videowall_scaling(scaling_mode : VideowallScalingMode)
- #videowall_size(width : Int32, height : Int32)
Class Method Detail
Instance Method Detail
def mute(state : Bool = true, index : Int32 | String = 0, layer : MuteLayer = MuteLayer::AudioVideo)
#
Description copied from module PlaceOS::Driver::Interface::Muteable
When implementing muteable, these should be the preferred defaults
def switch_to(input : Int32)
#
Description copied from module PlaceOS::Driver::Interface::InputSelection(Int32)
Switches all outputs to the requested input
Special case switch_to 0
should mute all the outputs, if supported
def videowall(width : Int32, height : Int32, x_pos : Int32, y_pos : Int32, scale : VideowallScalingMode = VideowallScalingMode::Auto)
#