# Membrane H.264 and H.265 plugin v0.11.0 - Table of Contents

> Membrane H.264 and H.265 parser

## Pages

- [Membrane H26x Plugin](readme.md)
- [LICENSE](license.md)

## 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.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.

## See Also

- [Membrane Framework AI Skill](https://hexdocs.pm/membrane_core/skill.md)
- [Membrane Core](https://hexdocs.pm/membrane_core/llms.txt)
