目录一、架构设计1.1 整体架构1.2 状态管理方案二、核心类实现2.1 视频帧数据封装类2.2 视频解码器封装类三、Native层实现3.1 上下文结构体3.2 JNI接口实现3.3 核心解码逻辑四、使用示例五、性能优化建议六、兼容性处
I am setting up some MSTest based unit tests.To make my life easier I want to use a base class that handles the generic setup and taredown all of my tests require.My base class looks like this: