# Membrane H.264 and H.265 plugin v0.11.2 - API Reference

## Modules

- [Membrane.H264.NALuTypes](Membrane.H264.NALuTypes.md): The module aggregating the mapping of from `nal_unit_type`
fields of the NAL unit to the human-friendly name of a NALu type.

- [Membrane.H264.Parser](Membrane.H264.Parser.md): Membrane element providing parser for H264 encoded video stream.
- [Membrane.H265.NALuTypes](Membrane.H265.NALuTypes.md): The module aggregating the mapping of `nal_unit_type` fields
of the NAL unit to the human-friendly name of a NALu type.

- [Membrane.H265.Parser](Membrane.H265.Parser.md): Membrane element providing parser for H265 encoded video stream.
- [Membrane.H26x.AccessUnit](Membrane.H26x.AccessUnit.md): A module defining a struct representing a single access unit.

- [Membrane.H26x.NALu](Membrane.H26x.NALu.md): A module defining a struct representing a single NAL unit.

- [Membrane.H26x.ParsingEngine](Membrane.H26x.ParsingEngine.md): Membrane-agnostic H26x parsing engine.

