module
Obsctl::OBS::Protocol::Message
Overview
Shared helpers for reading raw obs-websocket message frames.
Defined in:
obsctl/obs/protocol/message.crClass Method Summary
-
.opcode(frame : String) : Int32
Extracts the numeric obs-websocket opcode from a JSON frame.
Class Method Detail
def self.opcode(frame : String) : Int32
#
Extracts the numeric obs-websocket opcode from a JSON frame.