|
Valkka
1.6.1
OpenSource Video Management
|


Public Member Functions | |
| USBDevice (FrameFilter *framefilter) | |
| int | getFd () |
| virtual bool | isPlaying () |
| void | setupFrame (SetupFrame frame) |
| sets the setupframe and writes it to the framefilter | |
| virtual void | open_ () |
| virtual void | close_ () |
| virtual int | pull () |
| Populates basicframe, sends it through the filter. | |
| virtual void | play () |
| virtual void | stop () |
Protected Attributes | |
| int | fd |
| FrameFilter * | framefilter |
| Output FrameFilter. | |
| SetupFrame | setupframe |
| This frame is used to send subsession information. | |
| BasicFrame | basicframe |
| Data is being copied into this frame. | |
| bool | playing |
| Is currently streaming or not. | |