design: streams: add missing markup

This commit is contained in:
Reynaldo H. Verdejo Pinochet 2017-01-22 20:30:52 -08:00
parent e8c8a1a474
commit b5ac26e7ad

View file

@ -32,13 +32,13 @@ more buffers are to be processed after the EOS event.
```
1) **`STREAM_START`**
- marks the start of a stream; unlike the SEGMENT event, there
will be no STREAM_START event after flushing seeks.
- marks the start of a stream; unlike the `SEGMENT` event, there
will be no `STREAM_START` event after flushing seeks.
2) **`SEGMENT`**, rate, start/stop, time
- marks valid buffer timestamp range (start, stop)
- marks `stream_time` of buffers (time). This is the stream time of buffers
with a timestamp of S.start.
with a timestamp of `S.start`.
- marks playback rate (rate). This is the required playback rate.
- marks applied rate (`applied_rate`). This is the already applied playback
rate. (See also [trickmodes](design/trickmodes.md))