libIntegra
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Public Types | Public Member Functions | List of all members
integra_api::IStreamInfo Class Referenceabstract

Stream-specific info about an Endpoint in an Integra Module interface. More...

#include "api/interface_definition.h"

Public Types

enum  stream_type { AUDIO = 1 }
 
enum  stream_direction { INPUT = 1, OUTPUT }
 

Public Member Functions

virtual stream_type get_type () const =0
 
virtual stream_direction get_direction () const =0
 

Detailed Description

Stream-specific info about an Endpoint in an Integra Module interface.

Member Enumeration Documentation

enumeration of stream directions.

enumeration of stream types. Note that at present there is only one type of stream. this enumeration is in anticipation of other types of stream, eg midi or video

Member Function Documentation

virtual stream_direction integra_api::IStreamInfo::get_direction ( ) const
pure virtual

get stream direction. See ::stream_direction

virtual stream_type integra_api::IStreamInfo::get_type ( ) const
pure virtual

get stream type. See ::stream_type


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