L4T Multimedia API Reference

28.1 Release

 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Argus::IStream Class Referenceabstract

Detailed Description

Interface that exposes common Stream properties.

Definition at line 83 of file Stream.h.

Inheritance diagram for Argus::IStream:
Collaboration diagram for Argus::IStream:

Public Member Functions

virtual Status waitUntilConnected (uint64_t timeout=TIMEOUT_INFINITE) const =0
 Waits until both the producer and consumer endpoints of the stream are connected. More...
 
virtual void disconnect ()=0
 Disconnects the stream from the underlying EGLStream. More...
 
virtual PixelFormat getPixelFormat () const =0
 Returns the format of the stream. More...
 
virtual Size2D< uint32_t > getResolution () const =0
 Returns the image resolution of the stream, in pixels. More...
 
virtual EGLDisplay getEGLDisplay () const =0
 Returns the EGLDisplay the stream's EGLStream belongs to. More...
 
virtual EGLStreamKHR getEGLStream () const =0
 Returns the EGLStream backing the stream. More...
 

Static Public Member Functions

static const InterfaceIDid ()
 

Protected Member Functions

 ~IStream ()
 

Constructor & Destructor Documentation

Argus::IStream::~IStream ( )
inlineprotected

Definition at line 123 of file Stream.h.

Member Function Documentation

virtual void Argus::IStream::disconnect ( )
pure virtual

Disconnects the stream from the underlying EGLStream.

virtual EGLDisplay Argus::IStream::getEGLDisplay ( ) const
pure virtual

Returns the EGLDisplay the stream's EGLStream belongs to.

virtual EGLStreamKHR Argus::IStream::getEGLStream ( ) const
pure virtual

Returns the EGLStream backing the stream.

virtual PixelFormat Argus::IStream::getPixelFormat ( ) const
pure virtual

Returns the format of the stream.

virtual Size2D<uint32_t> Argus::IStream::getResolution ( ) const
pure virtual

Returns the image resolution of the stream, in pixels.

static const InterfaceID& Argus::IStream::id ( )
inlinestatic

Definition at line 86 of file Stream.h.

virtual Status Argus::IStream::waitUntilConnected ( uint64_t  timeout = TIMEOUT_INFINITE) const
pure virtual

Waits until both the producer and consumer endpoints of the stream are connected.

Parameters
[in]timeoutThe timeout in nanoseconds.
Returns
success/status of this call.

The documentation for this class was generated from the following file: