current-flow.plantuml 188 B

12345678910111213
  1. @startuml
  2. state "Download Segment" as DL
  3. state "Prepare for Append" as PfA
  4. [*] -> DL
  5. DL -> PfA
  6. PfA : transmux (if needed)
  7. PfA -> Append
  8. Append : MSE source buffer
  9. Append -> [*]
  10. @enduml