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 | |
bool | m_shutdown |
shutdown and remove the stream |
Each bound EGL stream has a stream consumer and can be active or inactive.
Definition at line 145 of file Composer.h.
|
inlineexplicit |
Definition at line 148 of file Composer.h.
bool ArgusSamples::Composer::Stream::m_active |
if set then the stream is active and rendered
Definition at line 156 of file Composer.h.
StreamConsumer* ArgusSamples::Composer::Stream::m_consumer |
the stream consumer
Definition at line 155 of file Composer.h.
bool ArgusSamples::Composer::Stream::m_shutdown |
shutdown and remove the stream
Definition at line 157 of file Composer.h.