BltEvent.h File Reference

Events. More...

#include "Atomix.h"
#include "BltDefs.h"
#include "BltTypes.h"
#include "BltErrors.h"
#include "BltMediaNode.h"
#include "BltStream.h"

Go to the source code of this file.

Data Structures

struct  BLT_UserEvent
struct  BLT_InfoEvent
struct  BLT_DebugEvent
struct  BLT_StreamTopologyEvent
struct  BLT_StreamInfoEvent

Typedefs

typedef struct BLT_Event BLT_Event

Enumerations

enum  BLT_EventType {
  BLT_EVENT_TYPE_USER,
  BLT_EVENT_TYPE_INFO,
  BLT_EVENT_TYPE_DEBUG,
  BLT_EVENT_TYPE_STREAM_TOPOLOGY,
  BLT_EVENT_TYPE_STREAM_INFO
}
enum  BLT_StreamTopologyEventType {
  BLT_STREAM_TOPOLOGY_NODE_ADDED,
  BLT_STREAM_TOPOLOGY_NODE_REMOVED,
  BLT_STREAM_TOPOLOGY_NODE_CONNECTED,
  BLT_STREAM_TOPOLOGY_NODE_DISCONNECTED
}


Detailed Description

Events.