Public key type used to identify stream adapters.
More...

Go to the source code of this file.
Typedefs | |
| typedef const char * | stream_key_t |
| Public identifier type for a registered stream adapter. | |
This header exposes the public key type used by adapter registration and factory-based stream creation services.
Definition in file stream_key_type.h.
| typedef const char* stream_key_t |
A stream_key_t names a concrete adapter within public registration and lookup APIs.
It is typically used:
stream_adapter_desc_t to declare an adapter identity,Definition at line 33 of file stream_key_type.h.