An RTMP server. More...
Go to the source code of this file.
Classes | |
class | mi::rtmp::ICall_event_handler |
Superclass of all handlers of call events. More... | |
class | mi::rtmp::IStream_event_handler |
Superclass of all handlers of create stream events. More... | |
class | mi::rtmp::IConnection |
The connection class represents a connection from a client to the server. More... | |
class | mi::rtmp::IConnect_event_handler |
Superclass of all handlers of connect events. More... | |
class | mi::rtmp::IPlay_event_handler |
Superclass of all handlers of play events. More... | |
class | mi::rtmp::IPause_event_handler |
Superclass of all handlers of pause events. More... | |
class | mi::rtmp::IRender_event_handler |
Superclass of all handlers of render events. More... | |
class | mi::rtmp::IFrame_event_handler |
Superclass of all handlers of frame events. More... | |
class | mi::rtmp::IStream |
Representing an RTMP stream. More... | |
class | mi::rtmp::IServer |
The server builds a framework for the handlers. More... | |
class | mi::rtmp::IFactory |
The factory can be used to instantiate the built-in RTMP server. More... | |
Namespaces | |
namespace | mi |
Common namespace for APIs of NVIDIA Advanced Rendering Center GmbH. | |
namespace | mi::neuraylib |
Namespace for the DiCE API. | |
namespace | mi::rtmp |
Namespace for the RTMP server of the DiCE API. | |
An RTMP server.