MediaCodecs.H265 (MediCodecs v0.1.0)

View Source

Utilities for working with H.265 (HEVC) video codec.

Summary

Functions

Gets NALu type.

Convert an access unit to a list of NALUs.

Parses a NALU bitstring and returns a NALU struct.

Types

nalu_type()

@type nalu_type() :: :vps | :sps | :pps | :unknown

Functions

nalu_type(arg)

@spec nalu_type(bitstring()) :: nalu_type()

Gets NALu type.

nalus(access_unit)

@spec nalus(binary()) :: [binary()]

Convert an access unit to a list of NALUs.

parse_nalu(nalu)

@spec parse_nalu(bitstring()) :: MediaCodecs.H265.NALU.t()

Parses a NALU bitstring and returns a NALU struct.