-
Notifications
You must be signed in to change notification settings - Fork 7
Home
ReferenceType edited this page Mar 12, 2025
·
11 revisions
Welcome to the documentation for my project! This wiki provides detailed information about the classes, structures, and functionalities of the project.
To get started with this project, please refer to the following:
- H264Encoder: Provides H.264 encoding functionality using Cisco's OpenH264 library.
- H264Decoder: Provides H.264 decoding functionality using Cisco's OpenH264 library.
- Converter: Offers image format conversion and memory management utilities.
- RgbImage: Represents an RGB or RGBA image with memory management and manipulation methods.
- EncodedData: Holds H.264 encoded data and metadata.
- YuvImage: Represents a YUV 420P image.
- H264Encoder Usage Examples
- H264Decoder Usage Examples
- Converter Usage Examples
- RgbImage Usage Examples
- EncodedData Usage Examples
Feel free to explore the documentation and reach out if you have any questions!