ExFLV.Tag (FLV muxer and demuxer v0.4.0)
View SourceModule describing an FLV tag.
Summary
Types
@type t() :: %ExFLV.Tag{ data: iodata() | ExFLV.Tag.AudioData.t() | ExFLV.Tag.VideoData.t() | ExFLV.Tag.ExVideoData.t() | nil, timestamp: non_neg_integer(), type: :audio | :video | :script }