module Obsctl::OBS::Protocol::Message

Overview

Shared helpers for reading raw obs-websocket message frames.

Defined in:

obsctl/obs/protocol/message.cr

Class Method Summary

Class Method Detail

def self.opcode(frame : String) : Int32 #

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


[View source]