MediaCodecs.H265.NALU.VPS (MediCodecs v0.7.0)

View Source

Struct describing an H.265 Video Parameter Set (VPS).

Summary

Functions

Gets the VPS ID.

Parses a VPS NALU from a binary string.

Types

t()

@type t() :: %MediaCodecs.H265.NALU.VPS{video_parameter_set_id: non_neg_integer()}

Functions

id(arg)

@spec id(nalu :: binary()) :: non_neg_integer()

Gets the VPS ID.

parse(nalu)

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

Parses a VPS NALU from a binary string.