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

View Source

Module representing a NetStream.Play command message.

Summary

Types

t()

@type t() :: %ExRTMP.Message.Command.NetStream.Play{
  duration: integer(),
  name: String.t(),
  reset: boolean(),
  start: integer(),
  transaction_id: float()
}

Functions

new(name, opts \\ [])

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