ExRTMP.Message.Command.NetStream.FCPublish (RTMP Server and Client v0.4.1)

View Source

Struct representing an "FCPublish" command message for RTMP NetStream.

Summary

Types

t()

@type t() :: %ExRTMP.Message.Command.NetStream.FCPublish{
  name: String.t(),
  transaction_id: number()
}

Functions

new(transaction_id, name)

@spec new(number(), String.t()) :: t()