|
vdr-plugin-softhddevice-drm-gles 1.4.0
|
State machine and event header file. More...
#include <variant>#include <vdr/tools.h>

Go to the source code of this file.
Classes | |
| struct | PlayEvent |
| struct | PauseEvent |
| struct | StopEvent |
| struct | TrickSpeedEvent |
| struct | StillPictureEvent |
| struct | DetachEvent |
| struct | AttachEvent |
| struct | BufferUnderrunEvent |
| struct | BufferingThresholdReachedEvent |
| struct | PipEvent |
| class | IEventReceiver |
Typedefs | |
| using | Event = std::variant< PlayEvent, PauseEvent, StopEvent, TrickSpeedEvent, StillPictureEvent, DetachEvent, AttachEvent, BufferUnderrunEvent, BufferingThresholdReachedEvent, PipEvent > |
Enumerations | |
| enum | BufferUnderrunType { VIDEO , AUDIO } |
| enum | PipState { PIPSTART , PIPSTOP , PIPTOGGLE , PIPCHANUP , PIPCHANDOWN , PIPCHANSWAP , PIPSIZECHANGE , PIPSWAPPOSITION } |
State machine and event header file.
AGPLv3
This program is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free Software Foundation, either version 3 of the License.
This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Affero General Public License for more details.
Definition in file event.h.
| using Event = std::variant< PlayEvent, PauseEvent, StopEvent, TrickSpeedEvent, StillPictureEvent, DetachEvent, AttachEvent, BufferUnderrunEvent, BufferingThresholdReachedEvent, PipEvent > |
| enum BufferUnderrunType |