- 
                Notifications
    
You must be signed in to change notification settings  - Fork 7
 
Home
        ReferenceType edited this page Mar 13, 2025 
        ·
        11 revisions
      
    Welcome! This wiki provides detailed information about the classes, structures, and functionalities of the H264Sharp.
To get started with this project, please refer to the following:
- 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.
 
- 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.
 
- 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!