Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jordijoangimenez authored Feb 7, 2025
1 parent 663fb41 commit 0d52bc8
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions Packages/rt.xr.maf/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,18 @@ The MAF library and media pipeline plugins should be compiled by following instr

## Package content

rt.xr.maf
bin/
```
rt.xr.maf/
├── bin/
- plateform specific builds of the maf library & swig bindings wrapper
- media pipeline plugins:
- avpipeline: a simple media pipeline using libav for media fetching, decoding & processing
maf/
- C# source code of the swig bindings. While most of the wrapper's C# code is auto-generated by swig and should not be modified manually, this [specific to Unity related issue](https://github.com/swig/swig/pull/1262) required a minor manual modification to `maf/swig/mafPInvoke.cs`.
dependencies/
- avpipeline: a simple media pipeline using libav for media fetching, decoding & processing README.md
├── maf/
- C# source code of the swig bindings. See note.
├── dependencies/
- platform specific builds of shared dependencies, see [dependencies/README.md](./dependencies/README.md)
Plugins.cs
└── Plugins.cs
- registration of media pipeline plugins


```
> [!NOTE]
> While most of the wrapper's C# code is auto-generated by swig and should not be modified manually, this [specific to Unity related issue](https://github.com/swig/swig/pull/1262) required a minor manual modification to `maf/swig/mafPInvoke.cs`.

0 comments on commit 0d52bc8

Please sign in to comment.