reflow_media_codec
Media codec boundary for Reflow — decode/encode adapters shared by media and ML actors.
Most users should depend on
reflow_rtwith themediafeature, which re-exports this crate asreflow_rt::media_codec. Direct use is appropriate when writing custom codec adapters or offline media tools.
What it provides
- Codec trait surface consumed by
reflow_cv_ops(preprocess) andreflow_ml_ops(decode outputs). - Decoder / encoder wiring that actors can swap without changing graph topology.
Relationship to other crates
- Bridges
reflow_media_typespackets to the actual byte-level representation used by codecs. - Consumed by
reflow_cv_ops,reflow_ml_ops, and severalreflow_componentsstream actors.
License
MIT OR Apache-2.0.