> For the complete documentation index, see [llms.txt](https://docs.v-nova.com/technologies/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.v-nova.com/technologies/mpeg-5.lcevc/decoder.md).

# Decoder

- [Getting started](https://docs.v-nova.com/technologies/mpeg-5.lcevc/decoder/getting-started.md)
- [SDK](https://docs.v-nova.com/technologies/mpeg-5.lcevc/decoder/sdk.md)
- [LCEVC Decoder for Web (LCEVCdecJS)](https://docs.v-nova.com/technologies/mpeg-5.lcevc/decoder/sdk/lcevc-decoder-for-web-lcevcdecjs.md): LCEVC Decoder for Web (LCEVCdecJS)
- [Decoder Integration Layer (DIL)](https://docs.v-nova.com/technologies/mpeg-5.lcevc/decoder/sdk/decoder-integration-layer-dil.md)
- [Functionality](https://docs.v-nova.com/technologies/mpeg-5.lcevc/decoder/sdk/decoder-integration-layer-dil/dil.md)
- [API Overview](https://docs.v-nova.com/technologies/mpeg-5.lcevc/decoder/sdk/decoder-integration-layer-dil/api-overview.md)
- [Example Integration Code](https://docs.v-nova.com/technologies/mpeg-5.lcevc/decoder/sdk/decoder-integration-layer-dil/example-integration-code.md)
- [DIL API](https://docs.v-nova.com/technologies/mpeg-5.lcevc/decoder/sdk/decoder-integration-layer-dil/dil-api.md)
- [DIL Types and Enumerations](https://docs.v-nova.com/technologies/mpeg-5.lcevc/decoder/sdk/decoder-integration-layer-dil/dil-types-and-enumerations.md)
- [DIL Properties API](https://docs.v-nova.com/technologies/mpeg-5.lcevc/decoder/sdk/decoder-integration-layer-dil/dil-properties-api.md)
- [NDK](https://docs.v-nova.com/technologies/mpeg-5.lcevc/decoder/ndk.md)
- [LCEVC Decoder IP Core](https://docs.v-nova.com/technologies/mpeg-5.lcevc/decoder/ndk/lcevc-decoder-ip-core.md)
- [LCEVC Decoder IP Core Deliverables](https://docs.v-nova.com/technologies/mpeg-5.lcevc/decoder/ndk/lcevc-decoder-ip-core/lcevc-decoder-ip-core-deliverables.md)
- [LCEVC Hybrid Driver-level Decoder](https://docs.v-nova.com/technologies/mpeg-5.lcevc/decoder/ndk/lcevc-hybrid-driver-level-decoder.md): The LCEVC hybrid driver-level decoder is a driver-layer solution that utilizes existing hardware blocks and optimizes CPU/GPU resources to deliver high-performance LCEVC decoding on the SoC.


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.v-nova.com/technologies/mpeg-5.lcevc/decoder.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
