https://github.com/membraneframework/membrane_common_c
Membrane Multimedia Framework: Common C Routines
https://github.com/membraneframework/membrane_common_c
Last synced: 6 months ago
JSON representation
Membrane Multimedia Framework: Common C Routines
- Host: GitHub
- URL: https://github.com/membraneframework/membrane_common_c
- Owner: membraneframework
- License: apache-2.0
- Created: 2017-01-26T11:28:53.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2024-04-03T15:18:42.000Z (about 2 years ago)
- Last Synced: 2024-04-04T09:52:52.776Z (about 2 years ago)
- Language: Elixir
- Homepage:
- Size: 257 KB
- Stars: 7
- Watchers: 12
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Membrane Multimedia Framework: Common C Routines
[](https://circleci.com/gh/membraneframework/membrane_common_c)
[](https://hex.pm/packages/membrane_common_c)
[](https://hexdocs.pm/membrane_common_c/)
This package provides useful C routines common to multiple elements utilizing native modules.
It is part of the [Membrane Framework](https://membraneframework.org/).
API documentation is available at [HexDocs](https://hexdocs.pm/membrane_common_c/).
The following [Bundlex](https://hex.pm/packages/bundlex) dependencies are exported:
* `membrane` - helpers, logging functions and macros
* `membrane_ringbuffer` - supplies ringbuffer utility
The source code is available at [GitHub](https://github.com/membraneframework/membrane_common_c).
## Installation
The package can be installed by adding `membrane_common_c` to your list of dependencies in `mix.exs`:
```elixir
def deps do
[
{:membrane_common_c, "~> 0.16.0"}
]
end
```
Copyright 2018, [Software Mansion](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)
[](https://swmansion.com/?utm_source=git&utm_medium=readme&utm_campaign=membrane)