MediaCodecs.H264.NALU.PPS (MediCodecs v0.4.0)

View Source

Struct describing an H.264 Picture Parameter Set (PPS).

Summary

Functions

Parses a PPS NALU from a binary string.

Types

t()

@type t() :: %MediaCodecs.H264.NALU.PPS{
  bottom_field_pic_order_in_frame_present_flag: 0 | 1,
  entropy_coding_mode_flag: 0 | 1,
  pic_parameter_set_id: non_neg_integer(),
  seq_parameter_set_id: non_neg_integer()
}

Functions

parse(nalu)

@spec parse(nalu :: binary()) :: t()

Parses a PPS NALU from a binary string.