Argus Camera Sample
Argus Camera Sample
|
Each bound EGL stream has a stream consumer and can be active or inactive. More...
Public Member Functions | |
Stream (StreamConsumer *consumer) |
Public Attributes | |
StreamConsumer * | m_consumer |
the stream consumer | |
bool | m_active |
if set then the stream is active and rendered |
Each bound EGL stream has a stream consumer and can be active or inactive.
Definition at line 142 of file Composer.h.
|
inlineexplicit |
Definition at line 145 of file Composer.h.
bool ArgusSamples::Composer::Stream::m_active |
if set then the stream is active and rendered
Definition at line 152 of file Composer.h.
StreamConsumer* ArgusSamples::Composer::Stream::m_consumer |
the stream consumer
Definition at line 151 of file Composer.h.