rtmp v0.2.0 Rtmp.ServerSession.Events.AudioVideoDataReceived

Event indicating that audio or video data was received.

Summary

Types

t()
t() :: %Rtmp.ServerSession.Events.AudioVideoDataReceived{app_name: Rtmp.app_name, data: binary, data_type: :audio | :video, received_at_timestamp: pos_integer, stream_key: Rtmp.stream_key, timestamp: non_neg_integer}