MediaCodecs.H264.NALU (MediCodecs v0.2.0)

View Source

Summary

Functions

Struct describing an h264 nalu.

Types

t()

@type t() :: %MediaCodecs.H264.NALU{
  content: struct() | nil,
  nal_ref_idc: non_neg_integer(),
  type: MediaCodecs.H264.nalu_type()
}

Functions

%MediaCodecs.H264.NALU{}

(struct)

Struct describing an h264 nalu.