Home - ReferenceType/H264Sharp GitHub Wiki
H264Sharp
Welcome! This wiki provides detailed information about the classes, structures, and functionalities of the H264Sharp.
Getting Started
To get started with this project, please refer to the following:
Classes
- Encoder: Provides H.264 encoding functionality using Cisco's OpenH264 library.
- Decoder: Provides H.264 decoding functionality using Cisco's OpenH264 library.
- Converter: Offers image format conversion and memory management utilities.
Data Containers
- YuvImage: Represents a YUV I420P image.
- RgbImage: Represents an RGB or RGBA image with memory management and manipulation methods.
- EncodedData: Holds H.264 encoded data and metadata.
Advanced Configuration
Usage Examples
- H264Encoder Usage Examples
- H264Decoder Usage Examples
- Converter Usage Examples
- RgbImage Usage Examples
- YuvImageUsage Examples
- EncodedData Usage Examples
Feel free to explore the documentation and reach out if you have any questions!