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 |
Stream-specific info about an Endpoint in an Integra Module interface.
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
|
pure virtual |
get stream direction. See ::stream_direction
|
pure virtual |
get stream type. See ::stream_type