Onvif Device Reference Design - Project Architecture - Class Diagrams

From RidgeRun Developer Connection
< Onvif Device Reference Design‎ | Project Architecture
Revision as of 16:23, 28 June 2022 by Khernandez (talk | contribs) (Simplified Class Diagram)
Jump to: navigation, search




Previous: Project Architecture/High Level Design Index Next: Reference Designs




Simplified Class Diagram

In this diagram you can see a simplification of the design that was implemented.

Class diagram for the reference design

The interfaces, like IVideoSourceHandler, IVideoEncoderHandler, and IRtspStreamHandler allow you to implement your own handlers. These handlers are just attached to the class OnvifMediaCLient to create your own implementation for the platform, or you can create your own Imediaclient implementation, allowing you to easily modify our implementation to suit your needs.



Previous: Project Architecture/High Level Design Index Next: Reference Designs