| 5 | == Event Types == |
| 6 | |
| 7 | ''' Generic event''' |
| 8 | |
| 9 | All event types carry these information: |
| 10 | - source |
| 11 | - timestamp |
| 12 | |
| 13 | |
| 14 | '''Key frame found''' |
| 15 | |
| 16 | ||Description: ||notify that a key frame is found|| |
| 17 | ||Producer(s): ||codec|| |
| 18 | ||Direction: ||decoding|| |
| 19 | ||Parameters:|| || |
| 20 | |
| 21 | '''Format change''' |
| 22 | |
| 23 | ||Description: ||notify that video format has changed. This includes change in video size. || |
| 24 | ||Producer(s): ||codec|| |
| 25 | ||Direction: ||decoding|| |
| 26 | ||Parameters:|| new format || |
| 27 | |
| 28 | '''Missing key frame''' |
| 29 | |
| 30 | ||Description: ||notify that key frame is needed|| |
| 31 | ||Producer(s): ||codec|| |
| 32 | ||Direction: ||decoding|| |
| 33 | ||Parameters:|| || |
| 34 | |
| 35 | '''Video window closed''' |
| 36 | |
| 37 | ||Description: ||notify that video window has been closed|| |
| 38 | ||Producer(s): ||renderer|| |
| 39 | ||Direction: ||decoding|| |
| 40 | ||Parameters:|| || |
| 41 | |