#include <min.h>
Inherits Source< Frame >.
Public Member Functions | |
| In (Source< Buffer< uint8_t > > &from) | |
| unwrap given Buffer stream into Frame | |
| bool | empty () override |
| check if Frame available | |
| Frame | pop () override |
| get available Frame | |
incoming Min stream
check data availability from underlying Buffer stream with empty() then pop() and use data
|
inlineoverridevirtual |