Packages
eml_rtmp_handshake
1.0.0
Library providing the capability to process and perform RTMP handshakes
Current section
Files
Jump to
Current section
Files
lib/rtmp_handshake/result.ex
defmodule RtmpHandshake.Result do
defstruct current_state: nil,
bytes_to_send: <<>>
end