| 67 | } |
| 68 | |
| 69 | virtual void onEncodeFrame (const SFrameBSInfo& frameInfo) { |
| 70 | UpdateHashFromFrame (frameInfo, &ctx_); |
| 71 | } |
| 72 | |
| 73 | virtual int read (void* ptr, size_t len) { |
| 74 | while (buf_.Length() < len) { |
nothing calls this directly
no test coverage detected