module

Obsctl::OBS::Protocol::Message

Shared helpers for reading raw obs-websocket message frames.

Class methods

opcode(frame : String) : Int32

Extracts the numeric obs-websocket opcode from a JSON frame.

Source