Packages

Library providing the capability to process and perform RTMP handshakes

Current section

Files

Jump to
eml_rtmp_handshake lib rtmp_handshake result.ex
Raw

lib/rtmp_handshake/result.ex

defmodule RtmpHandshake.Result do
defstruct current_state: nil,
bytes_to_send: <<>>
end