| 498 | } |
| 499 | |
| 500 | MioCodecGlobalEmbedding MioCodecGlobalEncoderRuntime::encode( |
| 501 | const std::vector<float> & ssl_features, |
| 502 | int64_t ssl_frames) const { |
| 503 | ensure_graph(ssl_frames); |
| 504 | return graph_->encode(ssl_features); |
| 505 | } |
| 506 | |
| 507 | MioCodecContentEncoderRuntime::MioCodecContentEncoderRuntime( |
| 508 | std::shared_ptr<const MioCodecAssets> assets, |
no outgoing calls